================
@@ -14357,4 +14357,7 @@ def err_cuda_device_kernel_launch_not_supported
def err_cuda_device_kernel_launch_require_rdc
: Error<"kernel launch from __device__ or __global__ function requires "
"relocatable device code (i.e. requires -fgpu-rdc)">;
+
+def err_matrix_logical_operations_unsupported : Error<
+ "matix logical operations are not supported on the current target">;
----------------
AmrDeveloper wrote:
I think "matrix logical operations are only supported for HLSL" is a lot better
and also includes which language supports that. I will update the message
https://github.com/llvm/llvm-project/pull/223252
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits