Skip to content

Commit

Permalink
Remove hard coded constant for literal weight
Browse files Browse the repository at this point in the history
  • Loading branch information
eddieliao committed Jul 2, 2024
1 parent 0ec3a8d commit a0b43bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/schedule.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ struct stream_info
{
if(ins->name() == "@literal")
{
partitions[ins];
copies.add(ins, 2);
copies.add(ins, this->iweights[ins]);
}
}

Expand Down

0 comments on commit a0b43bf

Please sign in to comment.