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
We should generate assertions (similar to Halide's checks on buffers) that catch any case where the passed-in taco_tensor_t is incompatible with the generated code. The ideal guarantee is that if the data pointers are valid, and the checks pass, our compute code will never crash.
The text was updated successfully, but these errors were encountered:
We should generate assertions (similar to Halide's checks on buffers) that catch any case where the passed-in
taco_tensor_t
is incompatible with the generated code. The ideal guarantee is that if the data pointers are valid, and the checks pass, our compute code will never crash.The text was updated successfully, but these errors were encountered: