gtensor icon indicating copy to clipboard operation
gtensor copied to clipboard

add GTENSOR_ENABLE_ASSERT

Open bd4 opened this issue 5 years ago • 0 comments

Since NDEBUG affects other code, we should have a define that is specific to gtensor for disabling asserts. This is important especially for HIP and SYCL, which don't allow assert in device code.

bd4 avatar May 26 '20 16:05 bd4