We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a9566 commit 2ab5c86Copy full SHA for 2ab5c86
1 file changed
tools/clang/include/clang/Basic/DiagnosticSemaKinds.td
@@ -8048,7 +8048,7 @@ def err_hlsl_linalg_mul_muladd_isUnsigned_for_packed_input_must_be_true : Error<
8048
"IsInputUnsigned must be true for packed input interpretations in linalg mul/muladd operations">;
8049
def err_hlsl_linalg_mul_muladd_packed_input_vector_must_be_uint : Error<
8050
"packed input vector type must be a 32-bit unsigned int in linalg mul/muladd operations, "
8051
- "packed formats uint8_t4_packed and sint8_t4_packed are not supported currently">;
+ "packed formats uint8_t4_packed and sint8_t4_packed are not supported currently">;
8052
8053
def err_hlsl_linalg_outer_prod_acc_vector_type_mismatch : Error<
8054
"input vectors of outerproductaccumulate must have the same element type">;
0 commit comments