We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c6594 commit b7a6ebeCopy full SHA for b7a6ebe
examples/clang_omp_offloading/Makefile
@@ -44,7 +44,7 @@ test: $(TARGET)
44
./omp_offloading.out 1000000
45
./omp_offloading_cublas.out 1000000
46
./omp_offloading_math.out 1000000
47
- ./omp_offloading_control_thread..out 1000000
+ ./omp_offloading_control_thread.out 300
48
49
debug: $(TARGET)
50
LIBOMPTARGET_DEBUG=1 ./omp_offloading_cublas.out 1000000
0 commit comments