Comparision with Apache TVM #497
Answered
by
mikepapadim
andrii0lomakin
asked this question in
Q&A
-
Good day. |
Beta Was this translation helpful? Give feedback.
Answered by
mikepapadim
Jul 12, 2024
Replies: 1 comment 1 reply
-
Hello, Apache TVM purely focuses on ML/DL workloads and not intend to be used for general purpose workloads or data-analytics. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andrii0lomakin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Apache TVM purely focuses on ML/DL workloads and not intend to be used for general purpose workloads or data-analytics.
It provides intergration with TensorFlow, Keras, PyTorch, ONNXRT etc.
The front-end is written in python, while the compile and runtime are C++ with FFI binding to python.
Also, for intergration with languages running on the JVM, it provides some minimal wrappers for Java.