-
Notifications
You must be signed in to change notification settings - Fork 68
fastrow and fastcolumns documention and the defaults for memory layout stated clearly
#635
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
Open
arnavk23
wants to merge
31
commits into
QuantumSavory:master
Choose a base branch
from
arnavk23:issue/474-fastrow-fastcolumn-docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 28 commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
1a81c71
reinterpretation
arnavk23 8c65fc4
documentation
arnavk23 fd56be7
rechanging the implementation
arnavk23 643a750
making changes
arnavk23 76a6e04
Update Project.toml
arnavk23 355f814
Merge branch 'master' into master
arnavk23 779f391
Import Base.reinterpret for improved functionality
arnavk23 d909fb1
h
arnavk23 17c6754
reimplementing tests
arnavk23 e081b7a
changes acc. to review
arnavk23 42ba400
running JuliaFormatter
arnavk23 78a3554
Merge branch 'master' into master
arnavk23 2d3938b
Update test/test_reinterpret.jl
arnavk23 7e5e5ee
adding review changes
arnavk23 4618431
Merge branch 'master' into master
arnavk23 61f3045
changes
arnavk23 0480dff
reinterpret
arnavk23 db8df1e
reinterpret.jl
arnavk23 71a0a33
test
arnavk23 fb502a4
documentation for fastrow and fastcolumn data structures
arnavk23 9517be5
Delete src/reinterpret.jl
arnavk23 f89befb
Delete test/test_reinterpret.jl
arnavk23 9800240
Update QuantumClifford.jl
arnavk23 664b1ce
Merge branch 'master' into issue/474-fastrow-fastcolumn-docs
arnavk23 f49d719
Merge branch 'master' into issue/474-fastrow-fastcolumn-docs
arnavk23 0db9d70
Merge branch 'master' into issue/474-fastrow-fastcolumn-docs
arnavk23 814cd49
Merge branch 'master' into issue/474-fastrow-fastcolumn-docs
arnavk23 c10984d
clarification: Update FastRow and FastColumn documentation
arnavk23 24ef384
Documentation improvements for fastrow/fastcolumn layout functions
arnavk23 27629c7
Merge branch 'master' into issue/474-fastrow-fastcolumn-docs
arnavk23 f7ca6ec
Clarify fastrow/fastcolumn documentation and state defaults
arnavk23 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we actually have the data for this? From the GPU side, I would reckon that both styles should execute nearly equally as fast if implemented properly (assuming no phase information is desired, otherwise row-major would likely reign supreme)
Moreover, row-major multiplication is more straightforward to parallelise/vectorise/distribute/etc. as it eliminates any inter-task dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think these are all the benchmarks that exist (and they are pretty outdated and not auto-executed in CI):
https://qc.quantumsavory.org/stable/bench_intsize.png