We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1de5e9 commit b6b2bc0Copy full SHA for b6b2bc0
benchmarks/gbench/mhp/CMakeLists.txt
@@ -61,11 +61,11 @@ if(CMAKE_BUILD_TYPE STREQUAL "Release" AND NOT MPI_IMPL STREQUAL "openmpi")
61
# of static column size for stencil2D disable DPL benchmarks because we get
62
# intermittent fails with: ONEAPI_DEVICE_SELECTOR=opencl:cpu mpirun -n 1
63
# ./mhp-bench --vector-size 30000 --rows 100 --columns 100 --check
64
- add_mhp_disabled_ctest(
+ add_mhp_ctest(
65
NAME mhp-bench TARGS --vector-size 30000 --rows 100 --columns 100 --check
66
--benchmark_filter=-FFT3D.*)
67
if(ENABLE_SYCL)
68
69
NAME mhp-bench SYCL TARGS --vector-size 30000 --rows 100 --columns 100
70
--check --benchmark_filter=-.*DPL.*)
71
endif()
0 commit comments