Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetyusufoglu committed Apr 16, 2024
1 parent d154349 commit 589c616
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/alpaka/workdiv/WorkDivHelpers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,9 @@ namespace alpaka
std::is_same_v<Idx<TThreadElemExtent>, Idx<TAcc>>,
"The idx type of TAcc and the idx type of TThreadElemExtent have to be identical!");

// Get kernel name and arguments from the bundle
// Call getMaxThreadPerBlockForKernel

if constexpr(Dim<TGridElemExtent>::value == 0)
{
auto const zero = Vec<DimInt<0>, Idx<TAcc>>{};
Expand Down

0 comments on commit 589c616

Please sign in to comment.