Skip to content

Commit 9f6b4fa

Browse files
author
Jessica Shi
committed
rewrite schedule UI with cache
1 parent 559167c commit 9f6b4fa

File tree

4 files changed

+292
-203
lines changed

4 files changed

+292
-203
lines changed

codegen.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,12 @@ <h6 style="margin-bottom: 0px; margin-top: 18px">Input a tensor algebra expressi
132132
<div class="mdl-grid" style="padding-top: 6px">
133133
<div class="mdl-layout-spacer"></div>
134134
<div class="mdl-cell mdl-cell--9-col">
135-
<button id="btnCommand" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect demo-btn" style="margin-bottom:10px; width: 30%">
135+
<button id="btnSchedule" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect demo-btn" style="margin-bottom:10px; width: 30%">
136136
Add Scheduling Command
137137
</button>
138-
<table class="mdl-data-table mdl-js-data-table" style="width: 100%; margin-bottom: 8px" id="tblCommands">
139-
<tbody>
138+
<table class="mdl-data-table mdl-js-data-table" style="width: 100%;
139+
margin-bottom: 8px">
140+
<tbody id="tblSchedule">
140141
</tbody>
141142
</table>
142143
</div>

0 commit comments

Comments
 (0)