Skip to content

Commit

Permalink
Revert "Try different parameter expansion"
Browse files Browse the repository at this point in the history
This reverts commit 07aed98.
  • Loading branch information
MichaelVarvarin committed Nov 18, 2024
1 parent 07aed98 commit 62a58cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/alpaka/kernel/TaskKernelGpuUniformCudaHipRt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ namespace alpaka
ALPAKA_UNIFORM_CUDA_HIP_RT_CHECK(TApi::occupancyMaxActiveBlocksPerMultiprocessor(
&numBlocksPerSm,
alpaka::detail::
gpuKernel<TKernelFnObj, TApi, TAcc, TDim, TIdx, remove_restrict_t<std::decay_t<TArgs...>>>,
gpuKernel<TKernelFnObj, TApi, TAcc, TDim, TIdx, remove_restrict_t<std::decay_t<TArgs>>...>,
blockThreadExtent.prod(),
static_cast<std::size_t>(blockSharedMemDynSizeBytes)));

Expand Down

0 comments on commit 62a58cc

Please sign in to comment.