Changelog for
tvm-debugsource-0.8.0-bp155.4.7.x86_64.rpm :
* Tue Nov 22 2022 Max Lin
- Build against llvm14 for Leap 15.5 since llvm15 is the default llvm version in Leap 15.5 which tvm is not supported yet
* Fri Oct 14 2022 Guillaume GARDET - Build against llvm14 for Tumbleweed since llvm15 is not supported yet
* Tue Jun 28 2022 Guillaume GARDET - Requires python38-
* for tvmc on Tumbleweed since the default python (3.10) is not compatible yet, so no python3-
* available
* Wed Apr 06 2022 Guillaume GARDET - Add patch to fix boo#1197347:
* tvm-do-not-force-synr-version.patch
* Mon Mar 07 2022 Guillaume GARDET - Skip test_meta_schedule_local_runner_time_out and test_meta_schedule_local_runner_exception tests on Leap/SLE since they require python 3.7+
* Wed Mar 02 2022 Guillaume GARDET - Add deps on python3-tvm and python3-setuptools for tvmc - boo#1196646
* Tue Mar 01 2022 Guillaume GARDET - Add \'Requires: python-cloudpickle\' - boo#1195952#c1
* Sun Feb 27 2022 Ben Greiner - Update to v0.8
* PaddlePaddle frontend
* TVMScript: round-trippable python-based syntax for TIR
* TorchScript integration
* TensorIR scheduling language
* TensorRT and CUTLASS integration via BYOC
* Int4 TensorCore support in AutoTVM
* MicroTVM Project API and Zephyr, Arduino support
* AOT executor
* Robust Windows support
* Affine analysis infra: iter-affine-map
* Improved Vulkan backend
* CUDA graph support in TVM runtime- Hopefully fixes boo#1195952- Drop Patches merged upstream:
* tvm-fix-catch.patch -- gh#apache/tvm#7319
* tvm-fix-llvm12.patch -- gh#apache/tvm#6717, gh#apache/tvm#6738- Add patches
* tvm-fix-relay-test.patch -- gh#apache/tvm#10402
* tvm-disable-vulkan-test-check.patch- Skip Python 3.9+ -- gh#apache/tvm#8577
* Mon Nov 08 2021 Jan Engelhardt - Trim future plans/marketing from description.
* Tue Oct 19 2021 Guillaume GARDET - Build fails with LLVM 13, so still use LLVM 12 on Tumbleweed
* Fri Apr 30 2021 Guillaume GARDET - Backport patches to fix build on Tumbleweed with llvm12:
* tvm-fix-llvm12.patch
* Tue Feb 16 2021 Guillaume GARDET - NEP 29: Last minorversion bump deprecated Python 3.6 https://numpy.org/neps/nep-0029-deprecation_policy.html
* Wed Jan 27 2021 Guillaume GARDET - Recommends onnx and PIL for tvmc
* Tue Jan 26 2021 Guillaume GARDET - Fix upstream tarball
* Tue Jan 26 2021 Guillaume GARDET - Disable LTO as it breaks runtime, see: https://github.com/apache/tvm/issues/6832- Disable python tests as it does not find Vulkan/openCL
* Thu Jan 21 2021 Guillaume GARDET - Add patch to fix a warning with gcc10:
* tvm-fix-catch.patch
* Wed Jan 20 2021 Guillaume GARDET - Add Arm Compute Library support
* Wed Oct 28 2020 Guillaume GARDET - Update to 0.7.0: https://github.com/apache/incubator-tvm/blob/main/NEWS.md v0.7 brings many major features. The community works together to refactor the internal code base to bring an unified IR code structure with a unified IRModule, type system and pass infrastructure. We have also bought many exciting new features, some highlights include:
* Initial automatic scheduling support
* Initial command line driver interface
* WebGPU and webassembly support
* Better first class rust support in the codebase
* Intial Hexagon support
* Bring your own codegen (BYOC) support The community also continues to bring high quality improvements to the existing modules including, but not limited to: better frontend coverage, performance, quantization, uTVM and dynamic shape support.- Rebase pacth:
* tvm-fix-openblas.patch- Drop patch:
* lib-finder-python-cmake.patch
* Fri Oct 02 2020 Guillaume GARDET - Enable onednn (formerly mkl-dnn) for aarch64 and ppc64le as well- Add support to:
* Antlr4
* openBLAS- Add patch to fix build with openblas enabled:
* tvm-fix-openblas.patch
* Fri Oct 02 2020 Michel Normand - Add _constraints with 4GB min disk space- Use limit_build macro for all arches- Exclude more tests for ppc64 & ppc64le
* Wed Sep 09 2020 Tomáš Chvátal - Fix typo
* Tue Sep 08 2020 Guillaume GARDET - Exclude %arm %{ix86} as tests fail
* Tue Sep 08 2020 Guillaume GARDET - Skip tests requiring opencl- Skip test requiring a specific arch
* Tue Sep 08 2020 Tomáš Chvátal - Split cmake folder to not override it with python builds- Fix detection of this folder in the python modules:
* lib-finder-python-cmake.patch
* Tue Sep 08 2020 Tomáš Chvátal - Add provides/obsoletes on TVM
* Mon Sep 07 2020 Guillaume GARDET - Build fails on Tumbleweed with llvm10, so use llvm9 - boo#1176220
* Mon Sep 07 2020 Tomáš Chvátal - Format with spec-cleaner- Expand properly the fdupes call- Fix headers install- Fix python pkg names- Fix python requires
* Thu Sep 03 2020 Guillaume GARDET - Package nnvm and topi python packages
* Thu Sep 03 2020 Guillaume GARDET - mkl-dnn is not available on %{ix86}, so do not enable it there
* Thu Sep 03 2020 Guillaume GARDET - Make use of python Macros: %python_subpackages and %python_files
* Wed Sep 02 2020 Guillaume GARDET - Enable Python binding
* Wed Sep 02 2020 Guillaume GARDET - Enable UnitTests (only when LLVM is enabled as it is a requirement)
* Tue Sep 01 2020 Guillaume GARDET - Fix build
* Thu Jul 30 2020 Guillaume GARDET - Dep is dlpack-devel, not dlpack
* Wed Jul 29 2020 Guillaume GARDET - Disable mkldnn on non-x86- Add dep to dlpack- Update to 0.6.1
* Mon Jun 01 2020 Tomáš Chvátal - Initial commit, needed by mxnet