Skip to content

Commit

Permalink
Update hip alpakacore
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaldu committed Jan 8, 2025
1 parent a2e8f6a commit 416950a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLUEstering/alpaka/AlpakaCore/CachedBufAlloc.h
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ namespace clue {
auto deleter = [alloc = &allocator](TElem* ptr) { alloc->free(ptr); };

return alpaka::BufHipRt<TElem, TDim, TIdx>(
dev, reinterpret_cast<TElem*>(memPtr), std::move(deleter), pitchBytes, extent);
dev, reinterpret_cast<TElem*>(memPtr), std::move(deleter), extent, pitchBytes);
}
};

Expand Down

0 comments on commit 416950a

Please sign in to comment.