Skip to content

Commit

Permalink
rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Jan 27, 2025
1 parent a14d98c commit 5a61072
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hwmalloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
package-version: ['0.3.0', 'master']
compiler: ['[email protected]']
device: ['cpu', 'cuda']
device: ['cpu', 'cuda', 'rocm']
with:
package-name: hwmalloc
package-version: ${{ matrix.package-version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/oomph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
%${{ matrix.compiler }}
backend=${{ matrix.backend }}
${{ matrix.fortran-bindings && '+fortran-bindings' || '' }}
${{ matrix.device == 'cuda' && '+cuda' || '' }}
${{ matrix.device == 'rocm' && '+rocm' || '' }}
${{ matrix.device == 'cuda' && '+cuda cuda_arch=90' || '' }}
${{ matrix.device == 'rocm' && '+rocm amgdgpu_target=gfx942' || '' }}
test-package: ${{ matrix.device == 'cpu' }}

0 comments on commit 5a61072

Please sign in to comment.