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

[MRG] Solve example throwing an error when executed on a GPU #391

Merged

Conversation

ncassereau
Copy link
Contributor

@ncassereau ncassereau commented Aug 1, 2022

Types of changes

Changing code for backend example

Motivation and context / Related issue

Resolves #389

How has this been tested (if it applies)

Tested on Jean Zay with a V100

PR checklist

  • I have read the CONTRIBUTING document.
  • The documentation is up-to-date with the changes I made (check build artifacts).
  • All tests passed, and additional code has been covered with new tests.
  • I have added the PR and Issue fix to the RELEASES.md file.

@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #391 (3a3e389) into master (818c7ac) will not change coverage.
The diff coverage is 60.00%.

@@           Coverage Diff           @@
##           master     #391   +/-   ##
=======================================
  Coverage   93.76%   93.76%           
=======================================
  Files          23       23           
  Lines        5967     5967           
=======================================
  Hits         5595     5595           
  Misses        372      372           

@ncassereau ncassereau changed the title [WIP] Solve example throwing an error when executed on a GPU [MRG] Solve example throwing an error when executed on a GPU Aug 1, 2022
@rflamary rflamary merged commit 0138dcf into PythonOT:master Aug 1, 2022
@ncassereau ncassereau deleted the pytorch_example_gen_device_issue branch August 16, 2022 12:31
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.

Examples for pytorch backend throwing error if run with GPU
2 participants