Skip to content

Conversation

chriselrod
Copy link
Collaborator

This is the file I used to produce the benchmark versus StaticArrays shown here.

The OctavianStatic benchmarks are matmul! called on StaticArrays.MArray, and OctavianDynamic are on the base Matrix type without static size information.

On the computer I benchmarked on, multithreading starts at 48x48 for Float64 currently, but apparently not for the statically sized case, since it seems to have been single threaded. I'll have to check why not.

@codecov
Copy link

codecov bot commented Jan 20, 2021

Codecov Report

Merging #51 (8d66bb5) into master (7fa8e03) will increase coverage by 1.39%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #51      +/-   ##
==========================================
+ Coverage   40.97%   42.37%   +1.39%     
==========================================
  Files          12       12              
  Lines         715      715              
==========================================
+ Hits          293      303      +10     
+ Misses        422      412      -10     
Impacted Files Coverage Δ
src/init.jl 60.00% <0.00%> (-10.00%) ⬇️
src/matmul.jl 41.56% <0.00%> (-0.42%) ⬇️
src/macrokernels.jl 22.51% <0.00%> (+6.80%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7fa8e03...8d66bb5. Read the comment docs.

@DilumAluthge DilumAluthge enabled auto-merge (squash) January 20, 2021 18:30
@DilumAluthge DilumAluthge merged commit 1f1ceda into master Jan 20, 2021
@DilumAluthge DilumAluthge deleted the staticarraybench branch January 20, 2021 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants