Package Release Info

tvm-0.7.0-bp153.1.16

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libtvm
python3-tvm
tvm-devel
tvmc

Change Logs

* Wed Jan 27 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Recommends onnx and PIL for tvmc
* Tue Jan 26 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Fix upstream tarball
* Tue Jan 26 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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 <guillaume.gardet@opensuse.org>
- Add patch to fix a warning with gcc10:
  * tvm-fix-catch.patch
* Wed Jan 20 2021 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add Arm Compute Library support
* Wed Oct 28 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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 <guillaume.gardet@opensuse.org>
- 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 <normand@linux.vnet.ibm.com>
- 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 <tchvatal@suse.com>
- Fix typo
* Tue Sep 08 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Exclude %arm %{ix86} as tests fail
* Tue Sep 08 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Skip tests requiring opencl
- Skip test requiring a specific arch
* Tue Sep 08 2020 Tomá? Chvátal <tchvatal@suse.com>
- 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 <tchvatal@suse.com>
- Add provides/obsoletes on TVM
* Mon Sep 07 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Build fails on Tumbleweed with llvm10, so use llvm9 - boo#1176220
* Mon Sep 07 2020 Tomá? Chvátal <tchvatal@suse.com>
- 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 <guillaume.gardet@opensuse.org>
- Package nnvm and topi python packages
* Thu Sep 03 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- mkl-dnn is not available on %{ix86}, so do not enable it there
* Thu Sep 03 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Make use of python Macros: %python_subpackages and %python_files
* Wed Sep 02 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable Python binding
* Wed Sep 02 2020 Guillaume GARDET <guillaume.gardet@opensuse.org>
- Enable UnitTests (only when LLVM is enabled as it is a requirement)