Fork me on GitHub

src/arraymancer/tensor/operators_blas_l2l3_opencl

Search:
Group by:
  Source Edit

Procs

proc `*`[T: SomeFloat](a, b: ClTensor[T]): ClTensor[T]
Matrix multiplication (Matrix-Matrix and Matrix-Vector) on CUDA   Source Edit
Arraymancer Technical reference Tutorial Spellbook (How-To's) Under the hood