Skip to content

Commit

Permalink
workflows trial
Browse files Browse the repository at this point in the history
  • Loading branch information
eliazonta committed Nov 27, 2023
1 parent cffd8eb commit 4290c0e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.1.0'
- name: cuda-build
shell: |
bash
- run: nvcc -V
- uses: Jimver/cuda-toolkit@v0.2.11
id: cuda-toolkit
with:
cuda: '12.1.0'

- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"

- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"

- run: nvcc -V
2 changes: 1 addition & 1 deletion .github/workflows/sequential.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: C Binary build
name: Build (C)

on:
push:
Expand Down

0 comments on commit 4290c0e

Please sign in to comment.