-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/cuPDLP-C/cupdlp/cuda/cupdlp_cudalinalg.cu(18): error: identifier "CUSPARSE_SPMV_CSR_ALG2" is undefined #29
Comments
Hi, thank you for your response. Currently, please compile with HiGHS 1.6.0 and CUDA 12.3 (I have just added this to the README file). |
it has to be CUDA 12.3? how about 12.4? I have tried to ceate conda env with Cuda 12.3. however, it keeps installing something relevant to 12.4. (base) qboson@qboson-Precision-3660:~$ conda create -n reed python=3.8 cuda=12.3 Channels:
PackagesNotFoundError: The following packages are not available from current channels:
Current channels:
To search for alternate channels that may provide the conda package you're
and use the search bar at the top of the page. (base) qboson@qboson-Precision-3660:~$ conda create -n reed python=3.8 cuda=12.3 -c nvidia
Package Planenvironment location: /home/qboson/miniconda3/envs/reed added / updated specs: The following packages will be downloaded:
The following NEW packages will be INSTALLED: _libgcc_mutex anaconda/pkgs/main/linux-64::_libgcc_mutex-0.1-main Proceed ([y]/n)? n CondaSystemExit: Exiting. |
it seems this time moves on but new error met. @SkyLiu0 ----------------------- cuPDLP-C ------------------------
|
Our cuPDLP-C has been integrated in a more user-friendly way into the latest COPT https://www.shanshu.ai/copt with parameter |
error happens when
cmake --build . --target plc
/cuPDLP-C/cupdlp/cuda/cupdlp_cudalinalg.cu(18): error: identifier "CUSPARSE_SPMV_CSR_ALG2" is undefined
The text was updated successfully, but these errors were encountered: