Why is ceil implemented differently in TVM and HalideIR

tvm::ceil:

HalideIR::Internal::ceil:

Such difference effectively prevent from simplifying properly:

Is it a bug? @tqchen

This is intentional,we can go and fix it to use the new ceil convention in the new simplification infra