[Bf-blender-cvs] [54c27894f18] cycles_oneapi: Update DPCPP patch after the toolchain version update

Sergey Sharybin noreply at git.blender.org
Fri Jun 3 15:00:31 CEST 2022


Commit: 54c27894f1835973f5ada0f9a53a3a4690724893
Author: Sergey Sharybin
Date:   Fri Jun 3 15:00:06 2022 +0200
Branches: cycles_oneapi
https://developer.blender.org/rB54c27894f1835973f5ada0f9a53a3a4690724893

Update DPCPP patch after the toolchain version update

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

M	build_files/build_environment/patches/dpcpp.diff

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

diff --git a/build_files/build_environment/patches/dpcpp.diff b/build_files/build_environment/patches/dpcpp.diff
index a8917911c5d..9dbe032de0c 100644
--- a/build_files/build_environment/patches/dpcpp.diff
+++ b/build_files/build_environment/patches/dpcpp.diff
@@ -41,15 +41,14 @@ diff -Naur llvm-sycl-nightly-20220501.orig\opencl/CMakeLists.txt llvm-sycl-night
 diff -Naur llvm-sycl-nightly-20220208.orig/libdevice/cmake/modules/SYCLLibdevice.cmake llvm-sycl-nightly-20220208/libdevice/cmake/modules/SYCLLibdevice.cmake
 --- llvm-sycl-nightly-20220208.orig/libdevice/cmake/modules/SYCLLibdevice.cmake	2022-02-08 09:17:24 -0700
 +++ llvm-sycl-nightly-20220208/libdevice/cmake/modules/SYCLLibdevice.cmake	2022-05-24 11:35:51 -0600
-@@ -246,7 +246,10 @@
-   ${obj_binary_dir}/libsycl-fallback-cmath.${lib-suffix}
-   ${obj_binary_dir}/libsycl-fallback-cmath-fp64.${lib-suffix}
- )
+@@ -36,7 +36,9 @@
+ add_custom_target(libsycldevice-obj)
+ add_custom_target(libsycldevice-spv)
+ 
 -add_custom_target(libsycldevice DEPENDS
-+
 +# Blender: add ALL here otherwise this target will not build
 +# and cause an error due to missing files during the install phase.
 +add_custom_target(libsycldevice ALL DEPENDS
    libsycldevice-obj
-   libsycldevice-fallback-obj
    libsycldevice-spv)
+



More information about the Bf-blender-cvs mailing list