Why HIPTensor is not used in this library and it has its own Tensor implementation? #3618
uguryagmur
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question related to this library.
First of all, it seems awesome. Thanks for all the efforts.
However, the thing I'm curious about is, why this library doesn't use HIPTensor library. Tensor and tensor operations can be separated to HIPTensor and optimizations to those can be done there and here you can focus on ML/DL related applications, optimizations, and maybe a JIT compiler which accelerates the dynamic models.
I am just trying to understand the big picture.
Could you help me to understand?
Thanks,
Ugur
Beta Was this translation helpful? Give feedback.
All reactions