llvm-project
7ea47d18
- [flang][cuda] Unify locking regime for the allocation table (#221341)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
7 days ago
[flang][cuda] Unify locking regime for the allocation table (#221341) The lock was acquired in insertAsyncDeviceAllocation but not in other function. Move the lock outside of the function so the locking regime is homogeneous.
References
#221341 - [flang][cuda] Unify locking regime for the allocation table
Author
clementval
Parents
6bfbb2ef
Loading