Skip to content

Commit

Permalink
Added accelerator name DIV id to enable updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
emeryberger committed Nov 14, 2024
1 parent a4ca109 commit a7978cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scalene/scalene-gui/index.html.template
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
<input type="checkbox" id="use-gpu-checkbox" name="use-gpu-checkbox-label" class="persistent" >
<!-- onclick="try { window.localStorage.setItem('scalene-gpu-checkbox', document.getElementById('use-gpu-checkbox').checked); } catch {}" -->
<label style="font-size: 0.8rem" for="use-gpu-checkbox" class="persistent">
Include GPU optimizations
Include <span id="accelerator-name">GPU</span> optimizations
</label>
<br />
<font style="font-size: 0.8rem">
Expand Down

0 comments on commit a7978cd

Please sign in to comment.