Skip to content

Commit

Permalink
perf_test is still not working
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Apr 22, 2023
1 parent 0c681ed commit 9444634
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/perf_test/PerfTest_ExecSpacePartitioning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ struct FunctorTeamReduce {
}
};

// skip for SYCL+Cuda
#if !(defined(KOKKOS_ENABLE_SYCL) && !defined(KOKKOS_ARCH_INTEL_GPU))
static void OverlapRangePolicy(benchmark::State& state) {
int N = state.range(0);
int M = state.range(1);
Expand Down Expand Up @@ -695,5 +697,6 @@ static void OverlapTeamPolicy(benchmark::State& state) {
BENCHMARK(OverlapTeamPolicy)
->ArgNames({"N", "M", "R"})
->Args({20, 1'000'000, 10});
#endif // skip for SYCL+Cuda

} // namespace Test

0 comments on commit 9444634

Please sign in to comment.