|
27 | 27 | <p style="line-height: 100%">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> |
28 | 28 | <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expression in index notation to generate code that computes it:</h6> |
29 | 29 | <div class="input-bar"> |
30 | | - <div class="mdl-textfield mdl-js-textfield expr-input"> |
31 | | - <input id="txtExpr" class="mdl-textfield__input" value="y(i) = A(i,j) * x(j)" style="font-family: monospace" spellcheck="false" autocomplete="off" autocorrect="false" autocapitalize="false"> |
| 30 | + <div class="mdl-textfield expr-input"> |
| 31 | + <input id="txtExpr" class="input" value="y(i) = A(i,j) * x(j)" style="font-family: monospace" spellcheck="false" autocomplete="off" autocorrect="false" autocapitalize="false"> |
32 | 32 | <span id="lblError" class="mdl-textfield__error" style="font-size: 14px"></span> |
33 | 33 | <label class="mdl-textfield__label"></label> |
34 | 34 | </div> |
35 | 35 | <div class="input-bar-misc"> |
36 | | - <div style="float: left; margin-top: 16px"> |
| 36 | + <div style="float: left"> |
37 | 37 | <button id="btnExamples" class="mdl-button mdl-js-button mdl-button--icon"> |
38 | 38 | <i class="material-icons">more_vert</i> |
39 | 39 | </button> |
40 | 40 | <ul id="listExamples" class="mdl-menu mdl-menu--bottom-left mdl-js-menu mdl-js-ripple-effect" style="margin-top: 0em; margin-left: 0em" for="btnExamples"></ul> |
41 | 41 | </div> |
42 | | - <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label prefix-input"> |
43 | | - <input id="prefix" class="mdl-textfield__input" style="font-family: monospace" spellcheck="false" autocomplete="off" autocorrect="false" autocapitalize="false"> |
44 | | - <label class="mdl-textfield__label">Prefix (Optional)</label> |
| 42 | + <div class="mdl-textfield prefix-input"> |
| 43 | + <input id="prefix" class="input" placeholder="Prefix (Optional)" style="font-family: monospace" spellcheck="false" autocomplete="off" autocorrect="false" autocapitalize="false"> |
45 | 44 | </div> |
46 | 45 | <button id="btnGetKernel" class="button is-primary demo-btn">Generate Kernel</button> |
47 | 46 | </div> |
@@ -188,4 +187,3 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi |
188 | 187 |
|
189 | 188 | <script>demo()</script> |
190 | 189 |
|
191 | | -<link rel="stylesheet" href="{{ site.baseurl }}/assets/css/app.css"> |
0 commit comments