core/engine library

Classes

CudaEngine

Properties

engine CudaEngine
final

Typedefs

MatMul = void Function(Pointer<Float> a, Pointer<Float> b, Pointer<Float> c, int M, int N, int K)
MatMulFunc = Void Function(Pointer<Float> a, Pointer<Float> b, Pointer<Float> c, Int32 M, Int32 N, Int32 K)