[all-commits] [llvm/llvm-project] c21ef1: [flang][runtime] Allow 1023 active asynchronous ID...
Peter Klausler via All-commits
all-commits at lists.llvm.org
Fri Mar 1 14:28:51 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c21ef15ec651b5570a44a63e01ee4afdbabc3623
https://github.com/llvm/llvm-project/commit/c21ef15ec651b5570a44a63e01ee4afdbabc3623
Author: Peter Klausler <35819229+klausler at users.noreply.github.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M flang/runtime/unit.cpp
M flang/runtime/unit.h
Log Message:
-----------
[flang][runtime] Allow 1023 active asynchronous IDs (#82446)
The present limit of 63 is too low for some tests; bump it up to 1023 by
using an array of bit-sets.
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