cccc-lite
cccc-lite copied to clipboard
C2065: 'MYMIOPEN_DATA_REAL': undeclared identifier
cccc\TensorDesc.cpp(49,71): error C2065: 'MYMIOPEN_DATA_REAL'
#if ENABLE_HIP
#define CREATE_MIOPEN_DESC(type) \
template <> \
void OtherDesc::create<miopen##type##_t>(void** p) \
{ \
miopenCreate##type((miopen##type##_t*)p); \
}
CREATE_MIOPEN_DESC(ConvolutionDescriptor)
CREATE_MIOPEN_DESC(ActivationDescriptor)
CREATE_MIOPEN_DESC(PoolingDescriptor)
#endif