How do I pass bfloat16s to AIE application? #62
Answered
by
mariodruiz
giacomo-brunetta
asked this question in
Q&A
-
Hello everyone,
Numpy does not support bfloat16 and (in my understanding) tf and torch tensors are not a valid input type for AIE applications. Is there a work around to this problem? |
Beta Was this translation helpful? Give feedback.
Answered by
mariodruiz
Sep 24, 2024
Replies: 1 comment 2 replies
-
Check this https://github.com/AMDResearch/Riallto/blob/main/tests/test_alldatatypes.py#L10 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
giacomo-brunetta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @giacomo-brunetta,
Check this
https://github.com/AMDResearch/Riallto/blob/main/tests/test_alldatatypes.py#L10