[llvm] [offload] Remove bad assert in StaticLoopChunker::Distribute (PR #132705)
Shilei Tian via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 07:13:05 PDT 2025
================
@@ -820,7 +820,6 @@ template <typename Ty> class StaticLoopChunker {
Ty ThreadChunk = 0;
Ty NumThreads = 1;
Ty TId = 0;
- ASSERT(TId == mapping::getThreadIdInBlock(), "Bad thread id");
----------------
shiltian wrote:
Yes, but in the last warp we only use one thread instead of all of them.
https://github.com/llvm/llvm-project/pull/132705
More information about the llvm-commits
mailing list