You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a not-a-number floating-point constant that can be used as wp.NAN or wp.nan.
Add wp.isnan(), wp.isinf(), and wp.isfinite() for scalars, vectors, matrices, etc.
Improve kernel cache reuse by hashing just the local module constants. Previously, a
module's hash was affected by all wp.constant() variables declared in a Warp program.
Revised module compilation process to allow multiple processes to use the same kernel cache directory.
Cached kernels will now be stored in hash-specific subdirectory.
Add runtime checks for wp.MarchingCubes on field dimensions and size