Skip to content

Commit 9b89187

Browse files
committed
Fix test
1 parent 55dd596 commit 9b89187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/kokkos/workspace_mgr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static void unittest_workspace_overprovision()
3939
TeamUtils<double,ExeSpace> tu_temp(temp_policy);
4040
const int num_conc = tu_temp.get_max_concurrent_threads() / temp_policy.team_size();
4141

42-
constexpr double op_fact = WSM_GPU_DEFAULT_OVERPROVISION_FACTOR;
42+
constexpr double op_fact = WSM::GPU_DEFAULT_OVERPROVISION_FACTOR();
4343
constexpr double explicit_op_fact = op_fact * 2.0;
4444

4545
const int ni_under = (num_conc / 2) + 1;

0 commit comments

Comments
 (0)