I tried amdclang to compile the program "async_target.5.c" and got the following warning:
warning: extra tokens at the end of '#pragma omp target' are ignored [-Wextra-tokens]
23 | #pragma omp target nowait(is_deferred) map(tofrom: x)
Running the program produces the result "Failed".
Can you suggest the compiler and options for OpenMP 6.0 support ?