You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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