|
1 | 1 | <html>
|
2 | 2 | <head>
|
3 | 3 | <!-- Title -->
|
4 |
| - <title>Try online - The Tensor Algebra Compiler (taco)</title> |
| 4 | + <title>Try online - TACO: The Tensor Algebra Compiler</title> |
5 | 5 | <!-- CSS and JavaScript -->
|
6 | 6 | <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-red.min.css">
|
7 | 7 | <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
|
37 | 37 | <header class="mdl-layout__header">
|
38 | 38 | <div class="mdl-layout__header-row">
|
39 | 39 | <!-- Title -->
|
40 |
| - <a class="menu-title" href="index.html"> <span class="mdl-layout-title">The Tensor Algebra Compiler (taco)</span> </a> |
| 40 | + <a class="menu-title" href="index.html"> <span class="mdl-layout-title">TACO: The Tensor Algebra Compiler</span> </a> |
41 | 41 | <!-- Add spacer, to align navigation to the right -->
|
42 | 42 | <div class="mdl-layout-spacer"></div>
|
43 | 43 | <!-- Navigation -->
|
44 | 44 | <nav class="mdl-navigation">
|
45 | 45 | <a class="mdl-navigation__link" href="docs/index.html">Docs</a>
|
46 | 46 | <a class="mdl-navigation__link" href="publications.html">Publications</a>
|
47 |
| - <a class="mdl-navigation__link" href="codegen.html">Demo</a> |
| 47 | + <a class="mdl-navigation__link" href="codegen.html">Web Tool</a> |
48 | 48 | <a class="mdl-navigation__link" href="https://github.com/tensor-compiler/taco">GitHub</a>
|
49 | 49 | </nav>
|
50 | 50 | </div>
|
@@ -73,6 +73,13 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
|
73 | 73 | <ul id="listExamples" class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="btnExamples"></ul>
|
74 | 74 | </div>
|
75 | 75 | </td>
|
| 76 | + <td style="width:150px; padding-right:15px"> |
| 77 | + <div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label" |
| 78 | + style="width:100%"> |
| 79 | + <input id="prefix" class="mdl-textfield__input" style="font-family: monospace" spellcheck="false" autocomplete="off" autocorrect="false" autocapitalize="false"> |
| 80 | + <label class="mdl-textfield__label">(Optional) Prefix</label> |
| 81 | + </div> |
| 82 | + </td> |
76 | 83 | <td style="width: 200px">
|
77 | 84 | <button id="btnGetKernel" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect demo-btn">Generate Kernel</button>
|
78 | 85 | </td>
|
|
0 commit comments