Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
penagos committed Nov 6, 2023
1 parent f2e61b6 commit a3f9a90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion stablehlo/reference/InterpreterApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ func::FuncOp getMainFunction(ModuleOp module, StringRef mainName) {
return {};
}

// Register a default fallback callback to handle select interpreter ops.
// DefaultInterpreterFallback is an implementation detail of run module. It
// takes in an InterpreterConfiguration which can have user-implemented
// fallbacks.
class DefaultInterpreterFallback : public InterpreterFallback {
public:
DefaultInterpreterFallback(const InterpreterConfiguration &config)
Expand Down

0 comments on commit a3f9a90

Please sign in to comment.