Will Video Codec SDK support 10bit Surface?

I’m using Video Codec SDK to decode HEVC 10bit. But I can only get 8bit surface.

typedef enum cudaVideoSurfaceFormat_enum {
cudaVideoSurfaceFormat_NV12=0 /**< NV12 (currently the only supported output format) */
} cudaVideoSurfaceFormat;

Will Video Codec SDK support 10bit Surface?

Is there any way to get 10bit output?