This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern
Nikita Sirgienko a17d07ee87 Cycles: oneAPI: Fix prevented execution with sycl runtime > 20230323
NanoVDB headers have unused code using "double" type, which is not supported on Arc GPUs.
Recent DPC++ changes enforced runtime verifications:
https://github.com/intel/llvm/commit/7663dc201de253ae876b6f3989818feffb299ea1
which prevents execution when such type has been present even if unused.
This is a solution to avoid double to be compiled at all, similar as how it is done for Metal.
2023-05-17 00:00:52 +02:00
..
2023-05-11 14:29:38 +02:00
2023-05-09 13:19:16 +02:00
2023-05-09 13:19:16 +02:00
2023-04-19 08:02:42 +10:00