-
Notifications
You must be signed in to change notification settings - Fork 74
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
#4858: Add support for typecast #4840
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
muthutt
force-pushed
the
bharane/forward_typecast
branch
from
January 20, 2024 00:21
8f2e54a
to
db8bfae
Compare
muthutt
force-pushed
the
bharane/forward_typecast
branch
2 times, most recently
from
January 22, 2024 19:24
32f3cfd
to
865ac2a
Compare
muthutt
requested review from
eyonland,
arakhmati,
TT-BrianLiu,
tt-aho and
mywoodstock
as code owners
January 22, 2024 20:13
tt-aho
approved these changes
Jan 26, 2024
tests/tt_eager/python_api_testing/sweep_tests/pytests/tt_dnn/test_typecast.py
Show resolved
Hide resolved
mywoodstock
approved these changes
Jan 27, 2024
arakhmati
approved these changes
Jan 27, 2024
bharane-ab
force-pushed
the
bharane/forward_typecast
branch
from
January 29, 2024 09:32
242b1d7
to
cfdd30f
Compare
arakhmati
approved these changes
Jan 29, 2024
: fix and update test for typecast to compare after round : add test for clone and typecast for multiple input and output data types : Add output dtype for typecast : Add input and output dtype for torch and device : update tests
muthutt
force-pushed
the
bharane/forward_typecast
branch
from
January 31, 2024 18:45
a2abf51
to
2d0acb6
Compare
tests passing earlier; rerun today is also passing https://github.com/tenstorrent-metal/tt-metal/actions/runs/7730910046 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
support limited typecast operator based on construction of COPY
currently converts between bfloat16,bfloat8 <-> float.