For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /max/get-started.md).
Mojo struct
IndexSmemStorage
struct IndexSmemStorage[dtype: DType, num_heads: Int, depth: Int, BN: Int]
Fieldsβ
- βq_smem (
InlineArray[Scalar[dtype], (num_heads * depth)]): - βk_smem (
InlineArray[Scalar[dtype], (BN * depth)]): - βscratch (
InlineArray[Float32, (BN * 8)]):
Implemented traitsβ
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!