Skip to content

Commit 0c9d645

Browse files
committed
gs
1 parent 4794ac5 commit 0c9d645

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ include(FetchContent)
2323
FetchContent_Declare(
2424
qoco
2525
GIT_REPOSITORY https://github.com/qoco-org/qoco.git
26-
GIT_TAG b38e6dd0755508fae98a1fd1ed5cbdb283c5f157
26+
GIT_TAG b058d60aa48ef7015a9f86e67dc99ad2d15a1172
2727
)
2828

2929
list(POP_BACK CMAKE_MESSAGE_INDENT)
@@ -40,5 +40,5 @@ target_link_libraries(qoco_ext PUBLIC pybind11::module qocostatic)
4040
elseif(${QOCO_ALGEBRA_BACKEND} STREQUAL "cuda")
4141
enable_language(CUDA)
4242
find_package(CUDA)
43-
target_link_libraries(qoco_cuda PUBLIC pybind11::module qocostatic cudart)
43+
target_link_libraries(qoco_cuda PUBLIC pybind11::module qocostatic)
4444
endif()

build_cuda_wheels.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
mv backend/cuda/pyproject.toml .
1+
cp backend/cuda/pyproject.toml .
22
docker build -f Dockerfile.cuda-manylinux -t mycuda-manylinux:latest .
33
cibuildwheel --platform linux --output-dir dist --config-file backend/cuda/cibuildwheel.toml

0 commit comments

Comments
 (0)