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
feat: only use GEMM stateless exec for fixed-format
Make GemmCommon::execute_stateless() a no-op in release-mode and an
assert(0) in debug-mode for non-fixed-format kernels. This reflects the
reality that stateless, thread-safe execution is only valid for
fixed-format kernels.
Change-Id: I1ba1956e6a27a05fc1bb0c95b62996ca1c4833a6
Signed-off-by: Siddhartha Menon <[email protected]>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/14375
Tested-by: Arm Jenkins <[email protected]>
Benchmark: Arm Jenkins <[email protected]>
Reviewed-by: Gunes Bayir <[email protected]>
Comments-Addressed: Arm Jenkins <[email protected]>
0 commit comments