Skip to content

Commit

Permalink
support CUDA
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei-TianHao committed Jun 20, 2024
1 parent c03560f commit 283a908
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
id: cuda-toolkit
with:
cuda: '12.4.1'
- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"
- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
- name: Install local dependencies
run: |
julia --project=. -e 'using Pkg; Pkg.develop(path="onnx_parser/NaiveNASflux")'
Expand Down

0 comments on commit 283a908

Please sign in to comment.