Closed Robadob closed 1 year ago
Required by https://github.com/FLAMEGPU/ABM_Framework_Comparisons/pull/9
To allow
if "--disable-rtc-cache" in sys.argv: rtc_cache = pyflamegpu.JitifyCache.getInstance() rtc_cache.useMemoryCache(False) rtc_cache.useDiskCache(False)
The changes to JitifyCache.h/.cu are required to suppress a SWIG warning, "Nothing known about jitify::experimental::KernelInstantiation".
JitifyCache.h/.cu
jitify::experimental::KernelInstantiation
This will cause conflicts with #1150
Required by https://github.com/FLAMEGPU/ABM_Framework_Comparisons/pull/9
To allow
The changes to
JitifyCache.h/.cu
are required to suppress a SWIG warning, "Nothing known aboutjitify::experimental::KernelInstantiation
".This will cause conflicts with #1150