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

[Debug][NDTensors] Unwrap reshapedArray function #1155

Closed
wants to merge 3 commits into from

Conversation

kmp5VT
Copy link
Collaborator

@kmp5VT kmp5VT commented Jul 20, 2023

Currently reshapedarrays with non-CPU backend do not work properly in the mul! function (they are considered CPU arrays and BLAS.gemm! is called on them which results in an addressing error) Created a simple function which unwraps the ReshapedArrays computes the gemm and then rewrites the data back to the correct piece of memory. This is especially important in views.

@kmp5VT kmp5VT marked this pull request as draft July 20, 2023 17:04
@kmp5VT kmp5VT requested a review from mtfishman July 20, 2023 17:04
@codecov-commenter
Copy link

codecov-commenter commented Jul 20, 2023

Codecov Report

Merging #1155 (31132d5) into main (bd10851) will decrease coverage by 31.02%.
The diff coverage is n/a.

❗ Current head 31132d5 differs from pull request most recent head 0f32aa2. Consider uploading reports for the commit 0f32aa2 to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@             Coverage Diff             @@
##             main    #1155       +/-   ##
===========================================
- Coverage   85.28%   54.26%   -31.02%     
===========================================
  Files          87       86        -1     
  Lines        8368     8314       -54     
===========================================
- Hits         7137     4512     -2625     
- Misses       1231     3802     +2571     

see 37 files with indirect coverage changes

@mtfishman
Copy link
Member

Superseded by other PRs.

@mtfishman mtfishman closed this Oct 31, 2023
@kmp5VT kmp5VT deleted the kmp5/enhancement/unwrap_reshaped branch April 15, 2024 14:28
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.

3 participants