Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace mallocMC::CreationPolicies::FlatterScatterAlloc
*
* @return The number of pages in the access block.
*/
ALPAKA_FN_INLINE ALPAKA_FN_ACC constexpr static auto numPages() -> uint32_t
ALPAKA_FN_INLINE ALPAKA_FN_HOST_ACC constexpr static auto numPages() -> uint32_t
{
constexpr auto numberOfPages = blockSize / (pageSize + sizeof(PageTable<1>));
// check that the page table entries does not have a padding
Expand Down