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

Split unit tests from benchmarks #42

Merged
merged 1 commit into from
Oct 4, 2024
Merged

Conversation

charleskawczynski
Copy link
Member

@charleskawczynski charleskawczynski commented Oct 4, 2024

Closes #41. This also fixes a bug: now we use CartesianIndices(axes(dest)), and ensure destinations all have the same axes, this ensures that we're correctly traversing memory and spanning the space. Closes #40.

@charleskawczynski charleskawczynski force-pushed the ck/split_bm_from_tests branch 2 times, most recently from ef0bb17 to 87e950c Compare October 4, 2024 20:05
@charleskawczynski charleskawczynski merged commit e59b6ca into main Oct 4, 2024
9 of 10 checks passed
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.

Split off unit tests from performance benchmarks fused_copyto! for CUDA assumes linear indexing
1 participant