PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework
MIT License
421 stars 137 forks source link

compile error:identifier "CUBLAS_DATA_HALF" is undefined #41

Closed SSSuperMac closed 7 years ago

SSSuperMac commented 7 years ago

I have met with the problems with installation. compile error is here: marvin.hpp(2226): error: identifier "CUBLAS_DATA_HALF" is undefined 1 error detected in the compilation of "/tmp/tmpxft_00007625_00000000-9_marvin.cpp1.ii". I have the Ubuntu16.04 with cuda 8.0 and cudnn5.1

jianxiongxiao commented 7 years ago

It is caused by some changes in CUDA 8.0. We have fixed it. Please download the latest version of Marvin from github again. Thanks.