Skip to content

Latest commit

 

History

History
97 lines (84 loc) · 2.46 KB

File metadata and controls

97 lines (84 loc) · 2.46 KB

This file lists the "owners" for each part of Tensor Comprehensions. These people are major contributors of a specific part, they ensure issues in that part get addressed and pull requests get reviewed. If you want to contribute to Tensor Comprehensions, make sure to include these people in your review requests.

Documentation

docs/*
*.md

Build system

.circleci/*
*/CMakeLists.txt

Docker

docker/*

Conda Packaging

conda_recipes/*

Python bindings

tensor_comprehensions/pybinds/*
test_python/*

Framework integration (PyTorch, Caffe2, etc.)

tensor_comprehensions/*
tc/c2/*
tc/aten/*

Tensor Comprehensions language and frontend

tc/lang/*

Halide integration

tc/core/*halide*

Polyhedral scheduling and GPU mapping

tc/core/polyhedral/*

Autotuner

tc/autotuner/*

Protocol buffers

tc/proto/*
tc/mapping_options*

LLVM backend and integration

tc/core/*llvm*

Everything not covered by somebody else

*/*