We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2788611 commit 22ad881Copy full SHA for 22ad881
src/libtorch.cc
@@ -1618,7 +1618,7 @@ ModelInstanceState::Execute(
1618
1619
// enable/disable deterministic algorithms
1620
at::globalContext().setDeterministicAlgorithms(
1621
- model_state_->EnableDeterministicAlgorithms(), /*warn_only=*/false);
+ model_state_->EnableDeterministicAlgorithms(), false /* warn_only */);
1622
1623
// JIT. No change is made unless parameter is explicitly set.
1624
if (std::get<0>(model_state_->EnabledJitProfiling())) {
0 commit comments