Skip to content

Commit b7a6ebe

Browse files
committed
fix typo
1 parent 12c6594 commit b7a6ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/clang_omp_offloading/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test: $(TARGET)
4444
./omp_offloading.out 1000000
4545
./omp_offloading_cublas.out 1000000
4646
./omp_offloading_math.out 1000000
47-
./omp_offloading_control_thread..out 1000000
47+
./omp_offloading_control_thread.out 300
4848

4949
debug: $(TARGET)
5050
LIBOMPTARGET_DEBUG=1 ./omp_offloading_cublas.out 1000000

0 commit comments

Comments
 (0)