Skip to content

Commit 1fd0c9e

Browse files
committed
WIP 2024-04-23 wto 17:41
1 parent 19cf4f4 commit 1fd0c9e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

benchmarks/gbench/mhp/stencil_2d.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,9 @@ static void Stencil2D_Reference(benchmark::State &state) {
461461

462462
DR_BENCHMARK(Stencil2D_Reference);
463463

464+
/*
465+
// Disbled due to timeout
466+
464467
//
465468
// Distributed vector of floats. Granularity ensures segments contain
466469
// whole rows. Explicitly process segments SPMD-style with SYCL
@@ -507,7 +510,6 @@ static void Stencil2D_SegmentedSYCL_DR(benchmark::State &state) {
507510
}
508511
}
509512
510-
// Timeout
511-
// DR_BENCHMARK(Stencil2D_SegmentedSYCL_DR);
512-
513+
DR_BENCHMARK(Stencil2D_SegmentedSYCL_DR);
514+
*/
513515
#endif // SYCL_LANGUAGE_VERSION

0 commit comments

Comments
 (0)