Skip to content

Commit 7865620

Browse files
committed
Faster testing
1 parent 20b71fb commit 7865620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/flopscomp.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ function compare(Ns, Fs, inT, outT=inT; n_batch=1, ntrials)
139139
end
140140

141141
# function runcomparison(; Ns=[50, 64, 100, 128, 250, 256, 500, 512, 1000, 1024, 2000, 2048, 4000, 4096, 6000, 6144, 8000, 8192],#, 10000],
142-
function runcomparison(; Ns=[50, 64, 100, 128, 250, 256, 500, 512, 1000, 1024:20:2000..., 2000, 2048:20:3000..., 4000, 4096:20:6000..., 6000, 6144, 8000, 8192],#, 10000],
142+
function runcomparison(; Ns=[50, 64, 100, 128, 250, 256, 500, 512, 1000, 1024:100:2000..., 2000, 2048:100:3000..., 4000, 4096:100:6000..., 6000, 6144, 8000, 8192],#, 10000],
143143
Fs=[
144144
(mpspeakflops, "MPS"),
145145
(graphpeakflops, "MPSGraph"),

0 commit comments

Comments
 (0)