kevinsala wrote:

Updated to include recent modifications to the modifiers, approved by the 
OpenMP committee. The `strict` and `fallback` do not exist anymore. They are 
replaced by the complex modifier `fallback`, which accepts keyword values of 
`abort`, `null` and `default_mem`.

For instance:

```cpp
int N = ...;
#pragma omp target dyn_groupprivate(cgroup,fallback(abort): N*sizeof(double))
{...}
```


https://github.com/llvm/llvm-project/pull/152651
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to