Skip to content

Commit

Permalink
Fix another occurence
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Feb 8, 2024
1 parent 8d55329 commit ede2f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/Cuda/Kokkos_Cuda_Parallel_MDRange.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ namespace Impl {
template <typename ParallelType, typename Policy, typename LaunchBounds>
int max_tile_size_product_helper(const Policy& pol, const LaunchBounds&) {
cudaFuncAttributes attr =
CudaParallelLaunch<ParallelType,
LaunchBounds>::get_cuda_func_attributes();
CudaParallelLaunch<ParallelType, LaunchBounds>::get_cuda_func_attributes(
pol.space().cuda_device());
auto const& prop = pol.space().cuda_device_prop();

// Limits due to registers/SM, MDRange doesn't have
Expand Down

0 comments on commit ede2f12

Please sign in to comment.