Open sean-xiang-applovin opened 4 weeks ago
Due to some limitations, we need meta to deal with data-dependent issue. In addition, we currently only support 1D indices/input. If this doesn't work for you, I think you have to fall back this op to pytorch for now.
Bug Description
indices are const tensor, which gets const folded into frozen param. The meta of the frozen param node is empty dict, leading to converter validation check failure here
making
torch.ops.aten._embedding_bag.default
unsupported op, and compile failure.To Reproduce
Expected behavior
Environment
conda
,pip
,libtorch
, source): pipAdditional context