Mojo struct
GEMVAlgorithm
struct GEMVAlgorithm
Implemented traits
AnyType
,
Copyable
,
ExplicitlyCopyable
,
Movable
,
UnknownDestructibility
Aliases
GEMV_KERNEL
alias GEMV_KERNEL = GEMVAlgorithm(0)
GEMV_KERNEL_VECTOR
alias GEMV_KERNEL_VECTOR = GEMVAlgorithm(1)
GEMV_SPLIT_K
alias GEMV_SPLIT_K = GEMVAlgorithm(2)
GEVM_KERNEL
alias GEVM_KERNEL = GEMVAlgorithm(4)
GEVM_KERNEL_VECTOR
alias GEVM_KERNEL_VECTOR = GEMVAlgorithm(3)
MATMUL_NAIVE
alias MATMUL_NAIVE = GEMVAlgorithm(5)
Methods
__eq__
__eq__(self, other: Self) -> Bool
__ne__
__ne__(self, other: Self) -> Bool
__is__
__is__(self, other: Self) -> Bool
__isnot__
__isnot__(self, other: Self) -> Bool
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!