Windows D3D12 AMD Clang GBV #16
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Windows D3D12 AMD Clang GBV | |
| permissions: | |
| contents: read | |
| on: | |
| schedule: | |
| - cron: '0 6 * * *' # Run daily at 10pm PST (6am UTC) | |
| jobs: | |
| Windows-D3D12-AMD-Clang-GBV: | |
| permissions: | |
| contents: read | |
| checks: write | |
| uses: ./.github/workflows/build-and-test-callable.yaml | |
| with: | |
| OS: windows | |
| SKU: windows-amd | |
| TestTarget: check-hlsl-clang-d3d12 | |
| OffloadTest-branch: ${{ github.ref }} | |
| LLVM-ExtraCMakeArgs: -DCMAKE_C_COMPILER=clang-cl -DCMAKE_CXX_COMPILER=clang-cl -DOFFLOADTEST_ENABLE_VALIDATION=ON |