Skip to main content
Log in

Mojo struct

GEMVAlgorithm

struct GEMVAlgorithm

Aliases

  • GEMV_KERNEL = GEMVAlgorithm(0):
  • GEMV_KERNEL_VECTOR = GEMVAlgorithm(1):
  • GEMV_SPLIT_K = GEMVAlgorithm(2):
  • GEVM_KERNEL_VECTOR = GEMVAlgorithm(3):
  • GEVM_KERNEL = GEMVAlgorithm(4):
  • MATMUL_NAIVE = GEMVAlgorithm(5):

Implemented traits

AnyType, Copyable, ExplicitlyCopyable, Movable, UnknownDestructibility

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?