You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h1class="mdl-typography--headline text-center titles-grey home-header">Why should I use taco?
99
+
<h1class="mdl-typography--headline text-center titles-grey home-header">Why should I use TACO?
138
100
</h1>
139
101
</div>
140
102
</div>
141
-
142
103
<divclass="mdl-grid light-bg">
143
104
<divclass="mdl-cell mdl-cell--6-col">
144
105
<divclass="fast-textbox">
145
-
<pclass="mdl-typography--headline">taco is fast</p>
146
-
<pclass="mdl-typography--body-1 body-text">Under the hood, the taco library employs a novel compiler-based technique to generate kernels that are optimized for the computations you want to perform. This enables taco to achieve performance that exceeds the MATLAB Tensor Toolbox by up to several orders of magnitude and that is competitive with other high-performance sparse linear and tensor algebra libraries like Eigen, Intel MKL, and SPLATT.</p>
106
+
<pclass="mdl-typography--headline">TACO is fast</p>
107
+
<pclass="mdl-typography--body-1 body-text">Under the hood, the TACO library employs a novel compiler-based technique to generate kernels that are optimized for the computations you want to perform. This enables TACO to achieve performance that exceeds the MATLAB Tensor Toolbox by up to several orders of magnitude and that is competitive with other high-performance sparse linear and tensor algebra libraries like Eigen, Intel MKL, and SPLATT.</p>
<pclass="mdl-typography--headline">taco is versatile</p>
165
-
<pclass="mdl-typography--body-1 body-text">The compiler-based technique that underlies taco enables it to support a wide variety of linear and tensor algebra operations, ranging from simpler ones like sparse matrix-vector multiplication to more complex ones like MTTKRP on tensors of any order. Tensors can be stored in a wide range of storage formats, including many commonly used sparse matrix and tensor formats such as CSR.
125
+
<pclass="mdl-typography--headline">TACO is versatile</p>
126
+
<pclass="mdl-typography--body-1 body-text">The compiler-based technique that underlies TACO enables it to support a wide variety of linear and tensor algebra operations, ranging from simpler ones like sparse matrix-vector multiplication to more complex ones like MTTKRP on tensors of any order. Tensors can be stored in a wide range of storage formats, including many commonly used sparse matrix and tensor formats such as CSR.
<pclass="mdl-typography--headline">taco is easy to use</p>
175
-
<pclass="mdl-typography--body-1 body-text">With taco, you can define even complex tensor algebra computations on dense and sparse tensors in just a couple of lines of C++ code using tensor index notation. The taco library takes care of generating the potentially very complicated kernels that are needed to perform your desired computations.</p>
135
+
<pclass="mdl-typography--headline">TACO is easy to use</p>
136
+
<pclass="mdl-typography--body-1 body-text">With TACO, you can define even complex tensor algebra computations on dense and sparse tensors in just a couple of lines of C++ or Python code using tensor index notation. The TACO library takes care of generating the potentially very complicated kernels that are needed to perform your desired computations.</p>
<pclass="mdl-typography--body-1 body-text">taco is developed by members of the <ahref="http://groups.csail.mit.edu/commit/">Commit</a> research group in MIT CSAIL and is built on work supported by the National Science Foundation under Grant No. CCF-1533753, by the U.S. Department of Energy, Office of Science, Office of Advanced Scientific Computing Research under Award Numbers DE-SC008923 and DE-SC014204, by the Direction Générale de l'Armement (Projet ERE 2016929), and by the Toyota Research Institute.</p>
239
+
<divclass="mdl-cell mdl-cell--12-col">
240
+
<pclass="mdl-typography--body-1 body-text full-text">TACO is developed by members of the <ahref="http://groups.csail.mit.edu/commit/">Commit</a> research group in MIT CSAIL and is built on work supported by the National Science Foundation under Grant No. CCF-1533753, by the U.S. Department of Energy, Office of Science, Office of Advanced Scientific Computing Research under Award Numbers DE-SC008923 and DE-SC014204, by the Direction Générale de l'Armement (Projet ERE 2016929), and by the Toyota Research Institute.</p>
0 commit comments