Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: tvm-devel | Distribution: SUSE Linux Enterprise 15 SP4 |
Version: 0.8.0 | Vendor: openSUSE |
Release: bp154.2.20 | Build date: Thu May 12 04:05:28 2022 |
Group: Unspecified | Build host: lamb06 |
Size: 2026703 | Source RPM: tvm-0.8.0-bp154.2.20.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://tvm.apache.org/ | |
Summary: Headers for the TVM Deep Learning Compiler Stack |
TVM is a deep learning compiler stack for CPUs, GPUs, and specialized accelerators. This package contains the headers.
Apache-2.0
* Wed Apr 06 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add patch to fix boo#1197347: * tvm-do-not-force-synr-version.patch * Mon Mar 07 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - 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 <guillaume.gardet@opensuse.org> - Add deps on python3-tvm and python3-setuptools for tvmc - boo#1196646 * Tue Mar 01 2022 Guillaume GARDET <guillaume.gardet@opensuse.org> - Add 'Requires: python-cloudpickle' - boo#1195952#c1 * Sun Feb 27 2022 Ben Greiner <code@bnavigator.de> - 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 <jengelh@inai.de> - Trim future plans/marketing from description. * Tue Oct 19 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Build fails with LLVM 13, so still use LLVM 12 on Tumbleweed * Fri Apr 30 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - Backport patches to fix build on Tumbleweed with llvm12: * tvm-fix-llvm12.patch * Tue Feb 16 2021 Guillaume GARDET <guillaume.gardet@opensuse.org> - NEP 29: Last minorversion bump deprecated Python 3.6 https://numpy.org/neps/nep-0029-deprecation_policy.html * 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) * Tue Sep 01 2020 Guillaume GARDET <guillaume.gardet@opensuse.org> - Fix build * Thu Jul 30 2020 Guillaume GARDET <guillaume.gardet@opensuse.org> - Dep is dlpack-devel, not dlpack * Wed Jul 29 2020 Guillaume GARDET <guillaume.gardet@opensuse.org> - Disable mkldnn on non-x86 - Add dep to dlpack - Update to 0.6.1 * Mon Jun 01 2020 Tomáš Chvátal <tchvatal@suse.com> - Initial commit, needed by mxnet
/usr/include/tvm /usr/include/tvm/arith /usr/include/tvm/arith/analyzer.h /usr/include/tvm/arith/bound.h /usr/include/tvm/arith/int_set.h /usr/include/tvm/arith/int_solver.h /usr/include/tvm/arith/iter_affine_map.h /usr/include/tvm/arith/pattern.h /usr/include/tvm/auto_scheduler /usr/include/tvm/auto_scheduler/auto_schedule.h /usr/include/tvm/auto_scheduler/compute_dag.h /usr/include/tvm/auto_scheduler/cost_model.h /usr/include/tvm/auto_scheduler/feature.h /usr/include/tvm/auto_scheduler/loop_state.h /usr/include/tvm/auto_scheduler/measure.h /usr/include/tvm/auto_scheduler/measure_record.h /usr/include/tvm/auto_scheduler/search_policy.h /usr/include/tvm/auto_scheduler/search_task.h /usr/include/tvm/auto_scheduler/transform_step.h /usr/include/tvm/driver /usr/include/tvm/driver/driver_api.h /usr/include/tvm/ir /usr/include/tvm/ir/adt.h /usr/include/tvm/ir/affine_type.h /usr/include/tvm/ir/attrs.h /usr/include/tvm/ir/diagnostic.h /usr/include/tvm/ir/env_func.h /usr/include/tvm/ir/error.h /usr/include/tvm/ir/expr.h /usr/include/tvm/ir/function.h /usr/include/tvm/ir/instrument.h /usr/include/tvm/ir/module.h /usr/include/tvm/ir/op.h /usr/include/tvm/ir/span.h /usr/include/tvm/ir/tensor_type.h /usr/include/tvm/ir/transform.h /usr/include/tvm/ir/type.h /usr/include/tvm/ir/type_functor.h /usr/include/tvm/ir/type_relation.h /usr/include/tvm/meta_schedule /usr/include/tvm/meta_schedule/arg_info.h /usr/include/tvm/meta_schedule/builder.h /usr/include/tvm/meta_schedule/database.h /usr/include/tvm/meta_schedule/integration.h /usr/include/tvm/meta_schedule/runner.h /usr/include/tvm/meta_schedule/search_strategy.h /usr/include/tvm/meta_schedule/space_generator.h /usr/include/tvm/meta_schedule/task_scheduler.h /usr/include/tvm/meta_schedule/tune_context.h /usr/include/tvm/node /usr/include/tvm/node/attr_registry_map.h /usr/include/tvm/node/functor.h /usr/include/tvm/node/node.h /usr/include/tvm/node/reflection.h /usr/include/tvm/node/repr_printer.h /usr/include/tvm/node/serialization.h /usr/include/tvm/node/structural_equal.h /usr/include/tvm/node/structural_hash.h /usr/include/tvm/parser /usr/include/tvm/parser/parser.h /usr/include/tvm/parser/source_map.h /usr/include/tvm/relay /usr/include/tvm/relay/adt.h /usr/include/tvm/relay/analysis.h /usr/include/tvm/relay/attrs /usr/include/tvm/relay/attrs/algorithm.h /usr/include/tvm/relay/attrs/annotation.h /usr/include/tvm/relay/attrs/bitserial.h /usr/include/tvm/relay/attrs/call.h /usr/include/tvm/relay/attrs/debug.h /usr/include/tvm/relay/attrs/device_copy.h /usr/include/tvm/relay/attrs/image.h /usr/include/tvm/relay/attrs/memory.h /usr/include/tvm/relay/attrs/nn.h /usr/include/tvm/relay/attrs/random.h /usr/include/tvm/relay/attrs/reduce.h /usr/include/tvm/relay/attrs/transform.h /usr/include/tvm/relay/attrs/vision.h /usr/include/tvm/relay/attrs/vm.h /usr/include/tvm/relay/base.h /usr/include/tvm/relay/dataflow_matcher.h /usr/include/tvm/relay/dataflow_pattern.h /usr/include/tvm/relay/dataflow_pattern_functor.h /usr/include/tvm/relay/executor.h /usr/include/tvm/relay/expr.h /usr/include/tvm/relay/expr_functor.h /usr/include/tvm/relay/feature.h /usr/include/tvm/relay/function.h /usr/include/tvm/relay/interpreter.h /usr/include/tvm/relay/op.h /usr/include/tvm/relay/op_attr_types.h /usr/include/tvm/relay/op_strategy.h /usr/include/tvm/relay/pattern_functor.h /usr/include/tvm/relay/qnn /usr/include/tvm/relay/qnn/attrs.h /usr/include/tvm/relay/qnn/transform.h /usr/include/tvm/relay/runtime.h /usr/include/tvm/relay/transform.h /usr/include/tvm/relay/type.h /usr/include/tvm/runtime /usr/include/tvm/runtime/c_backend_api.h /usr/include/tvm/runtime/c_runtime_api.h /usr/include/tvm/runtime/container /usr/include/tvm/runtime/container/adt.h /usr/include/tvm/runtime/container/array.h /usr/include/tvm/runtime/container/base.h /usr/include/tvm/runtime/container/closure.h /usr/include/tvm/runtime/container/map.h /usr/include/tvm/runtime/container/optional.h /usr/include/tvm/runtime/container/shape_tuple.h /usr/include/tvm/runtime/container/string.h /usr/include/tvm/runtime/contrib /usr/include/tvm/runtime/contrib/papi.h /usr/include/tvm/runtime/crt /usr/include/tvm/runtime/crt/crt.h /usr/include/tvm/runtime/crt/error_codes.h /usr/include/tvm/runtime/crt/func_registry.h /usr/include/tvm/runtime/crt/graph_executor.h /usr/include/tvm/runtime/crt/graph_executor_module.h /usr/include/tvm/runtime/crt/logging.h /usr/include/tvm/runtime/crt/microtvm_rpc_server.h /usr/include/tvm/runtime/crt/module.h /usr/include/tvm/runtime/crt/packed_func.h /usr/include/tvm/runtime/crt/page_allocator.h /usr/include/tvm/runtime/crt/platform.h /usr/include/tvm/runtime/crt/rpc_common /usr/include/tvm/runtime/crt/rpc_common/frame_buffer.h /usr/include/tvm/runtime/crt/rpc_common/framing.h /usr/include/tvm/runtime/crt/rpc_common/session.h /usr/include/tvm/runtime/crt/rpc_common/write_stream.h /usr/include/tvm/runtime/crt/stack_allocator.h /usr/include/tvm/runtime/data_type.h /usr/include/tvm/runtime/device_api.h /usr/include/tvm/runtime/executor_info.h /usr/include/tvm/runtime/logging.h /usr/include/tvm/runtime/memory.h /usr/include/tvm/runtime/micro /usr/include/tvm/runtime/micro/standalone /usr/include/tvm/runtime/micro/standalone/microtvm_runtime.h /usr/include/tvm/runtime/module.h /usr/include/tvm/runtime/ndarray.h /usr/include/tvm/runtime/object.h /usr/include/tvm/runtime/packed_func.h /usr/include/tvm/runtime/profiling.h /usr/include/tvm/runtime/registry.h /usr/include/tvm/runtime/serializer.h /usr/include/tvm/runtime/threading_backend.h /usr/include/tvm/runtime/vm /usr/include/tvm/runtime/vm/bytecode.h /usr/include/tvm/runtime/vm/executable.h /usr/include/tvm/runtime/vm/memory_manager.h /usr/include/tvm/runtime/vm/vm.h /usr/include/tvm/support /usr/include/tvm/support/parallel_for.h /usr/include/tvm/support/random_engine.h /usr/include/tvm/support/with.h /usr/include/tvm/target /usr/include/tvm/target/codegen.h /usr/include/tvm/target/compilation_config.h /usr/include/tvm/target/generic_func.h /usr/include/tvm/target/se_scope.h /usr/include/tvm/target/tag.h /usr/include/tvm/target/target.h /usr/include/tvm/target/target_info.h /usr/include/tvm/target/target_kind.h /usr/include/tvm/te /usr/include/tvm/te/autodiff.h /usr/include/tvm/te/operation.h /usr/include/tvm/te/schedule.h /usr/include/tvm/te/schedule_pass.h /usr/include/tvm/te/tensor.h /usr/include/tvm/te/tensor_intrin.h /usr/include/tvm/tir /usr/include/tvm/tir/analysis.h /usr/include/tvm/tir/buffer.h /usr/include/tvm/tir/builtin.h /usr/include/tvm/tir/data_layout.h /usr/include/tvm/tir/expr.h /usr/include/tvm/tir/expr_functor.h /usr/include/tvm/tir/function.h /usr/include/tvm/tir/op.h /usr/include/tvm/tir/op_attr_types.h /usr/include/tvm/tir/schedule /usr/include/tvm/tir/schedule/block_scope.h /usr/include/tvm/tir/schedule/instruction.h /usr/include/tvm/tir/schedule/schedule.h /usr/include/tvm/tir/schedule/state.h /usr/include/tvm/tir/schedule/trace.h /usr/include/tvm/tir/stmt.h /usr/include/tvm/tir/stmt_functor.h /usr/include/tvm/tir/transform.h /usr/include/tvm/tir/var.h /usr/include/tvm/topi /usr/include/tvm/topi/broadcast.h /usr/include/tvm/topi/contrib /usr/include/tvm/topi/contrib/cublas.h /usr/include/tvm/topi/contrib/rocblas.h /usr/include/tvm/topi/cuda /usr/include/tvm/topi/cuda/dense.h /usr/include/tvm/topi/cuda/injective.h /usr/include/tvm/topi/cuda/pooling.h /usr/include/tvm/topi/cuda/reduction.h /usr/include/tvm/topi/cuda/softmax.h /usr/include/tvm/topi/detail /usr/include/tvm/topi/detail/array_utils.h /usr/include/tvm/topi/detail/broadcast.h /usr/include/tvm/topi/detail/constant_utils.h /usr/include/tvm/topi/detail/extern.h /usr/include/tvm/topi/detail/fuse.h /usr/include/tvm/topi/detail/pad_utils.h /usr/include/tvm/topi/detail/ravel_unravel.h /usr/include/tvm/topi/detail/strided_slice.h /usr/include/tvm/topi/detail/tensor_utils.h /usr/include/tvm/topi/einsum.h /usr/include/tvm/topi/elemwise.h /usr/include/tvm/topi/generic /usr/include/tvm/topi/generic/default.h /usr/include/tvm/topi/generic/extern.h /usr/include/tvm/topi/generic/injective.h /usr/include/tvm/topi/nn /usr/include/tvm/topi/nn.h /usr/include/tvm/topi/nn/bias_add.h /usr/include/tvm/topi/nn/bnn.h /usr/include/tvm/topi/nn/dense.h /usr/include/tvm/topi/nn/dilate.h /usr/include/tvm/topi/nn/flatten.h /usr/include/tvm/topi/nn/local_response_norm.h /usr/include/tvm/topi/nn/mapping.h /usr/include/tvm/topi/nn/pooling.h /usr/include/tvm/topi/nn/softmax.h /usr/include/tvm/topi/reduction.h /usr/include/tvm/topi/rocm /usr/include/tvm/topi/rocm/dense.h /usr/include/tvm/topi/rocm/injective.h /usr/include/tvm/topi/rocm/pooling.h /usr/include/tvm/topi/rocm/reduction.h /usr/include/tvm/topi/rocm/softmax.h /usr/include/tvm/topi/tags.h /usr/include/tvm/topi/transform.h /usr/include/tvm/topi/utils.h /usr/include/tvm/topi/vision /usr/include/tvm/topi/vision/reorg.h /usr/include/tvm/topi/x86 /usr/include/tvm/topi/x86/bnn.h /usr/include/tvm/topi/x86/default.h /usr/include/tvm/topi/x86/injective.h
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 16:00:25 2024