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

Implement DenseArray and Strided Interface #10

Merged
merged 8 commits into from
May 23, 2024

Conversation

lkdvos
Copy link
Contributor

@lkdvos lkdvos commented May 22, 2024

This PR changes the supertype of PtrArray to DenseArray, and implements the necessary interface functions.
This automatically enables the usage of BLAS, and improves the interplay with other packages.

Closes #9

Copy link
Owner

@LilithHafner LilithHafner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

test/runtests.jl Show resolved Hide resolved
test/runtests.jl Show resolved Hide resolved
test/runtests.jl Outdated Show resolved Hide resolved
test/runtests.jl Show resolved Hide resolved
src/PtrArrays.jl Outdated Show resolved Hide resolved
src/PtrArrays.jl Outdated Show resolved Hide resolved
src/PtrArrays.jl Outdated Show resolved Hide resolved
Co-authored-by: Lilith Orion Hafner <[email protected]>
@lkdvos
Copy link
Contributor Author

lkdvos commented May 22, 2024

For the formatting, it would be nice if there is a .JuliaFormatter.toml file in the repo, I am currently fighting a bit with disabling my autoformatter to not screw up the current formatting convention

lkdvos and others added 2 commits May 22, 2024 21:23
Co-authored-by: Lilith Orion Hafner <[email protected]>
@LilithHafner LilithHafner merged commit 1828f6a into LilithHafner:main May 23, 2024
15 checks passed
@LilithHafner
Copy link
Owner

Thank you so much, this is a lovely compatibility improvement!

@lkdvos lkdvos deleted the DenseArray branch May 23, 2024 06:04
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.

DenseArray - support for strides
2 participants