Files
test2/intern/cycles
Xavier Hallade 1a0dbbd242 Fix: Cannot render Victor and Spring with embree disabled on Intel GPUs
The kernel zeroing memory since we've added host memory fallback didn't
expect large inputs, so with these scenes, it was running into
"Provided range is out of integer limits. Pass
`-fno-sycl-id-queries-fit-in-int' to disable range check" error.

This kernel was used instead of memset to avoid some issues with the
free_memory queries not always being updated.
As we can't reproduce these with recent drivers, we now use memset,
which fixes rendering with BVH2.
2024-09-02 18:35:51 +02:00
..
2024-08-27 17:20:46 +02:00
2024-08-27 12:46:54 +02:00
2024-07-25 10:17:42 +10:00
2024-07-30 12:38:16 +10:00
2024-08-23 10:19:53 +10:00
2024-08-21 23:20:34 +10:00