Skip to content

Commit 49b62ff

Browse files
committed
Formatting
1 parent 07e5287 commit 49b62ff

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_includes/demo.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="mdl-grid">
2929
<!--<div class="mdl-layout-spacer"></div>-->
3030
<div class="mdl-cell mdl-cell--12-col">
31-
<p style="line-height: 100%; font-size: 12px" align="justify">This is an prototype implementation of the tensor algebra compiler theory and contains known bugs, which are documented <a style="font-size:12px" href="https://github.com/tensor-compiler/taco/issues">here</a>. If you find additional issues, please consider submitting a bug report.</p>
31+
<p style="line-height: 100%" align="justify">This is an prototype implementation of the sparse tensor algebra compiler theory and contains known bugs, which are documented <a href="https://github.com/tensor-compiler/taco/issues">here</a>. If you find additional issues, please consider submitting a bug report.</p>
3232
<h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expression in index notation to generate code that computes it:</h6>
3333
<table style="width: 100%">
3434
<tr>
@@ -172,9 +172,10 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
172172
</div>
173173
</div>
174174
<br>
175-
<p style="line-height: 100%; font-size: 12px" align="justify">The generated code is provided "as is" without warranty of any kind. To help us improve TACO, we keep an anonymized record of all tensor algebra expressions submitted to the TACO online server.</p>
175+
<p style="line-height: 100%" align="justify">The generated code is provided "as is" without warranty of any kind. To help us improve TACO, we keep an anonymized record of all requests submitted to the TACO online server.</p>
176176
</div>
177177
<!--<div class="mdl-layout-spacer"></div>-->
178178
</div>
179179

180180
<script>demo()</script>
181+
<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css">

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{% endif %}
1515

1616
<div class="content is-small has-text-centered">
17-
<p class="">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a>. <a href="https://www.flaticon.com/free-icons/statistics" title="statistics icons">Statistics</a> and <a href="https://www.flaticon.com/free-icons/lab" title="lab icons">lab icons</a> created by <a href="https://www.flaticon.com"/>Freepik - Flaticon</a>. <a href="https://www.flaticon.com/free-icons/machine-learning" title="machine learning icons">Machine learning icons</a> created by <a href="https://www.flaticon.com">Smashicons - Flaticon</a>.</p>
17+
<p class="" style="font-size: 12px">Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a>. <a href="https://www.flaticon.com/free-icons/statistics" title="statistics icons">Statistics</a> and <a href="https://www.flaticon.com/free-icons/lab" title="lab icons">lab icons</a> created by <a href="https://www.flaticon.com"/>Freepik - Flaticon</a>. <a href="https://www.flaticon.com/free-icons/machine-learning" title="machine learning icons">Machine learning icons</a> created by <a href="https://www.flaticon.com">Smashicons - Flaticon</a>.</p>
1818
<p>{{ page.date | date: "%-d %B %Y" }}</p>
1919
</div>
2020
</div>

0 commit comments

Comments
 (0)