Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion umd/core/src/compiler/include/priv/Compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ class Compiler : public ICompiler
* @Purpose:->
* Some engines dont have memory out port (conv). Operations of such
* an engine should be fused with those of an engine which have a write
* out potr (sdp). Besides, operations can be fused together if they
* out port (sdp). Besides, operations can be fused together if they
* are connected over wire in order to save the memory pass latency (sdp+pdp)
*/
engine_ast::Graph *fuseOnTheFlyNodes(engine_ast::Graph *);
Expand Down