Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvukobratTT committed Sep 2, 2024
1 parent af4a5b7 commit a9526c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybuda/csrc/passes/lower_to_mlir.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class MLIRGenerator
// Add the graph inputs to the argument list
for (auto *input: graph->ordered_module_inputs()) //for (auto *input : graph->nodes_by_type(tt::graphlib::kInput))
{
log_info(LogMLIRCompiler, "Adding input {} to the argument list.", input->name());
log_trace(LogMLIRCompiler, "Adding input {} to the argument list.", input->name());

argument_nodes.push_back(input);
argument_types.push_back(get_node_type(input));
Expand Down

0 comments on commit a9526c5

Please sign in to comment.