diff --git a/LocalPreferences.toml b/LocalPreferences.toml index fd6804c..2a7c2f0 100644 --- a/LocalPreferences.toml +++ b/LocalPreferences.toml @@ -1,2 +1,3 @@ [CUDA_Runtime_jll] -__clear__ = ["local", "version"] +__clear__ = ["local"] +version = "12.5" diff --git a/src/MadNLP_C.jl b/src/MadNLP_C.jl index 4a02a5f..d0f00c0 100644 --- a/src/MadNLP_C.jl +++ b/src/MadNLP_C.jl @@ -19,8 +19,6 @@ using MadNLPGPU using CUDA using UnsafePointers -CUDA.set_runtime_version!() - export MadnlpCSolver, MadnlpCInterface, MadnlpCNumericIn, MadnlpCNumericOut, madnlp_c_get_stats, madnlp_c_startup, madnlp_c_shutdown, madnlp_c_create, madnlp_c_option_type, madnlp_c_set_option_double, madnlp_c_set_option_bool, madnlp_c_set_option_int, madnlp_c_set_option_string, madnlp_c_input, madnlp_c_output, madnlp_c_solve, madnlp_c_destroy struct CPUBuffers