[Bf-blender-cvs] [076a23d2022] cycles_oneapi: Cleanup: Remove unused queue property

Sergey Sharybin noreply at git.blender.org
Tue Apr 19 15:33:20 CEST 2022


Commit: 076a23d2022349f64fc4a37f4c89b874ea5a52ea
Author: Sergey Sharybin
Date:   Tue Apr 19 15:32:42 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB076a23d2022349f64fc4a37f4c89b874ea5a52ea

Cleanup: Remove unused queue property

The removal was missing in the previous master branch merge.

===================================================================

M	intern/cycles/device/oneapi/queue.h

===================================================================

diff --git a/intern/cycles/device/oneapi/queue.h b/intern/cycles/device/oneapi/queue.h
index 05592f8d0c2..b8c28d0d0d9 100644
--- a/intern/cycles/device/oneapi/queue.h
+++ b/intern/cycles/device/oneapi/queue.h
@@ -43,7 +43,6 @@ class OneapiDeviceQueue : public DeviceQueue {
   OneapiDevice *oneapi_device;
   oneAPIDLLInterface oneapi_dll;
   KernelContext *kernel_context;
-  static std::set<DeviceKernel> SUPPORTED_KERNELS;
   bool with_kernel_statistics;
 };



More information about the Bf-blender-cvs mailing list