OpenMP_VV
OpenMP_VV copied to clipboard
declare_target local
Does not compile with clang 22.0.0
@andrewkallai , I see what you are trying to do using tofrom in the absence of support for the local clause, BUT you cannot use a scalar in that case, since every device has a unique value of "x" and hence "sum", you will need a sum[TotGpus] array to store unique value for each device "i" at index "i".