Skip to main content

Mojo module

blas

comptime values

OpaquePointer

comptime OpaquePointer = LegacyUnsafePointer[NoneType]

UnsafePointer

comptime UnsafePointer = LegacyUnsafePointer[?, address_space=?, origin=?]

Structs

Functions

  • matmul: Matmul using the vendor BLAS library. With a global handle.

Was this page helpful?