Files
test/intern/cycles/kernel
Patrick Mours a3c4091215 Fix Cycles device kernels containing debug assertation code
NanoVDB includes "assert.h" and makes use of "assert" in several places and since the compile
pipeline for CUDA/OptiX kernels does not define "NDEBUG" for release builds, those debug
checks were always added. This is not intended, so this patch disables "assert" for CUDA/OptiX
by defining "NDEBUG" before including NanoVDB headers.
This also fixes a warning about unknown pragmas in NanoVDB thrown by the CUDA compiler.
2020-12-03 15:20:50 +01:00
..
2020-11-29 14:01:33 -07:00
2020-11-11 09:11:43 +11:00
2020-10-01 14:29:45 +02:00
2020-07-07 12:49:13 +10:00
2020-11-20 11:39:22 +11:00
2020-11-20 11:39:22 +11:00
2020-10-19 08:12:33 -07:00