Can confirm the generated whl from the bot will install and load just fine on my local py 3.10.6 env.
Running an extra regular build just to be sure it didn't break that
@blender-bot package
We can't, when build with dpcpp it'll have sycl references in sys.lib and embree4.lib, regardless if oneAPI is ON or OFF, we're gonna have to link sycl.
I still could not fully understand this problem, however.
I think I have an idea what is happening there
Can you run git config --get remote.origin.url
in both clones and show the…
By itself I don't mind Embree being compiled with DPCPP, to me it's not any different than what we have for OpenImageDenoise and ISPC.
This is different though, OIDN has only ever had one way…
This can be removed, the top level (the one that manages the order the deps get build in) generator will still be msbuild, but the embree dep will build with ninja because you added CMAKE_GENERATOR
in ExternalProject_Add
small change needed to get this to build with dpcpp on windows, clang++ wanted to use lld-link
as its linker, which wasn't enabled causing cmake to error out during compiler discovery.
di…
I kinda took "It requires using SYCL compiler to compile Embree." to mean just the intel GPU kernels would build with dpcpp. But by the looks of it, it replaces GCC/MSVC completely with DPCPP even…
Think the HD4000 was dropped earlier than that, but what it means when we drop support is that we don't test on it, and make no guarantees it'll work if it doesn't we won't be fixing any issues…
Haven't looked at it in detail, I can say I have been slowly been migrating most deps over to ninja on windows. If embree isn't already using it I have no objections to switching it over, it'll…
What this dialog means is this GPU is not officially supported anymore, the blender requirements list intel Haswell (HD4400 and newer) as the…
OIIO tends to be easy, I agree it's late, but doesn't feel like we have a choice here
Actually #105502 transitions to using msys2 to get autotools and friends, but uses MSVC as the compiler to actually build the deps.
Just clicking though some of these patches,it seems like…
Finally had some time for another round of (windows) testing on this couple of things stuck out
- ZLib had been moved from static to dynamic, while I'm not opposed to that in principle, it does…