Model parsing failed: Does not support dilation

I’m trying to deploy a face detection model which has some dilated convolution ops and meet this:

File “/Users/xgy/Project/tvm/python/tvm/topi/intel_graphics/conv2d.py”, line 211, in conv2d_NCHWc assert (dh, dw) == (1, 1), “Does not support dilation” AssertionError: Does not support dilation

want to know if this op would be supported in the future?