Skip to content

Commit bade9ce

Browse files
authored
Try removing -DDPCPP_HOST_COMPILER in CI
-DDPCPP_HOST_COMPILER=g++-13 is causing some issues in #600.
1 parent 5a0b7a8 commit bade9ce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/intel_test_gpp_host.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ jobs:
9090
-DIGC_VERSION_MAJOR=${{ matrix.igc_version_major }} \
9191
-DIGC_VERSION_MINOR=${{ matrix.igc_version_minor }} \
9292
-DCUTLASS_SYCL_RUNNING_CI=ON \
93-
-DCMAKE_CXX_FLAGS="-Werror" \
94-
-DDPCPP_HOST_COMPILER=g++-13
93+
-DCMAKE_CXX_FLAGS="-Werror -ftemplate-backtrace-limit=0"
9594
cmake --build .
9695
9796
- name: Unit test

0 commit comments

Comments
 (0)