Skip to content

Commit 38819e5

Browse files
mbaretdhruvaray
authored andcommitted
[BYOC][FIX] Fix typo in "default" (apache#5348)
Default annotations were incorrectly being named 'defualt' which results in them not being removed in PartitionGraph.
1 parent b9aa07f commit 38819e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/relay/transforms/annotate_target.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class AnnotateTargetWrapper : public ExprMutator {
6363
std::string ref_target = "";
6464
Array<Expr> compiler_ends;
6565
for (auto arg : args) {
66-
std::string arg_target = "defualt";
66+
std::string arg_target = "default";
6767
const CallNode* call = arg.as<CallNode>();
6868

6969
if (call && call->op == compiler_begin_op) {

0 commit comments

Comments
 (0)