Skip to content

Commit

Permalink
Remove extra space in choices.exh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulysse Beaugnon committed May 23, 2018
1 parent f7e49fe commit eb020ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search_space/choices.exh
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ define enum dim_kind($dim in Dimensions):
requires forall $other_dim in Dimensions:
order($dim, $other_dim) is not OUTER
requires forall $inst in Instructions:
order($dim, $inst) is not OUTER || "$fun.device().can_vectorize( $dim, $inst.operator())"
order($dim, $inst) is not OUTER || "$fun.device().can_vectorize($dim, $inst.operator())"
/// The dimension is mapped to a block dimension on the device.
value BLOCK:
requires forall $other_dim in Dimensions:
Expand Down

0 comments on commit eb020ef

Please sign in to comment.