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 support for mixed precision #200

Merged
merged 1 commit into from
Jun 4, 2020
Merged

Add support for mixed precision #200

merged 1 commit into from
Jun 4, 2020

Conversation

kshyatt
Copy link
Contributor

@kshyatt kshyatt commented Jun 3, 2020

Port of JuliaGPU/CuArrays.jl#598 with some modifications. Added a lookup Dict that conforms to the documentation. Added some tests to make sure this works with a pre-made contraction plan.

@kshyatt kshyatt added cuda libraries Stuff about CUDA library wrappers. tests Adds or changes tests. labels Jun 3, 2020
@kshyatt kshyatt requested a review from maleadt June 3, 2020 23:58
@codecov
Copy link

codecov bot commented Jun 4, 2020

Codecov Report

Merging #200 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #200      +/-   ##
==========================================
+ Coverage   81.84%   81.86%   +0.02%     
==========================================
  Files         143      143              
  Lines        9330     9342      +12     
==========================================
+ Hits         7636     7648      +12     
  Misses       1694     1694              
Impacted Files Coverage Δ
lib/cutensor/wrappers.jl 69.02% <100.00%> (+0.16%) ⬆️
test/cutensor.jl 98.74% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7a29a17...53a6df1. Read the comment docs.

@maleadt maleadt merged commit c6666d9 into master Jun 4, 2020
@maleadt maleadt deleted the ksh/mixed branch June 4, 2020 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cuda libraries Stuff about CUDA library wrappers. tests Adds or changes tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants