Files
goo-engine/intern/cycles/kernel
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-03-09 10:39:49 +11:00