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 55dd596 commit 9b89187Copy full SHA for 9b89187
tests/kokkos/workspace_mgr.cpp
@@ -39,7 +39,7 @@ static void unittest_workspace_overprovision()
39
TeamUtils<double,ExeSpace> tu_temp(temp_policy);
40
const int num_conc = tu_temp.get_max_concurrent_threads() / temp_policy.team_size();
41
42
- constexpr double op_fact = WSM_GPU_DEFAULT_OVERPROVISION_FACTOR;
+ constexpr double op_fact = WSM::GPU_DEFAULT_OVERPROVISION_FACTOR();
43
constexpr double explicit_op_fact = op_fact * 2.0;
44
45
const int ni_under = (num_conc / 2) + 1;
0 commit comments