Commit: 5b1f8347e814ab6154f7508cb2963efc6fa85e25
Author: Xavier Hallade
Date:   Mon Jun 20 20:46:46 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB5b1f8347e814ab6154f7508cb2963efc6fa85e25

Fix oneAPI runtime issue after recent refactor

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

M       intern/cycles/device/oneapi/device_impl.cpp

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

diff --git a/intern/cycles/device/oneapi/device_impl.cpp 
b/intern/cycles/device/oneapi/device_impl.cpp
index 0a29f08b3c3..1621cf4c1f1 100644
--- a/intern/cycles/device/oneapi/device_impl.cpp
+++ b/intern/cycles/device/oneapi/device_impl.cpp
@@ -25,7 +25,7 @@ OneapiDevice::OneapiDevice(const DeviceInfo &info,
                            Profiler &profiler)
     : Device(info, stats, profiler),
       device_queue(nullptr),
-      texture_info(this, "__texture_info", MEM_GLOBAL),
+      texture_info(this, "texture_info", MEM_GLOBAL),
       kg_memory(nullptr),
       kg_memory_device(nullptr),
       kg_memory_size(0),

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to