CEA-LIST / N2D2

N2D2 is an open source CAD framework for Deep Neural Network simulation and full DNN-based applications building.
Other
146 stars 35 forks source link

Make fails to compile #123

Closed akatosh444 closed 1 year ago

akatosh444 commented 1 year ago

Hello !

I struggle to compile N2D2 without -fpermissive 😥

During the make phase, the compiler gives several errors like this one : image

It ends with : image

Here is the cmake output for your information : image

We can bypass this issue using a -fpermissive flag in the CMakeList (it works) but I'm not sure it is recommended.

What could cause this issue ?

Thank you 😁

akatosh444 commented 1 year ago

Hello,

Finally managed to compile N2D2 using cuda 10.2, gcc 8.5.0 and cudnn 8.7.0 😄

Regards