@@ -28,7 +28,7 @@ set(CHOOSEN_LISTS)
28
28
set (NVIDIA
29
29
ace-omp/main.cpp
30
30
1
31
-
31
+
32
32
adam-omp/main.cpp
33
33
1
34
34
1
@@ -46,6 +46,7 @@ set(NVIDIA
46
46
1
47
47
1
48
48
)
49
+
49
50
set (NVIDIA_RUNTIME_REDLIST )
50
51
set (NVIDIA_COMPILER_REDLIST )
51
52
@@ -93,7 +94,7 @@ function (add_hecbench LANG)
93
94
continue ()
94
95
endif ()
95
96
96
- list (FIND TEST_SUITE_HECBENCH_EXPECT_PASS "${_file} " _index )
97
+ list (FIND CHOOSEN_LISTS "${_file} " _index )
97
98
if (${_index} EQUAL -1 )
98
99
message (STATUS "Skipping HeCBench Benchmark ${_file} " )
99
100
continue ()
@@ -102,7 +103,7 @@ function (add_hecbench LANG)
102
103
set (_args_for_benchmark "" )
103
104
set (IN_DIRECTORY FALSE )
104
105
105
- foreach (item IN LISTS TEST_SUITE_HECBENCH_EXPECT_PASS )
106
+ foreach (item IN LISTS CHOOSEN_LISTS )
106
107
if (item MATCHES ".*-omp.*" )
107
108
108
109
if (IN_DIRECTORY )
@@ -157,7 +158,6 @@ function (add_hecbench LANG)
157
158
message (STATUS "Makefile not found in ${BENCHMARK_DIR} ." )
158
159
endif ()
159
160
160
-
161
161
set (_includedir "${TEST_SUITE_HECBENCH_ROOT} /src/${CFLAGS_INCLUDE} " )
162
162
163
163
llvm_test_executable (${_name} "${TEST_SUITE_HECBENCH_ROOT} /src/${_file} " )
@@ -229,7 +229,7 @@ if (TEST_SUITE_HECBENCH_ROOT AND NOT TEST_SUITE_BENCHMARKING_ONLY)
229
229
message (STATUS "Option is unrecognized (${list_option} )" )
230
230
endif ()
231
231
endforeach ()
232
- list (REMOVE_DUPLICATES CHOOSEN_LISTS )
232
+ # list(REMOVE_DUPLICATES CHOOSEN_LISTS)
233
233
234
234
foreach (_lang in CXX )
235
235
if (CMAKE_${_lang}_COMPILER )
0 commit comments