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

Proberts/16353 skip no volume tensors #16619

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

patrickroberts
Copy link
Contributor

@patrickroberts patrickroberts commented Jan 10, 2025

Ticket

#16353

Problem description

Watcher detects corrupted memory when eltwise binary kernel outputs zero volume tensor

What's changed

Device operations may now optionally indicate when to skip launching program with skip_launch - this can be due to an output tensor with a logical volume of zero, or an output tensor that does not require initialization (ttnn.empty, for example).

Checklist

@patrickroberts patrickroberts force-pushed the proberts/16353-skip_no_volume_tensors branch from d630b0d to 74429ef Compare January 10, 2025 18:26
@patrickroberts patrickroberts force-pushed the proberts/16353-skip_no_volume_tensors branch from 74429ef to 14f6886 Compare January 10, 2025 19:51
@patrickroberts patrickroberts force-pushed the proberts/16353-skip_no_volume_tensors branch from 14f6886 to 85d8290 Compare January 10, 2025 19:52
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

Successfully merging this pull request may close these issues.

3 participants