Does TVM used same kernel implementation for low bit as well as floating point inference?

I could see the TVM quantization implementation in the PR #2116
Does TVM kernels are type independent to support uint8/float inputs with same implementation?
Does TVM support activation quantization now (Quantized operators)?