Reorganising build.gradle for CUDA 12
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27m40s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27m40s
Details
Signed-off-by: brian <brian@brutex.de>CUDA12
parent
d5d7c5b6d3
commit
235a8037ce
|
@ -21,7 +21,10 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install CUDA
|
- name: Install CUDA
|
||||||
run: Invoke-WebRequest https://developer.download.nvidia.com/compute/cuda/12.2.2/network_installers/cuda_12.2.2_windows_network.exe -OutFile c:\temp\cuda_12.2.2_windows_network.exe
|
uses: Jimver/cuda-toolkit@v0.2.11
|
||||||
|
id: cuda-toolkit
|
||||||
|
with:
|
||||||
|
cuda: '12.2.0'
|
||||||
- run: nvcc -V
|
- run: nvcc -V
|
||||||
|
|
||||||
- name: Install CMake and Ninja
|
- name: Install CMake and Ninja
|
||||||
|
|
Loading…
Reference in New Issue