From 589c616c0ac9f03a205db40aa4cfabcf06b33a54 Mon Sep 17 00:00:00 2001 From: mehmet yusufoglu Date: Tue, 16 Apr 2024 09:59:23 +0200 Subject: [PATCH] add comment --- include/alpaka/workdiv/WorkDivHelpers.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/alpaka/workdiv/WorkDivHelpers.hpp b/include/alpaka/workdiv/WorkDivHelpers.hpp index 4fcf1243533..8c086d995e7 100644 --- a/include/alpaka/workdiv/WorkDivHelpers.hpp +++ b/include/alpaka/workdiv/WorkDivHelpers.hpp @@ -352,6 +352,9 @@ namespace alpaka std::is_same_v, Idx>, "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::value == 0) { auto const zero = Vec, Idx>{};