cudnnBatchNormalizatinTrainingEx given CUDNN_STATUS_NOT_SUPPORTED

I get CUDNN_STATUS_NOT_SUPPORTED for cudnnBatchNormOps_t set to CUDNN_BATCHNORM_OPS_BN_ACTIVATION and cudnnBatchNormMode_t set to CUDNN_BATCHNORM_SPATIAL. It works when cudnnBatchNormMode_t is set to CUDNN_BATCHNORM_PER_ACTIVATION. Will this function be made to work with CUDNN_BATCHNORM_SPATIAL in the near future?