Skip to content

fix hip kernel and device sync multithreaded benchmarks #59

fix hip kernel and device sync multithreaded benchmarks

fix hip kernel and device sync multithreaded benchmarks #59

Workflow file for this run

name: Docker Image CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build-amd64_cuda11-0-3:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the Docker image
run: docker build . --file amd64_cuda11.0.3.Dockerfile --tag c3sr/comm_scope:$(date +%s)
build-amd64_cuda11-5-2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the Docker image
run: docker build . --file amd64_cuda11.5.2.Dockerfile --tag c3sr/comm_scope:$(date +%s)
build-amd64_cuda12-0-0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the Docker image
run: docker build . --file amd64_cuda12.0.0.Dockerfile --tag c3sr/comm_scope:$(date +%s)
build-amd64_rocm5-4-0:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Build the Docker image
run: docker build . --file amd64_rocm5.4.0.Dockerfile --tag c3sr/comm_scope:$(date +%s)