Home
last modified time | relevance | path

Searched defs:thread_offsets (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir_soa.c2781 …LLVMValueRef thread_offsets = get_scratch_thread_offsets(gallivm, uint_bld->type, bld->scratch_siz… in emit_load_scratch() local
2814 …LLVMValueRef thread_offsets = get_scratch_thread_offsets(gallivm, uint_bld->type, bld->scratch_siz… in emit_store_scratch() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp2121 const auto thread_offsets = compressed_int_counts.cumsum(0).sub_(compressed_int_counts); in index_select_sparse_cpu() local