Open nvlukasz opened 3 weeks ago
Currently, there is no way to raise an error from a Warp kernel. Adding a wp.assert() builtin would work. To reduce perf overhead, consider enabling it only in debug mode.
wp.assert()
Request from @mehdiataei
Description
Currently, there is no way to raise an error from a Warp kernel. Adding a
wp.assert()
builtin would work. To reduce perf overhead, consider enabling it only in debug mode.Context
Request from @mehdiataei