Skip to content

Commit

Permalink
Compatibility patch for rocm 6.0.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed Feb 12, 2024
1 parent 1a5258a commit 40cf72f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
-DUR_CONFORMANCE_TARGET_TRIPLES=${{matrix.adapter.triplet}}
${{ matrix.adapter.name == 'HIP' && '-DAMD_ARCH=gfx1030' || '' }}
${{ matrix.adapter.name == 'HIP' && '-DUR_HIP_PLATFORM=AMD' || '' }}
${{ matrix.adapter.name == 'HIP' && '-DUR_HIP_ROCM_DIR=/opt/rocm/' || '' }}
${{ matrix.adapter.name == 'HIP' && '-DUR_HIP_HSA_INCLUDE_DIR=/opt/rocm/' || '' }}
- name: Build
# This is so that device binaries can find the sycl runtime library
Expand Down

0 comments on commit 40cf72f

Please sign in to comment.