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.
1 parent 8ab136f commit e6d0547Copy full SHA for e6d0547
.github/workflows/sycl_nightly.yml
@@ -55,4 +55,14 @@ jobs:
55
tags: |
56
ghcr.io/${{ github.repository }}/sycl_ubuntu2004_nightly:no-drivers-${{ github.sha }}
57
ghcr.io/${{ github.repository }}/sycl_ubuntu2004_nightly:no-drivers
58
-
+ ubuntu2004_build_test_new_pm:
59
+ # Default Linux building and LIT testing using new Pass Manager by default
60
+ if: github.repository == 'intel/llvm'
61
+ uses: intel/llvm/.github/workflows/sycl_linux_build_and_test.yml@sycl
62
+ with:
63
+ build_runs_on: build
64
+ build_cache_root: "/__w/"
65
+ build_cache_suffix: new_pm
66
+ build_artifact_suffix: new_pm
67
+ build_configure_extra_args: '--hip --hip-amd-arch=gfx906 --cuda --cmake-opt=-DLLVM_ENABLE_NEW_PASS_MANAGER=ON'
68
+ lts_config: "hip_amdgpu;ocl_x64"
0 commit comments