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

Fixing remainder of cuda tests & fixing cblas/cublas matmul with strides [1,1] #393

Merged
merged 3 commits into from
Jan 24, 2023

Conversation

coreylowman
Copy link
Owner

@coreylowman coreylowman commented Jan 24, 2023

Previous striding logic for cblas/cublas failed when strides were [1, 1], as they didn't properly set the ld value. This PR fixes that issue and also adds a shared utility function that both use.

@coreylowman coreylowman merged commit 726338b into main Jan 24, 2023
@coreylowman coreylowman deleted the small-matmul-tests branch January 24, 2023 14:09
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.

None yet

1 participant