We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd434f9 commit 08377a5Copy full SHA for 08377a5
test/runtests.jl
@@ -1,5 +1,7 @@
1
using Reactant, SafeTestsets, Test
2
3
+run(`nvidia-smi`)
4
+
5
# parse some command-line arguments
6
function extract_flag!(args, flag, default=nothing; typ=typeof(default))
7
for f in args
0 commit comments