Skip to content

Commit c03560f

Browse files
committed
support CUDA
1 parent 9980efd commit c03560f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ jobs:
4141
${{ runner.os }}-test-${{ env.cache-name }}-
4242
${{ runner.os }}-test-
4343
${{ runner.os }}-
44+
- uses: Jimver/[email protected]
45+
id: cuda-toolkit
46+
with:
47+
cuda: '12.4.1'
48+
- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"
49+
- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
4450
- name: Install local dependencies
4551
run: |
4652
julia --project=. -e 'using Pkg; Pkg.develop(path="onnx_parser/NaiveNASflux")'

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ Please consider citing this toolbox if it is useful for your research.
131131
@misc{wei2024MV,
132132
title = {ModelVerification.jl},
133133
author = {Wei, Tianhao and Hu, Hanjiang and Niu, Peizhi and Marzari, Luca and Yun, Kai S. and Luo, Xusheng and Liu, Changliu},
134-
advisor = {Liu, Changliu},
135134
howpublished = {\url{https://github.com/intelligent-control-lab/ModelVerification.jl}},
136135
year = {2024}
137136
}

0 commit comments

Comments
 (0)