Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate ArrayInterface #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

Tokazama
Copy link
Member

Adds dependency on ArrayInterface supporting common methods for extracting dimension names and the stride layout interface that LoopVectorization depends on.

There are plans to provide a common method for what equates to Axis.val, but that will require more discussion before being merged into ArrayInterface (see JuliaArrays/ArrayInterface.jl#328 and JuliaArrays/ArrayInterface.jl#250)

@codecov
Copy link

codecov bot commented Jul 26, 2022

Codecov Report

Merging #211 (567f04c) into master (bbf1f27) will decrease coverage by 0.60%.
The diff coverage is 16.66%.

@@            Coverage Diff             @@
##           master     #211      +/-   ##
==========================================
- Coverage   90.14%   89.53%   -0.61%     
==========================================
  Files           7        7              
  Lines         710      717       +7     
==========================================
+ Hits          640      642       +2     
- Misses         70       75       +5     
Impacted Files Coverage Δ
src/core.jl 86.79% <16.66%> (-1.58%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us.

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.

1 participant