File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ include(FetchContent)
2323FetchContent_Declare(
2424 qoco
2525 GIT_REPOSITORY https://github.com/qoco-org/qoco.git
26- GIT_TAG b38e6dd0755508fae98a1fd1ed5cbdb283c5f157
26+ GIT_TAG b058d60aa48ef7015a9f86e67dc99ad2d15a1172
2727)
2828
2929list (POP_BACK CMAKE_MESSAGE_INDENT)
@@ -40,5 +40,5 @@ target_link_libraries(qoco_ext PUBLIC pybind11::module qocostatic)
4040elseif (${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)
4444endif ()
Original file line number Diff line number Diff line change 1- mv backend/cuda/pyproject.toml .
1+ cp backend/cuda/pyproject.toml .
22docker build -f Dockerfile.cuda-manylinux -t mycuda-manylinux:latest .
33cibuildwheel --platform linux --output-dir dist --config-file backend/cuda/cibuildwheel.toml
You can’t perform that action at this time.
0 commit comments