vetter / shoc

The SHOC Benchmark Suite
Other
243 stars 104 forks source link

Adapt to cuda version found #54

Open psteinb opened 8 years ago

psteinb commented 8 years ago

edited configure.ac to adapt the "-gencode=sm_xx,code=compute=xx" type flags to the cuda version found, current cuda deprecated compute capability 1.* and will soon deprecate compute capability 2.*

I wanted to have your feedback first before propagating this to the configure script and add it to this PR