Skip to content

Commit 0bde1c3

Browse files
committed
Add setup_worker, and add *jld2 to .gitignore.
1 parent b7199a5 commit 0bde1c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@
1010
*.mod0
1111
*.so
1212
*.s
13-
*#
13+
*#
14+
*.jld2

benchmark/setup_worker.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
using LoopVectorization
2+
const LOOPVECBENCHDIR = joinpath(pkgdir(LoopVectorization), "benchmark")
3+
include(joinpath(LOOPVECBENCHDIR, "benchmarkflops.jl"))
4+

0 commit comments

Comments
 (0)