Home
last modified time | relevance | path

Searched defs:kcache (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c998 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_kcache_line()
1060 struct r600_bytecode_kcache *kcache, in r600_bytecode_alloc_inst_kcache_lines()
1084 struct r600_bytecode_kcache * kcache) in r600_bytecode_assign_kcache_banks()
1124 struct r600_bytecode_kcache *kcache = kcache_sets; in r600_bytecode_alloc_kcache_lines() local
H A Dr600_asm.h191 struct r600_bytecode_kcache kcache[4]; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr.cpp359 auto kcache = m_kcache; in try_reserve_kcache() local
379 auto kcache = m_kcache; in try_reserve_kcache() local
H A Dsfn_valuefactory.cpp207 ValueFactory::uniform(uint32_t index, int chan, int kcache) in uniform()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/
H A Dflash_api.cpp1254const at::Tensor &kcache, // batch_size_c x seqlen_k x num_heads_k x head_size or num_b… in mha_fwd_kvcache()