BrendonChau
BrendonChau
@kose-y I ran it with 8 threads on my local machine. ```julia julia> versioninfo() Julia Version 1.9.2 Commit e4ee485e90 (2023-07-05 09:39 UTC) Platform Info: OS: macOS (arm64-apple-darwin22.4.0) CPU: 10 ×...
I modified my functions so that remainder handling is less verbose. I also wrote a version of $\mathbf{Gx}$ that uses `Threads.@threads` to parallelize over the tiles in a column, this...
I'm fairly confident that parallelization has a much larger impact than the loop unrolling, at least for large `SnpArray`s.