Skip to main content

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

AnyType, ImplicitlyDestructible

comptime members

__del__is_trivial

comptime __del__is_trivial = True

Was this page helpful?