-
Notifications
You must be signed in to change notification settings - Fork 14
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
Building RXMD with librxmdtorch complains about undefined references #50
Comments
When adding librxmdtorch is a dynamic library to RXMD, it should have the necessary libraries, however the dependent libraries are failing to be found. Commands from project dir:
|
Simple fix as introducing CMake into rxmd. |
Opened new PR #51 |
Not catching IntelLLVM compiler ID and missing SYCL on sunspot when using custom IntelDPCPPConfig-modified.cmake
|
Fixed by changing find_package(IntelDPCPP) to find_package(IntelSYCL) |
The text was updated successfully, but these errors were encountered: