[Mlir-commits] [mlir] [MLIR][XeGPU] Enable `isa<>` check for uarch (PR #204577)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jun 25 02:57:28 PDT 2026


github-actions[bot] wrote:

<!--PREMERGE ADVISOR COMMENT: Linux-->
# :penguin: Linux x64 Test Results

The build failed before running any tests. Click on a failure below to see the details.

<details>
<summary>tools/mlir/lib/Conversion/XeGPUToXeVM/CMakeFiles/obj.MLIRXeGPUToXeVM.dir/XeGPUToXeVM.cpp.o</summary>

```
FAILED: tools/mlir/lib/Conversion/XeGPUToXeVM/CMakeFiles/obj.MLIRXeGPUToXeVM.dir/XeGPUToXeVM.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Conversion/XeGPUToXeVM -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Conversion/XeGPUToXeVM -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Conversion/XeGPUToXeVM/CMakeFiles/obj.MLIRXeGPUToXeVM.dir/XeGPUToXeVM.cpp.o -MF tools/mlir/lib/Conversion/XeGPUToXeVM/CMakeFiles/obj.MLIRXeGPUToXeVM.dir/XeGPUToXeVM.cpp.o.d -o tools/mlir/lib/Conversion/XeGPUToXeVM/CMakeFiles/obj.MLIRXeGPUToXeVM.dir/XeGPUToXeVM.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Conversion/XeGPUToXeVM/XeGPUToXeVM.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Conversion/XeGPUToXeVM/XeGPUToXeVM.cpp:26:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Conversion/XeGPUToXeVM/XeGPUToXeVM.cpp:26:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUArrayLengthOptimization.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUArrayLengthOptimization.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUArrayLengthOptimization.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUArrayLengthOptimization.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUArrayLengthOptimization.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUArrayLengthOptimization.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUArrayLengthOptimization.cpp:13:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUArrayLengthOptimization.cpp:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUUnroll.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUUnroll.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUUnroll.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUUnroll.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUUnroll.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUUnroll.cpp:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUBlocking.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUBlocking.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUBlocking.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUBlocking.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUBlocking.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUBlocking.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPeepHoleOptimizer.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPeepHoleOptimizer.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPeepHoleOptimizer.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPeepHoleOptimizer.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPeepHoleOptimizer.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp:19:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUPeepHoleOptimizer.cpp:19:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPropagateLayout.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPropagateLayout.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPropagateLayout.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPropagateLayout.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUPropagateLayout.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUPropagateLayout.cpp:18:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUSgToLaneDistribute.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUSgToLaneDistribute.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUSgToLaneDistribute.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUSgToLaneDistribute.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUSgToLaneDistribute.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToLaneDistribute.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToLaneDistribute.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUSgToLaneDistribute.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUWgToSgDistribute.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUWgToSgDistribute.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUWgToSgDistribute.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUWgToSgDistribute.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPUWgToSgDistribute.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp:22:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPUWgToSgDistribute.cpp:22:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPULayoutImpl.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPULayoutImpl.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPULayoutImpl.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPULayoutImpl.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Transforms/CMakeFiles/obj.MLIRXeGPUTransforms.dir/XeGPULayoutImpl.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Transforms/XeGPULayoutImpl.cpp:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/Utils/CMakeFiles/obj.MLIRXeGPUUtils.dir/XeGPUUtils.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/Utils/CMakeFiles/obj.MLIRXeGPUUtils.dir/XeGPUUtils.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/Utils -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Utils -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/Utils/CMakeFiles/obj.MLIRXeGPUUtils.dir/XeGPUUtils.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/Utils/CMakeFiles/obj.MLIRXeGPUUtils.dir/XeGPUUtils.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/Utils/CMakeFiles/obj.MLIRXeGPUUtils.dir/XeGPUUtils.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/Utils/XeGPUUtils.cpp:21:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/lib/Dialect/XeGPU/IR/CMakeFiles/obj.MLIRXeGPUDialect.dir/XeGPUDialect.cpp.o</summary>

```
FAILED: tools/mlir/lib/Dialect/XeGPU/IR/CMakeFiles/obj.MLIRXeGPUDialect.dir/XeGPUDialect.cpp.o
sccache /opt/llvm/bin/clang++ -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/lib/Dialect/XeGPU/IR -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/IR -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -Werror=global-constructors -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/lib/Dialect/XeGPU/IR/CMakeFiles/obj.MLIRXeGPUDialect.dir/XeGPUDialect.cpp.o -MF tools/mlir/lib/Dialect/XeGPU/IR/CMakeFiles/obj.MLIRXeGPUDialect.dir/XeGPUDialect.cpp.o.d -o tools/mlir/lib/Dialect/XeGPU/IR/CMakeFiles/obj.MLIRXeGPUDialect.dir/XeGPUDialect.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/lib/Dialect/XeGPU/IR/XeGPUDialect.cpp:15:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>
<details>
<summary>tools/mlir/test/lib/Dialect/XeGPU/CMakeFiles/MLIRXeGPUTestPasses.dir/TestXeGPUTransforms.cpp.o</summary>

```
FAILED: tools/mlir/test/lib/Dialect/XeGPU/CMakeFiles/MLIRXeGPUTestPasses.dir/TestXeGPUTransforms.cpp.o
sccache /opt/llvm/bin/clang++ -DMLIR_INCLUDE_TESTS -D_DEBUG -D_GLIBCXX_ASSERTIONS -D_GLIBCXX_USE_CXX11_ABI=1 -D_GNU_SOURCE -D_LIBCPP_HARDENING_MODE=_LIBCPP_HARDENING_MODE_EXTENSIVE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/test/lib/Dialect/XeGPU -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/XeGPU -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/tools/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/build/include -I/home/gha/actions-runner/_work/llvm-project/llvm-project/llvm/include -gmlt -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror -Werror=date-time -Werror=unguarded-availability-new -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wmissing-field-initializers -pedantic -Wno-long-long -Wc++98-compat-extra-semi -Wimplicit-fallthrough -Wcovered-switch-default -Wno-noexcept-type -Wnon-virtual-dtor -Wdelete-non-virtual-dtor -Wsuggest-override -Wstring-conversion -Wno-pass-failed -Wmisleading-indentation -Wctad-maybe-unsupported -fdiagnostics-color -ffunction-sections -fdata-sections -Wundef -Werror=mismatched-tags -O3 -DNDEBUG -std=c++17 -UNDEBUG -fno-exceptions -funwind-tables -fno-rtti -MD -MT tools/mlir/test/lib/Dialect/XeGPU/CMakeFiles/MLIRXeGPUTestPasses.dir/TestXeGPUTransforms.cpp.o -MF tools/mlir/test/lib/Dialect/XeGPU/CMakeFiles/MLIRXeGPUTestPasses.dir/TestXeGPUTransforms.cpp.o.d -o tools/mlir/test/lib/Dialect/XeGPU/CMakeFiles/MLIRXeGPUTestPasses.dir/TestXeGPUTransforms.cpp.o -c /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/XeGPU/TestXeGPUTransforms.cpp
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/XeGPU/TestXeGPUTransforms.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe2.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:187:5: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default]
187 |     default:
|     ^
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/test/lib/Dialect/XeGPU/TestXeGPUTransforms.cpp:17:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/Transforms/XeGPULayoutImpl.h:14:
In file included from /home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchCommon.h:18:
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/IntelGpuXe3.h:167:3: error: 'getBlockWidthHeightCount' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
167 |   getBlockWidthHeightCount(Type elemTy, bool /*hasTransform*/ = false,
|   ^
/home/gha/actions-runner/_work/llvm-project/llvm-project/mlir/include/mlir/Dialect/XeGPU/uArch/uArchBase.h:306:3: note: overridden virtual function is here
306 |   getBlockWidthHeightCount(Type elemTy, bool hasTransform = false,
|   ^
2 errors generated.
```
</details>

If these failures are unrelated to your changes (for example tests are broken or flaky at HEAD), please open an issue at https://github.com/llvm/llvm-project/issues and add the `infrastructure` label.

https://github.com/llvm/llvm-project/pull/204577


More information about the Mlir-commits mailing list