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

add unit tests for blas operations #26

Merged
merged 1 commit into from
Mar 28, 2024
Merged

Conversation

sakchal
Copy link
Contributor

@sakchal sakchal commented Mar 11, 2024

This PR introduces a suite of unit tests for the blas_operations.py located within the within the linear algebra directory. The primary functions in this array include operations such as dot products and matrix multiplication.

Tests Include:
Shape: Ensures that when a dot product or matrix multiplication has taken place, an array with the correct shape is outputted.

Dtype: Check if the dtype is consistent across the inputs and the outputs, and that the operations only take place with the correct dtype.

Dimension: Ensures that these operations can take place among arrays with various dimensions - 1D, 2D, 3D, 4D.

@syurkevi syurkevi merged commit 9b3fb65 into arrayfire:master Mar 28, 2024
0 of 3 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.

2 participants