-
Notifications
You must be signed in to change notification settings - Fork 58
Speed up SimpleArray::matmul() #715
Copy link
Copy link
Open
Labels
arrayMulti-dimensional array implementationMulti-dimensional array implementationperformanceProfiling, runtime, and memory consumptionProfiling, runtime, and memory consumption
Description
The current implementation of SimpleArray::matmul() uses the naive algorithm, see issue #587. A benchmark to vendor library and profiling should be performed to develop an optimized implementation.
This issue follows up issue #588.
Reference
- Apple accelerate (vendor library): https://developer.apple.com/documentation/accelerate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
arrayMulti-dimensional array implementationMulti-dimensional array implementationperformanceProfiling, runtime, and memory consumptionProfiling, runtime, and memory consumption
Type
Projects
Status
In Progress