Replies: 2 comments 1 reply
-
So far we only tested the lib with Cuda 10.1. If you want to try with the "-fPIC" option you can add this in the file CMake/Common.cmake to CMAKE_CXX_FLAGS_RELEASE (around line 90). However, this will only influence SPlisHSPlasH, not cuNSearch. To modifiy cuNSearch, you have to take a look in /extern after the first build which downloads the code. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The question is if it is already set for cuNSearch which has own CMake files and build options. So I would suggest to add the option there. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Here's the Dockerfile I'm using, which uses CUDA 11.3 and the latest commit of PySplishSplash. This configuration gets the furthest of anything yet, but I did also try CUDA 11.8 and CUDA 10.2
Here's the error I get riiiiiiight as it's about to finish, such a bummer!
As best I can tell, this error doesn't make much sense, and I'm not sure where to try and insert
-fPIC
-- it seems like that argument may need to go somewhere relevant tocuNSearch
?Any help is much appreciated! Will keep digging.
Beta Was this translation helpful? Give feedback.
All reactions