We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
-DDPCPP_HOST_COMPILER
1 parent 5a0b7a8 commit bade9ceCopy full SHA for bade9ce
.github/workflows/intel_test_gpp_host.yml
@@ -90,8 +90,7 @@ jobs:
90
-DIGC_VERSION_MAJOR=${{ matrix.igc_version_major }} \
91
-DIGC_VERSION_MINOR=${{ matrix.igc_version_minor }} \
92
-DCUTLASS_SYCL_RUNNING_CI=ON \
93
- -DCMAKE_CXX_FLAGS="-Werror" \
94
- -DDPCPP_HOST_COMPILER=g++-13
+ -DCMAKE_CXX_FLAGS="-Werror -ftemplate-backtrace-limit=0"
95
cmake --build .
96
97
- name: Unit test
0 commit comments