dmlc/mshadow

error: conflicting declaration ‘typedef int cudnnTensorFormat_t’

yuewu001 opened this issue · 1 comments

cudnnTensorFormat_t is already defined in cudnn-v4, the following declaration leads to compilation error
MSHADOW_USE_CUDA && MSHADOW_USE_CUDNN == 1 && CUDNN_MAJOR >= 5

wait merge #183