[llvm] [offload] Remove bad assert in StaticLoopChunker::Distribute (PR #132705)

Shilei Tian via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 06:57:47 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:

The three lines of code above assume this should be the case.

https://github.com/llvm/llvm-project/pull/132705


More information about the llvm-commits mailing list