onnxruntime
e63bb5ac
- Fix a memory leak in QGemm (#15703)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
2 years ago
Fix a memory leak in QGemm (#15703) ### Description The BufferUniquePtrs in the old code doesn't have knowledge of the allocator where the allocated memory was from, so it cannot free the memory.
References
#15703 - Fix a memory leak in QGemm
Author
Changming Sun
Parents
740d553c
Loading