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

Sometimes GitHub Actions takes longer than Jenkins but we can improve this bottleneck by using sccache which should eliminate most of the runtime for Windows/MacOS. We need to: 1. Configure...

type:ci
actionable

These tests were found to be flaky (intermittently failing on `main` or failed in a PR with unrelated changes). As per [the docs](https://github.com/apache/tvm/blob/main/docs/contribute/ci.rst#handling-flaky-failures), these failures will be disabled in a...

test: flaky

This bumps the Docker images to the latest versions from Docker Hub.

I think previously by " if [ "$#" -lt 1 -o "$1" == "--help" -o "$1" == "-h" ]; then xxx" we are trying to realize when the user input...

This makes it a normal pytest decorator so it doesn't incur test set up / tear down. This also makes the PR body the source of truth for skipping slow...

Hi, I noticed a split error when schedule verification is enabled with `debug_mask="all"`, where I think the split is actually valid. Script to reproduce the issue is here: https://gist.github.com/zxybazh/0759810aa841508c68abbdf7a00c4ab2 The...

type: bug

### This issue is to track progress for the [RFC Introducing DeclBuffer](https://github.com/apache/tvm-rfcs/pull/70) - [ ] Introduce DeclBuffer data structure, add corresponding visitors in IR functors. #12300 - [ ] Update...

type:rfc-tracking

Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code reviews from [Reviewers](https://github.com/apache/incubator-tvm/blob/master/CONTRIBUTORS.md#reviewers) by @ them...

This operator is a part of Qualcomm's efforts to write various ops for float16 on Hexagon using tvm. This is a dense operator that uses matrix multiplication and addition to...

root@00048971l16:/tvm/tvm/build# make -j4 [ 0%] Creating directories for 'project_libbacktrace' [ 1%] Building CXX object CMakeFiles/tvm_libinfo_objs.dir/src/support/libinfo.cc.o [ 2%] No download step for 'project_libbacktrace' [ 2%] No checkout step for 'project_libbacktrace' [...

type: bug