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

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 07:14:16 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");
----------------
jhuber6 wrote:

But this asserts that only thread zero will ever execute here.

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


More information about the llvm-commits mailing list