Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanMeng324 committed Nov 28, 2024
1 parent dc3edad commit 11f5db4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mlir/lib/CAPI/Translation/EmitTapaHLS.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ using namespace mlir;
using namespace allo;

MlirLogicalResult mlirEmitTapaHls(MlirModule module,
MlirStringCallback callback,
void *userData) {
MlirStringCallback callback, void *userData) {
mlir::detail::CallbackOstream stream(callback, userData);
return wrap(emitTapaHLS(unwrap(module), stream));
}

0 comments on commit 11f5db4

Please sign in to comment.