tvm icon indicating copy to clipboard operation
tvm copied to clipboard

Open deep learning compiler stack for cpu, gpu and specialized accelerators

Results 636 tvm issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR: - Adds VarTable for the new TVMScript Printer Compared to the prototype version, this: - Removes unnecessary public methods. - GetObjectName - GetUniqueName - Changes DocFactory from `ExprDoc(ObjectPath)`...

This wraps all tests in pytest-forked (with n=1) so that segfaults and other process-terminations are properly reported by pytest. With this reporting on issues like #12311 should be much better...

This PR intends to update the custom callback function of xgboost in meta schedule. This change is tested against xgboost==(1.2.0, 1.5.2 & 1.6.0) to ensure backwards compatibility on `tests/python/unittest/test_meta_schedule_cost_model.py`. This...

This issue is used to subscribe to various topics within TVM. If you subscribe to a tag, you will be `cc`ed by a bot any time an issue or PR...

Prototype of the command-line option handling code for tests/experiments.

I am wondering if it's possible to duplicate the `retry` function from the Jenkinsfile. This increases quite a bit the size of our Jenkinsfile. I was thinking about something similar...

### This issue is to track progress for [padded layout transformations](https://github.com/apache/tvm-rfcs/pull/77) - [x] New TIR Op, `tir::builtin::assume` (#12267) - [x] New lowering transform, remove `tir::builtin::assume` (#12267) - [x] New TIR...

type:rfc-tracking

# The Bug. Hi, I am trying to build "android_camera" on my laptop and install it on google pixel 2. But after building the tvm4j and installing Gradle and other...

type: bug

This implements an initial Target Parser which uses the same logic as the CMSIS-NN compiler flags to update the features and keys of the `c` and `llvm` `Target`s. Refactoring of...

- Added device_copy pass - Support textures for all injective ops - Avoid extra memory copy cc: @csullivan, @elvin-n