[Bf-blender-cvs] [643234a86fa] cycles_oneapi: Cycles: Enable oneAPI for the release builds

Sergey Sharybin noreply at git.blender.org
Fri Jun 24 14:23:15 CEST 2022


Commit: 643234a86fae846f7b8255f6297929b83341b99b
Author: Sergey Sharybin
Date:   Fri Jun 24 14:20:31 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB643234a86fae846f7b8255f6297929b83341b99b

Cycles: Enable oneAPI for the release builds

The required toolchain is in libraries now, so it is time
to enable oneAPI for the release builds and ensure buildbot
works.

The ahead-of-time compilation will not yet be supported, as
that'd require extra changes on the buildbot side.

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

M	build_files/cmake/config/blender_release.cmake

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

diff --git a/build_files/cmake/config/blender_release.cmake b/build_files/cmake/config/blender_release.cmake
index 8c6a241b7db..b294305d822 100644
--- a/build_files/cmake/config/blender_release.cmake
+++ b/build_files/cmake/config/blender_release.cmake
@@ -70,7 +70,8 @@ if(NOT WIN32)
   set(WITH_JACK                ON  CACHE BOOL "" FORCE)
 endif()
 if(WIN32)
-  set(WITH_WASAPI              ON  CACHE BOOL "" FORCE)
+  set(WITH_WASAPI               ON  CACHE BOOL "" FORCE)
+  set(WITH_CYCLES_DEVICE_ONEAPI ON  CACHE BOOL "" FORCE)
 endif()
 if(UNIX AND NOT APPLE)
   set(WITH_DOC_MANPAGE         ON  CACHE BOOL "" FORCE)



More information about the Bf-blender-cvs mailing list