Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check tensors passed in from user code #58

Open
shoaibkamil opened this issue Apr 22, 2017 · 0 comments
Open

Check tensors passed in from user code #58

shoaibkamil opened this issue Apr 22, 2017 · 0 comments

Comments

@shoaibkamil
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant