ComputationalRadiationPhysics / haseongpu

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

Alpaka for CUDA devices #104

Open erikzenker opened 9 years ago

erikzenker commented 9 years ago

The current CMAKE file can only compile for openMP accelerators. Examples for CMAKE files with cuda support are given by the alpaka examples. Better is the usage of alpaka_add_executable mentioned in the issue#57 of alpaka. This cmake function was integrated as far as I can see into the alpaka CMAKE module here.