mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-28 00:03:14 +08:00
- Changed Global Driver to be a void * to avoid auto add of Global Driver Destructor to run before destruction of other L0 data structures that might be enqueued to destory in static object destructors. - Added register of library unload driverdestructor to cleanup driver/device as the last destructor run. Change-Id: I8ba6c5c27424b942a86a2613edd52fc682ab1c64 Signed-off-by: Spruit, Neil R <neil.r.spruit@intel.com>