[XLA:GPU] Check that the types used in the matmul are supported by cublasLt....
[XLA:GPU] Check that the types used in the matmul are supported by cublasLt. If they are not supported, we fall back to legacy cublas. This fixes an issue found by some JAX dot_general tests which depended on device (p100/v100). There are certain combinations of types which work on some devices but not on others. However, according to the official cublasLt documentation, these combinations of types are unsupported by cublasLt on all devices. PiperOrigin-RevId: 481251576
Showing
想要评论请 注册 或 登录