1
0
Fork 0
mirror of https://github.com/wagesj45/butterflow-ui.git synced 2025-09-09 03:00:39 -05:00

Added compute device selection

Added a call to butterflow to get compute devices, as well as a user setting that lets them set which device they want to use. I only have a single GPU, so I am unable to test this.
This commit is contained in:
Jordan Wages 2018-09-12 21:35:06 -05:00
commit d454d7a7f0
11 changed files with 127 additions and 14 deletions

View file

@ -13,6 +13,9 @@
<setting name="Language" serializeAs="String">
<value>en-US</value>
</setting>
<setting name="Device" serializeAs="String">
<value>0</value>
</setting>
</butterflow_ui.Properties.Settings>
</userSettings>
</configuration>