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

Fix adjoint cuarray dispatch #141

Merged
merged 7 commits into from
Jun 1, 2022
Merged

Conversation

GiggleLiu
Copy link
Collaborator

The following test case now works:

@testset "adjoint dispatch" begin
    u = CUDA.rand(2,2); A = CUDA.rand(2,2,3);
    @test Array(ein"(ip,pql),qj -> ijl"(u', A, u))  ein"(ip,pql),qj -> ijl"(Array(CuArray(u')), Array(A), Array(u))
end``

@codecov-commenter
Copy link

codecov-commenter commented Apr 19, 2022

Codecov Report

Merging #141 (a436697) into master (1d4ea9a) will decrease coverage by 0.55%.
The diff coverage is 18.18%.

❗ Current head a436697 differs from pull request most recent head b84f7ec. Consider uploading reports for the commit b84f7ec to get more accurate results

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   89.30%   88.75%   -0.56%     
==========================================
  Files          14       14              
  Lines        1085     1094       +9     
==========================================
+ Hits          969      971       +2     
- Misses        116      123       +7     
Impacted Files Coverage Δ
src/cueinsum.jl 2.89% <18.18%> (+2.89%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@GiggleLiu GiggleLiu merged commit ef4849b into master Jun 1, 2022
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