Trick-17 / backends

Interchangeable backends in C++, OpenMP, CUDA, OpenCL, OpenACC
MIT License
2 stars 0 forks source link

Do we add a single file include? #4

Open GPMueller opened 7 years ago

GPMueller commented 7 years ago

We might do it like Eigen and make it possible to e.g. #include "backends/cpp" by placing files cpp cuda and opencl (note the missing file extensions), which contain the necessary includes, into the backends folder.