repo for tvm

Clone this repo:
  1. be90440 [DOCS] Add docs link to main navigation (#70) by Shushi Hong · 2 weeks ago main
  2. d5237ce Change pip install command for apache-tvm (#69) by Shushi Hong · 2 weeks ago
  3. b76ae63 Fix docs vendor ignore rule (#68) by Shushi Hong · 3 weeks ago
  4. 65497f1 Recolor dense GEMM charts so DeepGEMM cuBLASLt and bf16 bars are distinguishable (#67) by Bohan Hou · 3 weeks ago
  5. f0b09d2 Replace the opening figure in the TIRx post (#66) by Bohan Hou · 3 weeks ago

TVM Project Homepage

Dependencies

  1. Install Ruby

    # for Ubuntu 18.04+
    sudo apt install -y ruby-full build-essential
    
  2. Install Jekyll and Bundler gems

    gem install bundler jekyll
    
  3. Install project dependencies

    git clone https://github.com/apache/tvm-site.git
    cd tvm-site
    
    # If this runs into resolution errors, you may need to run:
    # bundle config set --local path 'vendor/cache'
    bundle install
    

Serve Locally

./serve_local.sh

# If you are developing on a remote machine, you can set up an SSH tunnel to view
# the site locally:
ssh -L 4000:localhost:4000 <the remote>

Then visit http://localhost:4000 in your browser.

Deployment

We use the script scripts/task_deploy_asf_site.sh to generate and deploy content to the asf-site branch.

The docs folder is not part of the source, they are built separately from the tvm's docs and updated via scripts/task_docs_update.sh