-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Closed
Labels
Description
I saw a regression on sm_60 caused by #122781
after the merge I got
fatal error: error in backend: PTX does not support "atomic" for orderings different than"NotAtomic" or "Monotonic" for sm_60 or older, but order is: "seq_cst".
on the develop, error becomes.
fatal error: error in backend: PTX does not support "atomic" for orderings different than"NotAtomic" or "Monotonic" for sm_60 or older, but order is: "acquire".
clang++ -fopenmp --offload-arch=sm_60 target_teams_distribute_parallel_for.cpp