tvm
tvm copied to clipboard
Open deep learning compiler stack for cpu, gpu and specialized accelerators
This issue is to track issues with python 3.9.x+ in TVM. * [ ] Switch hybrid script to use synr. * [ ] Make sure nothing in the tvm codebase...
Apply Pylint to the following files for issue #11414 - tests/python/unittest/test_crt.py - tests/python/unittest/test_micro_model_library_format.py - tests/python/unittest/test_micro_project_api.py - tests/python/unittest/test_micro_transport.py - tests/python/unittest/test_node_reflection.py - tests/python/unittest/test_runtime_container.py - tests/python/unittest/test_runtime_error.py - tests/python/unittest/test_runtime_extension.py - tests/python/unittest/test_runtime_graph.py - tests/python/unittest/test_runtime_graph_cuda_graph.py -...
See https://discuss.tvm.apache.org/t/discuss-cpp-deploy-did-not-work-in-system-module-mode/12066/4 We should address this before releasing 0.9.
There are some changes in xgboost `callbacks` since xgboost 1.6.0. Some class and fucntion have been removed: https://github.com/dmlc/xgboost/pull/7280 TVM still uses xgboost old callback function which has been deprecated since...
I simply used relay.frontend.from_onnx to import an ONNX model from PyTorch. The code works fine when freeze_params is set to True (default). When I was trying to separate weights from...
I have a problem today, maybe is a bug in tvm 0.6, my english is poor, i will try my best to describe the problem clearly ^ ^ **the test...
[here](https://tvm.apache.org/docs/install/from_source.html#install-from-source)
``` /wrkdirs/usr/ports/devel/googletest/work/googletest-release-1.12.1/googletest/src/gtest-port.cc:714: Failure Value of: is_valid_ Actual: false Expected: true Regular expression "#define TVMGEN_ULTIMATE_CAT_SPOTTER_MY_CONSTANT_POOL_CONSTANT_POOL_DATA \\\ 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w, 0x\w\w,...
We have the package for ```dmlc-core``` on FreeBSD and we would prefer to use this package instead of bundled ```dmlc-core```. Could you please add a cmake variable that would allow...
Metaschedule does not handle non-integer loop extents. This problem is specific to metaschedule as auto_scheduler handles non-integer loop extents. This failure happens with extents that can be simplified to a...