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.
1 parent c4736f3 commit ab705bfCopy full SHA for ab705bf
enzyme/Enzyme/MLIR/Passes/EnzymeMLIRPass.cpp
@@ -74,6 +74,7 @@ struct DifferentiatePass : public DifferentiatePassBase<DifferentiatePass> {
74
75
std::vector<bool> volatile_args;
76
for (auto &a : fn.getFunctionBody().getArguments()) {
77
+ (void)a;
78
volatile_args.push_back(!(mode == DerivativeMode::ReverseModeCombined));
79
}
80
@@ -134,6 +135,7 @@ struct DifferentiatePass : public DifferentiatePassBase<DifferentiatePass> {
134
135
136
137
138
139
140
141
0 commit comments