-
Notifications
You must be signed in to change notification settings - Fork 24
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
Installation on RTX 4090 #41
Comments
Could you try |
It seems that you install cuda via conda, in which case some extra CUDA library would not be installed automatically. The |
I tried |
Maybe this helps. https://discuss.pytorch.org/t/build-errors-undefined-ref-to-cuptixxx-solved/183318 Yeah a sure-fire way is to install a local CUDA. it's not a hassle and doesn't require sudo anyway. |
Unfortunately, I installed CUDA locally and still got the same error.
I've also tried the solution above and added those 4 lines into CMakeLists.txt. Still not working. I observe the only difference would be one of the cmake warnings disappeared.
|
You may try to specify those two libraries in the CMakeLists.txt, so that the cmake can find them explicitly. |
I've tried that. Unfortunately, it also failed...Orz |
sad to hear that, 3dgs is really a good alternative. The installation is much easier |
export CMAKE_PREFIX_PATH=$CONDA_PREFIX It is worth a final try :) |
yeah I think I'll choose to move onto 3dgs. |
Hi, i'm wondering if you can successfully run on single RTX 4090? |
I tested with my 4090, it is okay |
Thank you so much! |
Hi,
I have tried to install ChatSim environment on NVIDIA RTX 4090, and I have encountered some problems during installation.
OS: Ubuntu 22.04.4 LTS
gcc: 11.4.0
cmake: 3.22.1
cuda: 11.8
I have modified several steps to make it compatible to 4090. (since it is compute_89)
As I tried to run
cmake . -B build
, it comes with a warning messages.Afterwards, I ran
cmake --build build --target main --config RelWithDebInfo -j
and came across this error.I would like to know which part did I get it wrong and what is the proper way to fix it? Thanks!
The text was updated successfully, but these errors were encountered: