File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -507,6 +507,7 @@ static void Stencil2D_SegmentedSYCL_DR(benchmark::State &state) {
507
507
}
508
508
}
509
509
510
- DR_BENCHMARK (Stencil2D_SegmentedSYCL_DR);
510
+ // Timeout
511
+ // DR_BENCHMARK(Stencil2D_SegmentedSYCL_DR);
511
512
512
513
#endif // SYCL_LANGUAGE_VERSION
Original file line number Diff line number Diff line change @@ -25,6 +25,10 @@ foreach(test-exec IN ITEMS shp-tests shp-tests-3 shp-quick-test)
25
25
target_link_libraries (${test-exec} GTest::gtest_main DR::shp fmt::fmt cxxopts )
26
26
endforeach ()
27
27
28
- add_shp_ctest (shp-tests shp-tests )
29
- add_shp_ctest (shp-tests-3 shp-tests --devicesCount 3 )
28
+ # timeout in SHP tests
29
+
30
+ # add_shp_ctest(shp-tests shp-tests)
31
+
32
+ # add_shp_ctest(shp-tests-3 shp-tests --devicesCount 3)
33
+
30
34
add_shp_ctest (shp-tests-3-only shp-tests-3 --devicesCount 3 )
You can’t perform that action at this time.
0 commit comments