OpenCL Kernel: Refactored read_kernel_binary to load only a single kernel for a single device

This commit is contained in:
jsteube
2017-02-14 17:08:08 +01:00
parent 5a2e7f2a3a
commit cc223123e9
2 changed files with 11 additions and 13 deletions
+1
View File
@@ -71,6 +71,7 @@
- Mask Checks: Added additional memory cleanups after parsing/verifying masks
- OpenCL Device Management: Fixed several memory leaks in case initialization of an OpenCL device or platform failed
- OpenCL Kernel: Move kernel binary buffer from heap to stack memory
- OpenCL Kernel: Refactored read_kernel_binary to load only a single kernel for a single device
- Outfile Check: Fixed a memory leak for failed outfile reads
- Rule Engine: Fixed several memory leaks in case loading of rules failed
- Session Management: Fixed several memory leaks in case profile- or install-folder setup failed