Skip to content

Commit

Permalink
Remove unused attr variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tcclevenger committed Mar 20, 2024
1 parent ab5efde commit 3f1f294
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/Cuda/Kokkos_Cuda_Parallel_Team.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -904,8 +904,6 @@ class ParallelReduce<CombinedFunctorReducerType,
m_vector_size(arg_policy.impl_vector_length()) {
auto internal_space_instance =
m_policy.space().impl_internal_space_instance();
cudaFuncAttributes attr = CudaParallelLaunch<ParallelReduce, LaunchBounds>::
get_cuda_func_attributes(internal_space_instance->m_cudaDev);
m_team_size = m_team_size >= 0 ? m_team_size
: arg_policy.team_size_recommended(
arg_functor_reducer.get_functor(),
Expand Down

0 comments on commit 3f1f294

Please sign in to comment.