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 CuBlas backend currently does not support the gemm_batch combination for (int8, int8, float, float).
This should be implemented as there is an equivalent gemm batch operation that can be used within CuBlas.
The MKLCPU/GPU backends also have this combination set to unsupported for the same precision issues.
Problem statement
This was not added in #466 due to precision issues when using adaptaiveCPP. Tests passed locally with DPC++.
See #466 for details on how to implement this.
The text was updated successfully, but these errors were encountered:
Summary
The CuBlas backend currently does not support the gemm_batch combination for (int8, int8, float, float).
This should be implemented as there is an equivalent gemm batch operation that can be used within CuBlas.
The MKLCPU/GPU backends also have this combination set to unsupported for the same precision issues.
Problem statement
This was not added in #466 due to precision issues when using adaptaiveCPP. Tests passed locally with DPC++.
See #466 for details on how to implement this.
The text was updated successfully, but these errors were encountered: