This repository was archived by the owner on Apr 28, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-23
lines changed
framework/pytorch_integration Expand file tree Collapse file tree 2 files changed +3
-23
lines changed Original file line number Diff line number Diff line change @@ -26,29 +26,7 @@ to express their operations and bridge the gap between research and engineering.
26
26
Installation
27
27
------------
28
28
29
- We provide a :code: `conda ` package for Tensor Comprehensions (only :code: `linux-64 ` package)
30
- to quickly get started with TC. Follow the steps below to install TC :code: `conda ` package:
31
-
32
- **Step 1: ** Setup Anaconda
33
- Make sure :code: `conda ` bin is in your :code: `$PATH `. To verify, run the following command:
34
-
35
- .. code-block :: bash
36
-
37
- $ which conda
38
-
39
- This command should print the path of your :code: `conda ` bin. If it doesn't,
40
- please activate :code: `conda ` (see `installation `_).
41
-
42
- **Step 2: ** Install Tensor Comprehensions with Anaconda
43
-
44
- Now, go ahead and install Tensor Comprehensions by running following command.
45
-
46
- .. code-block :: bash
47
-
48
- $ conda install -y -c pytorch -c tensorcomp tensor_comprehensions
49
-
50
- You are now ready to start using Tensor Comprehensions with PyTorch. As an example,
51
- let's see a simple example of writing :code: `matmul ` layer with TC in PyTorch.
29
+ See instructions here: :ref: `installation_guide `.
52
30
53
31
Example
54
32
-------
Original file line number Diff line number Diff line change
1
+ .. _installation_guide :
2
+
1
3
Installation Guide
2
4
==================
3
5
You can’t perform that action at this time.
0 commit comments