Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Clarify remaining uses of nondeterministic functions #261
Comments
nh2
commented
Mar 23, 2017
|
(Asking this because I've encountered nondeterminism when using the automatic inner iteration ordering.) |
nh2
commented
Mar 23, 2017
|
Hmm, I suspect it's this bit, am I right? |
sandwichmaker
self-assigned this
Mar 23, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nh2 commentedMar 23, 2017
@sandwichmaker In https://ceres-solver.googlesource.com/ceres-solver/+/36c73c26bb3fd9b319435aa9702a110678239d9c you write:
In which part of the code are the unstable implementations still used? Grepping for
ComputeSchurOrderingin commit 36c73c2, there seems to be no use of it besides in tests.