ComputationalRadiationPhysics / haseongpu

HASEonGPU: High performance Amplified Spontaneous Emission on GPU
http://www.hzdr.de/crp
Other
7 stars 6 forks source link

Rename .cu to .cc where it is possible #66

Closed erikzenker closed 9 years ago

erikzenker commented 9 years ago

Since we are able to compile .cu and .cc files separately, we can rename all .cu files without cuda content to .cc. This has the advantage that .cc files can utilize functions of the new C++11 version.