File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ computations can be performed on any mix of dense and sparse tensors. Under the
6
6
hood, TACO automatically generates efficient code to perform these
7
7
computations.
8
8
9
- The sidebar to the left links to documentation for the TACO Python library as
10
- well as some examples demonstrating how TACO can be used in real-world
11
- applications.
9
+ The sidebar to the left links to documentation for the TACO C++ and Python
10
+ libraries as well as some examples demonstrating how TACO can be used in
11
+ real-world applications.
12
12
13
13
# System Requirements
14
14
15
15
* A C compiler that supports C99, such as GCC or Clang
16
16
* Support for OpenMP is also required if parallel execution is desired
17
- * Python 3 with NumPy and SciPy
17
+ * Python 3 with NumPy and SciPy (for the Python library)
18
18
19
- <!-- # Getting Help
19
+ # Getting Help
20
20
21
- Questions and bug reports can be submitted [here](https://github.com/tensor-compiler/taco/issues).-->
21
+ Questions and bug reports can be submitted [ here] ( https://github.com/tensor-compiler/taco/issues ) .
You can’t perform that action at this time.
0 commit comments