llvm-project
283fd3f0
- [flang][cuda] Use get() to get raw pointer (#150205)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
146 days ago
[flang][cuda] Use get() to get raw pointer (#150205) Fix issue reported in #150136. `createAllocatable` returns an OwingPtr. Use `get()` to get the raw pointer has it is done in the `flang-rt/unittests/Runtime/CUDA/Memory.cpp` tests.
References
#150205 - [flang][cuda] Use get() to get raw pointer
Author
clementval
Parents
d449d3dc
Loading