mirror of
https://github.com/ravenscroftj/turbopilot.git
synced 2024-10-01 01:06:01 -04:00
add libcublas to deps
This commit is contained in:
parent
20ca21a539
commit
c355763419
2
.github/workflows/build-cuda.yml
vendored
2
.github/workflows/build-cuda.yml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
run: |
|
||||
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2204/x86_64/cuda-keyring_1.0-1_all.deb
|
||||
sudo dpkg -i cuda-keyring_1.0-1_all.deb
|
||||
sudo apt-get update && sudo apt-get install -yq libboost-dev cuda-nvcc-11-7
|
||||
sudo apt-get update && sudo apt-get install -yq libboost-dev cuda-nvcc-11-7 libcublas-dev-11-7
|
||||
|
||||
- name: Build
|
||||
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
|
||||
|
Loading…
Reference in New Issue
Block a user