File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -8,25 +8,17 @@ program test
88 threads = 128
99 A = 0
1010 B = 0
11- ! UNSAFE-FP-ATOMICS: omp.atomic.update %{{.*}} : !fir.ref<i32> {
1211 ! UNSAFE-FP-ATOMICS: } {atomic_control = #omp.atomic_control<ignore_denormal_mode = true>}
13- ! IGNORE-DENORMAL: omp.atomic.update %{{.*}} : !fir.ref<i32> {
1412 ! IGNORE-DENORMAL: } {atomic_control = #omp.atomic_control<ignore_denormal_mode = true>}
15- ! FINE-GRAINED-MEMORY: omp.atomic.update %{{.*}} : !fir.ref<i32> {
1613 ! FINE-GRAINED-MEMORY: } {atomic_control = #omp.atomic_control<fine_grained_memory = true>}
17- ! REMOTE-MEMORY: omp.atomic.update %{{.*}} : !fir.ref<i32> {
1814 ! REMOTE-MEMORY: } {atomic_control = #omp.atomic_control<remote_memory = true>}
1915 ! $omp target parallel num_threads(threads)
2016 ! $omp atomic
2117 A = A + 1
2218 ! $omp end target parallel
23- ! UNSAFE-FP-ATOMICS: omp.atomic.update %{{.*}} : !fir.ref<i32> {
2419 ! UNSAFE-FP-ATOMICS: } {atomic_control = #omp.atomic_control<ignore_denormal_mode = true>}
25- ! IGNORE-DENORMAL: omp.atomic.update %{{.*}} : !fir.ref<i32> {
2620 ! IGNORE-DENORMAL: } {atomic_control = #omp.atomic_control<ignore_denormal_mode = true>}
27- ! FINE-GRAINED-MEMORY: omp.atomic.update %{{.*}} : !fir.ref<i32> {
2821 ! FINE-GRAINED-MEMORY: } {atomic_control = #omp.atomic_control<fine_grained_memory = true>}
29- ! REMOTE-MEMORY: omp.atomic.update %{{.*}} : !fir.ref<i32> {
3022 ! REMOTE-MEMORY: } {atomic_control = #omp.atomic_control<remote_memory = true>}
3123 ! $omp target parallel num_threads(threads)
3224 ! $omp atomic capture
You can’t perform that action at this time.
0 commit comments