8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_svd_errors_and_warnings
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
In SVD cusolverDnXgesvd computations,
When cuda < 11.5, cusolver raises CUSOLVER_STATUS_EXECUTION_FAILED when input contains nan. When cuda >= 11.5, cusolver normally finishes execution and sets info array indicating convergence issue.
Related: #68259 #64533
Sorry, something went wrong.
Ruleset - Version: v1 Ruleset - File: https://github.com/xwang233/pytorch/blob/144aadb452263dde604fe9228cf3f61eda03d144/.github/generated-ciflow-ruleset.json PR ciflow labels: ciflow/default
v1
ciflow/default
ciflow/all
ciflow/cpu
ciflow/linux
ciflow/noarch
ciflow/xla
ciflow/vulkan
ciflow/cuda
ciflow/mobile
ciflow/sanitizers
ciflow/onnx
ciflow/bazel
ciflow/android
ciflow/win
ciflow/ios
ciflow/macos
ciflow/libtorch
ciflow/slow
ciflow/scheduled
ciflow/slow-gradcheck
# ciflow rerun, "ciflow/default" will always be added automatically @pytorchbot ciflow rerun # ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun @pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow
For more information, please take a look at the CI Flow Wiki.
As of commit 144aadb (more details on the Dr. CI page):
💚 💚 Looks good so far! There are no failures yet. 💚 💚
Please report bugs/suggestions to the (internal) Dr. CI Users group.
fix
ac733dd
when
144aadb
There was a problem hiding this comment.
The reason will be displayed to describe this comment to others. Learn more.
Cool! Thanks @xwang233
@mruberry has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
2cd48d1
@mruberry merged this pull request in 2cd48d1.
lezcano lezcano approved these changes
mruberry mruberry approved these changes
nikitaved Awaiting requested review from nikitaved
Successfully merging this pull request may close these issues.