Skip to content

another try with rocm #66

another try with rocm

another try with rocm #66

Workflow file for this run

name: hwmalloc
on:
push:
pull_request:
branches:
- main
permissions:
contents: read
packages: write
jobs:
test-hwmalloc:
uses: ./.github/workflows/common.yml
strategy:
matrix:
#package-version: ['0.3.0', 'master']
package-version: ['master']
compiler: ['[email protected]']
device: ['cpu', 'cuda', 'rocm']
with:
package-name: hwmalloc
package-version: ${{ matrix.package-version }}
package-variants: >-
%${{ matrix.compiler }}
${{ matrix.device == 'cuda' && '+cuda cuda_arch=90' || '' }}
${{ matrix.device == 'rocm' && '+rocm amdgpu_target=gfx90a' || '' }}
test-package: ${{ matrix.device == 'cpu' }}