PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

compile error:identifier "CUBLAS_DATA_HALF" is undefined

SSSuperMac opened this issue · comments

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

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.