Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit d100c52

Browse files
Drop spurious tutorial
The content of these files is outdated and does not bring significant insights compared to the examples and tests.
1 parent 12237c3 commit d100c52

File tree

5 files changed

+8
-199
lines changed

5 files changed

+8
-199
lines changed
-265 KB
Binary file not shown.

docs/source/framework/pytorch_integration/writing_layers.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@ functions. For example, assume one wants to use :code:`fmax` CUDA function in TC
198198
O = T.relu(torch.randn(100, 128, device='cuda'))
199199
200200
TC only supports a subset of built-in CUDA functions.
201-
Built-in functions supported in TC are listed `here <https://github.com/facebookresearch/TensorComprehensions/blob/master/tc/core/libraries.h#L67>`_.
201+
Built-in functions supported in TC are listed in `this file <https://github.com/facebookresearch/TensorComprehensions/blob/master/tc/core/libraries.h#L67>`_.
202202
Documentation
203-
for these functions is available as part of the official CUDA documentation `here <http://docs.nvidia.com/cuda/cuda-math-api/group__CUDA__MATH__SINGLE.html#group__CUDA__MATH__SINGLE>`_.
203+
for these functions is available as part of the official `CUDA documentation <http://docs.nvidia.com/cuda/cuda-math-api/group__CUDA__MATH__SINGLE.html#group__CUDA__MATH__SINGLE>`_.
204+
205+
206+
More examples
207+
-------------
208+
You can find more examples in our `unit tests <https://github.com/facebookresearch/TensorComprehensions/blob/master/python/tests/test_tc.py>`_.
209+
We also provide more elaborate examples on how to `compute argmin <https://github.com/facebookresearch/TensorComprehensions/blob/master/python/examples/min_distance.py#L151>`_ as well as a simple TC + PyTorch `python overhead benchmark <https://github.com/facebookresearch/TensorComprehensions/blob/master/python/benchmarks/python_overhead.py>`_.

docs/source/index.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,3 @@ Machine Learning.
6060
:caption: Support
6161

6262
contacts
63-
64-
.. toctree::
65-
:maxdepth: 1
66-
:caption: Tutorials Reference
67-
68-
tutorials/index

docs/source/tutorials/index.rst

Lines changed: 0 additions & 34 deletions
This file was deleted.

docs/source/tutorials/tutorial_tensordot_with_tc.rst

Lines changed: 0 additions & 157 deletions
This file was deleted.

0 commit comments

Comments
 (0)