Describe the bug
The primitive arithmetic kernels like add kernel don't define its behavior for overflow. We recently hit by this issue as overflow behavior is different between dev (panic on overflow) and release (overflow ignored). We should have explicit definition of overflow behavior for the kernels.
To Reproduce
Expected behavior
Additional context