We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19560a4 commit 5f0ad79Copy full SHA for 5f0ad79
openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
@@ -3623,7 +3623,9 @@ struct AMDGPUPluginTy final : public GenericPluginTy {
3623
(xnackImageMode != utils::XnackBuildMode::XNACK_PLUS)) {
3624
FAILURE_MESSAGE(
3625
"Running a program that requries XNACK on a system where XNACK is "
3626
- "disabled! This may potentially cause memory errors! Just saying.\n");
+ "disabled. This may cause problems when using a OS-allocated pointer "
3627
+ "inside a target region. "
3628
+ "Re-run with HSA_XNACK=1 to remove this warning.\n");
3629
}
3630
3631
0 commit comments