llvm-project
b26baf17
- [Offload] Make AMDGPU plugin handle empty allocation properly (#142383)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
120 days ago
[Offload] Make AMDGPU plugin handle empty allocation properly (#142383) Summary: `malloc(0)` and `free(nullptr)` are both defined by the standard but we current trigger erros and assertions on them. Fix that so this works with empty arguments.
References
#142383 - [Offload] Make AMDGPU plugin handle empty allocation properly
Author
jhuber6
Parents
71093b84
Loading