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
GEMVAlgorithm
struct GEMVAlgorithm
Implemented traitsβ
AnyType,
Copyable,
Equatable,
Hashable,
ImplicitlyCopyable,
ImplicitlyDeletable,
Movable,
RegisterPassable,
TrivialRegisterPassable,
Writable
comptime membersβ
GEMM_MMA_CPASYNCβ
comptime GEMM_MMA_CPASYNC = GEMVAlgorithm(6)
GEMV_KERNELβ
comptime GEMV_KERNEL = GEMVAlgorithm(0)
GEMV_KERNEL_VECTORβ
comptime GEMV_KERNEL_VECTOR = GEMVAlgorithm(1)
GEMV_SPLIT_Kβ
comptime GEMV_SPLIT_K = GEMVAlgorithm(2)
GEVM_KERNELβ
comptime GEVM_KERNEL = GEMVAlgorithm(4)
GEVM_KERNEL_VECTORβ
comptime GEVM_KERNEL_VECTOR = GEMVAlgorithm(3)
MATMUL_NAIVEβ
comptime MATMUL_NAIVE = GEMVAlgorithm(5)
Methodsβ
__eq__β
__ne__β
__is__β
__isnot__β
__int__β
__hash__β
def __hash__(self) -> UInt
Returns:
UInt
write_toβ
def write_to(self, mut writer: T)
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!