Issue 60221
Summary [OpenMP] better error message
Labels new issue
Assignees jdoerfert
Reporter ye-luo
    I sometimes miscompile the offload code with an architecture different from the one to run on.
I only get an offload failure and need to use `LIBOMPTARGET_DEBUG=1` to figure out the following.
```
Target AMDGPU RTL --> Incompatible: Processor mismatch 	[Image: gfx90a]	:	[Env: gfx906:sramecc+:xnack-]
Libomptarget --> Image 0x0000561fe7b34ce0 is NOT compatible with RTL !
```
Is there a way t make this error immediately visible without rerun with `LIBOMPTARGET_DEBUG=1`
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to