From 5d3426adff14e79640910b103bd5c3fd67a15e13 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Sat, 19 Jul 2025 02:28:58 +0200 Subject: [PATCH] Update changes.txt --- docs/changes.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 772069262..c22c0029e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -145,11 +145,16 @@ - Apple Driver: Updated requirements to use Apple OpenCL API to macOS 13.0 - use - Backend: Added workaround to get rid of internal runtimes memory leaks - Backend: Updated filename chksum format to prevent invalid cache on Apple Silicon when switching arch +- Backend: Updated the definitions of the following functions to use a pointer to the buffer instead of the value: + (OpenCL) hc_clReleaseMemObject, hc_clReleaseKernel, hc_clReleaseProgram + (CUDA) hc_cuModuleUnload, hc_cuMemFree, hc_cuStreamDestroy, hc_cuEventDestroy + (HIP) hc_hipEventDestroy, hc_hipMemFree, hc_hipModuleUnload, hc_hipStreamDestroy + (Metal) hc_mtlReleaseMemObject, hc_mtlReleaseFunction, hc_mtlReleaseLibrary - Backend: Splitting backend_ctx_devices_init into smaller runtime-specific functions - Backend Checks: Describe workaround in error message when detecting more than 64 backend devices - Backend Info: Added --machine-readable format - Brain: Added sanity check and corresponding error message for invalid --brain-port values -- Debug: Added -g to build_options if DEBUG >= 1 and not on Apple +- Debug: Added -g to build_options if DEBUG >= 1 (only with HIP and OpenCL) - Dependencies: Added sse2neon v1.8.0 (commit 658eeac) - Dependencies: Updated LZMA SDK to 24.09 - Dependencies: Updated unrar source to 6.2.7