Skip to content

Commit 1bf1f93

Browse files
committed
[Offload] Temporarily disable failing test after eb88e7c
The `target reduction` combination is no longer accepted. Disable the test to avoid build failures, until a better fix is ready.
1 parent 6179036 commit 1bf1f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/test/api/omp_device_memory.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ int main() {
1515
}
1616

1717
int sum = 0;
18-
#pragma omp target reduction(+ : sum) is_device_ptr(device_ptr)
18+
//#pragma omp target reduction(+ : sum) is_device_ptr(device_ptr)
1919
for (int i = 0; i < N; ++i)
2020
sum += device_ptr[i];
2121

0 commit comments

Comments
 (0)