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 19cf4f4 commit 1fd0c9eCopy full SHA for 1fd0c9e
benchmarks/gbench/mhp/stencil_2d.cpp
@@ -461,6 +461,9 @@ static void Stencil2D_Reference(benchmark::State &state) {
461
462
DR_BENCHMARK(Stencil2D_Reference);
463
464
+/*
465
+// Disbled due to timeout
466
+
467
//
468
// Distributed vector of floats. Granularity ensures segments contain
469
// whole rows. Explicitly process segments SPMD-style with SYCL
@@ -507,7 +510,6 @@ static void Stencil2D_SegmentedSYCL_DR(benchmark::State &state) {
507
510
}
508
511
509
512
-// Timeout
-// DR_BENCHMARK(Stencil2D_SegmentedSYCL_DR);
-
513
+DR_BENCHMARK(Stencil2D_SegmentedSYCL_DR);
514
+*/
515
#endif // SYCL_LANGUAGE_VERSION
0 commit comments