[llvm] [offload] Remove bad assert in StaticLoopChunker::Distribute (PR #132705)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 24 07:44:23 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");
----------------
macurtis-amd wrote:
I think we need @DominikAdamski to provide some insight into this code. I can only comment based on empirical experience, with the assumption that flang is generating correct calls into the runtime.
FWIW, this code (i.e. `__kmpc_distribute_static_loop*`) does not seem to be used by clang.
https://github.com/llvm/llvm-project/pull/132705
More information about the llvm-commits
mailing list