How to apply dilation to 3d convolution in MXNET?

Hi
Is there any way to apply dilation to 3d convolution in MXNET?

Dilation in 3D convolution do currently not work because of cuDNN not supporting it. But there is a feature request to implement a workaround: https://github.com/apache/incubator-mxnet/issues/9110