Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/cpu/
DFlashAttentionKernel.cpp285 int64_t qBlockSize = std::min(qSplitSize, qSize - m); in cpu_flash_attention() local
551 int64_t qBlockSize = std::min(qSplitSize, qSize - m); in cpu_flash_attention_backward() local
/external/executorch/extension/llm/custom_ops/
Dop_sdpa.cpp422 int64_t qBlockSize = std::min(qSplitSize, qSize - m); in cpu_flash_attention() local