Architecture
Phases
Phase 1: Core tensor ops
-
Implemented
struct TensorwrappingSlice!(float*, N). -
Implemented
matmul(matrix multiplication) with naive and tiled block implementations. -
SIMD support (e.g.
core.simd) is planned.
Implemented struct Tensor wrapping Slice!(float*, N).
Implemented matmul (matrix multiplication) with naive and tiled block implementations.
SIMD support (e.g. core.simd) is planned.