-
Notifications
You must be signed in to change notification settings - Fork 347
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
Any ideas? #880
Comments
Try these instead.
|
good start but now im getting
= note: some error: could not compile |
I have a similar error when compiling my app. error: linking with = note: some error: could not compile This only happens when I use the libtorch cpu-only library. When I use the ROCM library, everything works perfectly. For a sanity check, I built the same thing in C++ to see if it wasn't an issue with libtorch itself, and it worked okay. Not sure where to go from here. |
Using the libtorch version with the Cxx11 ABI just worked... I must have made some mistake in my .bashrc before. I had to specify:
|
.bashrc
The text was updated successfully, but these errors were encountered: