github-actions[bot] wrote:
<!--LLVM CODE FORMAT COMMENT: {clang-format}-->
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
<details>
<summary>
You can test this locally with the following command:
</summary>
``````````bash
git-clang-format --diff origin/main HEAD --extensions h --
clang/lib/Headers/amxavx512intrin.h --diff_from_common_commit
``````````
:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/clang/lib/Headers/amxavx512intrin.h
b/clang/lib/Headers/amxavx512intrin.h
index ff41ba08e..040faf30e 100644
--- a/clang/lib/Headers/amxavx512intrin.h
+++ b/clang/lib/Headers/amxavx512intrin.h
@@ -39,7 +39,8 @@
/// IF i >= tsrc.colsb / 4
/// dst.dword[i] := 0
/// ELSE
-/// dst.f32[i] :=
CONVERT_INT32_TO_FP32(tsrc.row[row_index].dword[i], RNE)
+/// dst.f32[i] :=
+/// CONVERT_INT32_TO_FP32(tsrc.row[row_index].dword[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -75,7 +76,8 @@
/// IF i >= tsrc.colsb / 4
/// dst.dword[i] := 0
/// ELSE
-/// dst.f32[i] :=
CONVERT_INT32_TO_FP32(tsrc.row[row_index].dword[i], RNE)
+/// dst.f32[i] :=
+/// CONVERT_INT32_TO_FP32(tsrc.row[row_index].dword[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -113,7 +115,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+0] := 0
-/// dst.bf16[2*i+1] :=
CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.bf16[2*i+1] :=
+/// CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -152,7 +155,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+0] := 0
-/// dst.bf16[2*i+1] :=
CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.bf16[2*i+1] :=
+/// CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -191,7 +195,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+1] := 0
-/// dst.bf16[2*i+0] :=
CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.bf16[2*i+0] :=
+/// CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -230,7 +235,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+1] := 0
-/// dst.bf16[2*i+0] :=
CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.bf16[2*i+0] :=
+/// CONVERT_FP32_TO_BF16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -269,7 +275,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+0] := 0
-/// dst.fp16[2*i+1] :=
CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.fp16[2*i+1] :=
+/// CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -307,7 +314,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+0] := 0
-/// dst.fp16[2*i+1] :=
CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.fp16[2*i+1] :=
+/// CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -346,7 +354,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+1] := 0
-/// dst.fp16[2*i+0] :=
CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.fp16[2*i+0] :=
+/// CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
@@ -384,7 +393,8 @@
/// dst.dword[i] := 0
/// ELSE
/// dst.word[2*i+1] := 0
-/// dst.fp16[2*i+0] :=
CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
+/// dst.fp16[2*i+0] :=
+/// CONVERT_FP32_TO_FP16(tsrc.row[row_index].fp32[i], RNE)
/// FI
/// ENDFOR
/// FI
``````````
</details>
https://github.com/llvm/llvm-project/pull/219868
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits