[Bf-blender-cvs] [19bfb3d04bd] cycles_oneapi: Cycles: Disable oneAPI binaries compilation

Sergey Sharybin noreply at git.blender.org
Fri Jun 24 18:21:48 CEST 2022


Commit: 19bfb3d04bd705f00a0bd62e900183311181270f
Author: Sergey Sharybin
Date:   Fri Jun 24 18:20:56 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB19bfb3d04bd705f00a0bd62e900183311181270f

Cycles: Disable oneAPI binaries compilation

Temporary measure to see whether the rest of the compilation is passed.

Currently building such kernel does not fit under 30min timeout of the step.

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

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 0826512c17c..7b8bd32b0bd 100644
--- a/build_files/cmake/config/blender_release.cmake
+++ b/build_files/cmake/config/blender_release.cmake
@@ -88,5 +88,5 @@ if(NOT APPLE)
   set(WITH_CYCLES_CUDA_BINARIES   ON  CACHE BOOL "" FORCE)
   set(WITH_CYCLES_CUBIN_COMPILER  OFF CACHE BOOL "" FORCE)
   set(WITH_CYCLES_HIP_BINARIES    ON  CACHE BOOL "" FORCE)
-  set(WITH_CYCLES_ONEAPI_BINARIES ON  CACHE BOOL "" FORCE)
+  set(WITH_CYCLES_ONEAPI_BINARIES OFF  CACHE BOOL "" FORCE)
 endif()



More information about the Bf-blender-cvs mailing list