[all-commits] [llvm/llvm-project] 97a847: [flang][runtime] Further work on speeding up work ...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Jul 18 13:44:46 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 97a8476068bad449c0340021398b0356a44857aa
https://github.com/llvm/llvm-project/commit/97a8476068bad449c0340021398b0356a44857aa
Author: Peter Klausler <pklausler at nvidia.com>
Date: 2025-07-18 (Fri, 18 Jul 2025)
Changed paths:
M flang-rt/lib/runtime/assign.cpp
Log Message:
-----------
[flang][runtime] Further work on speeding up work queue operations (#149189)
This patch avoids a trip through the work queue engine for cases on a
CPU where finalization and destruction actions during assignment were
handled without enqueueing another task.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list