Skip to content

Commit 020b687

Browse files
committed
add pixel_unshuffle_fulldynamic test
1 parent 7a27dda commit 020b687

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Dialect/Torch/decompose-complex-ops.mlir

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -901,6 +901,7 @@ func.func @pixel_unshuffle_fulldynamic(%arg0: !torch.vtensor<[?,?,?,?],f32>) ->
901901
%0 = torch.aten.pixel_unshuffle %arg0, %int2 : !torch.vtensor<[?,?,?,?],f32>, !torch.int -> !torch.vtensor<[?,?,?,?],f32>
902902
return %0 : !torch.vtensor<[?,?,?,?],f32>
903903
}
904+
<<<<<<< HEAD
904905

905906

906907
// -----
@@ -922,3 +923,5 @@ func.func @channel_shuffle(%arg0: !torch.vtensor<[1,8,4,4],f32>) -> !torch.vtens
922923
%0 = torch.aten.channel_shuffle %arg0, %int4 : !torch.vtensor<[1,8,4,4],f32>, !torch.int -> !torch.vtensor<[1,8,4,4],f32>
923924
return %0 : !torch.vtensor<[1,8,4,4],f32>
924925
}
926+
=======
927+
>>>>>>> c4143561 (add pixel_unshuffle_fulldynamic test)

0 commit comments

Comments
 (0)