We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90e5f36 commit 214ee17Copy full SHA for 214ee17
toolchain/templates/include/helpers.mako
@@ -1,5 +1,6 @@
1
-<%! import os
2
- from mfc.state import gpuConfigOptions
+<%!
+import os
3
+from mfc.state import gpuConfigOptions
4
%>
5
6
<% is_gpu_active = (gpu != gpuConfigOptions.NONE.value) %>
0 commit comments