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

Permutedims #474

Merged
merged 5 commits into from
Aug 10, 2019
Merged

Permutedims #474

merged 5 commits into from
Aug 10, 2019

Conversation

denizyuret
Copy link
Owner

This is to fix #39, #251 permutedims problems. Using CuArrays instead of Ekrem's slow kernel.

EC2 Default User and others added 2 commits August 3, 2019 09:43
@codecov
Copy link

codecov bot commented Aug 10, 2019

Codecov Report

Merging #474 into master will decrease coverage by 2.11%.
The diff coverage is 9.09%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #474      +/-   ##
==========================================
- Coverage    67.4%   65.28%   -2.12%     
==========================================
  Files          25       25              
  Lines        2494     2466      -28     
==========================================
- Hits         1681     1610      -71     
- Misses        813      856      +43
Impacted Files Coverage Δ
src/gpu.jl 67.54% <ø> (+0.36%) ⬆️
src/karray.jl 69.84% <0%> (-0.41%) ⬇️
src/linalg.jl 72.22% <11.11%> (-18.48%) ⬇️
src/bmm.jl 0% <0%> (-91.67%) ⬇️
src/rnn.jl 78.27% <0%> (+0.05%) ⬆️

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 bb024b4...0e4d9c1. Read the comment docs.

@denizyuret denizyuret merged commit 7f68262 into master Aug 10, 2019
@denizyuret denizyuret deleted the permutedims branch August 10, 2019 06:49
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.

KnetArray transpose and permutedims missing.
1 participant