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

change vers and add cudnn dep #107

Merged
merged 6 commits into from
May 10, 2024
Merged

change vers and add cudnn dep #107

merged 6 commits into from
May 10, 2024

Conversation

rafaelorozco
Copy link
Collaborator

Package install was failing on Julia 1.10 on a couple of local machines. After fixing versions to install without errors, cudnn appears to be added as dependency and basic primitieves such as conv would fallback to cpu causing a scalar indexing error. After adding cudnn as dependecy it is automatically installed and test suite passes locally on GPU julia 1.10

I dont know why the github actions machines didnt trigger this error since they test julia 1.10

Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.21%. Comparing base (c1e544a) to head (a11600c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   89.28%   89.21%   -0.08%     
==========================================
  Files          34       34              
  Lines        2595     2595              
==========================================
- Hits         2317     2315       -2     
- Misses        278      280       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@rafaelorozco rafaelorozco merged commit e3ab4a4 into master May 10, 2024
19 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.

1 participant