You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling on Nvidia (driver 535.183.01, CUDA 12.2), execution of the binaries consistently fails with the following error:
"Orochi error: 'Segmentation fault (core dumped).
The operating system is Ubuntu 22.04.3 LTS. When swapping the video card to the Radeon RX 7600, both compilation and the execution succeeds. I can provide more information upon request. There were no such errors with the previous version of hipRT.
The text was updated successfully, but these errors were encountered:
Additional information on this bug. Premake5 compilation with Nvidia GPU results in broken binaries. The problem can be mitigated for the first tutorial sample (00_context_creation) by adding the following line to the corresponding premake5.lua file:
include "../../contrib/Orochi/Orochi/enable_cuew.lua"
The remaining examples compile on AMD but fail to do so for Nvidia. I had to create a custom CMakeLists.txt file for the tutorials in order to resolve.
After compiling on Nvidia (driver 535.183.01, CUDA 12.2), execution of the binaries consistently fails with the following error:
"Orochi error: 'Segmentation fault (core dumped).
The operating system is Ubuntu 22.04.3 LTS. When swapping the video card to the Radeon RX 7600, both compilation and the execution succeeds. I can provide more information upon request. There were no such errors with the previous version of hipRT.
The text was updated successfully, but these errors were encountered: