Skip to content

Commit bda57ab

Browse files
committed
fix big tensor monitor config
1 parent 4ec962d commit bda57ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tester/api_config/monitor_config/big_tensor/GPU/monitoring_configs.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1740,8 +1740,6 @@ paddle.incubate.softmax_mask_fuse_upper_triangle(x=Tensor([4194305, 1, 32, 32],"
17401740
paddle.incubate.softmax_mask_fuse_upper_triangle(x=Tensor([6497, 7, 224, 224],"float32"), )
17411741
paddle.incubate.softmax_mask_fuse_upper_triangle(x=Tensor([7, 318318, 32, 32],"float32"), )
17421742
paddle.index_add(Tensor([100, 100, 228171],"float32"), Tensor([20],"int32"), 1, Tensor([100, 20, 228171],"float32"), )
1743-
paddle.index_add(Tensor([100, 100, 25],"float32"), Tensor([228171],"int32"), 2, Tensor([100, 100, 228171],"float32"), )
1744-
paddle.index_add(Tensor([100, 100, 5],"float32"), Tensor([4563403],"int32"), 1, Tensor([100, 4563403, 5],"float32"), )
17451743
paddle.index_add(Tensor([100, 22817014],"float32"), Tensor([20],"int32"), 0, Tensor([20, 22817014],"float32"), )
17461744
paddle.index_add(Tensor([100, 42949673],"float16"), Tensor([20],"int64"), 0, Tensor([20, 42949673],"float16"), )
17471745
paddle.index_add(Tensor([4, 3, 35651585],"float32"), Tensor([16],"int64"), 1, Tensor([4, 16, 35651585],"float32"), )
@@ -2933,7 +2931,6 @@ paddle.scatter_nd_add(Tensor([1, 1140850690, 2],"float32"), Tensor([1, 3],"int64
29332931
paddle.scatter_nd_add(Tensor([2, 1140850690, 1],"int32"), Tensor([1, 3],"int64"), Tensor([1],"int32"), )
29342932
paddle.scatter_nd_add(Tensor([3, 5, 15211343, 10],"float32"), Tensor([3, 2],"int64"), Tensor([3, 15211343, 10],"float32"), )
29352933
paddle.scatter_nd_add(Tensor([3, 5, 9, 16901492],"float32"), Tensor([3, 2],"int64"), Tensor([3, 9, 16901492],"float32"), )
2936-
paddle.scatter_nd_add(Tensor([5070448, 5, 9, 10],"float32"), Tensor([5070448, 2],"int64"), Tensor([5070448, 9, 10],"float32"), )
29372934
paddle.searchsorted(Tensor([1024],"bfloat16"), Tensor([4294967297],"bfloat16"), )
29382935
paddle.searchsorted(sorted_sequence=Tensor([5],"int32"), values=Tensor([2281701379],"int32"), )
29392936
paddle.searchsorted(sorted_sequence=Tensor([5],"int64"), values=Tensor([1140850690, 2],"int64"), )

0 commit comments

Comments
 (0)