Skip to content

Build CUDA-Rust benchmark #22

Build CUDA-Rust benchmark

Build CUDA-Rust benchmark #22

name: Build CUDA-Rust benchmark
on: [workflow_dispatch]
jobs:
container-test-job:
runs-on: ubuntu-latest
container:
image: ghcr.io/maya-zk/2022-entries:main
credentials:
username: ${{ github.actor }}
password: ${{ secrets.github_token }}
volumes:
- ${{ github.workspace }}/2022-entries:/home
options: --user root
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build and test CUDA and Rust code
shell: bash -l {0}
env:
NVCC_PREPEND_FLAGS: "-ccbin=gcc -std=c++17"
run: |
echo $PATH
cargo --version
# /root/.cargo/bin/cargo --version