Anyway to use divide on a tvm::PrimExpr

Got an error error: static assertion failed: TVM supports multiple types of integer divisions, please call div, indexdiv/indexmod, floordiv/floormod or truncdiv/truncmod directly to avoid ambiguity in the code. Checkout these functions in tir/op.h. 1284 | static_assert(div_ambiguity,

for this

thank you so much