mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
This change removes manual memory management via new/delete and replaces it with std::unique_ptr. Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>