| 1 | #ifndef CUDIFY_HPP_ |
|---|---|
| 2 | #define CUDIFY_HPP_ |
| 3 | |
| 4 | #ifdef CUDIFY_USE_ALPAKA |
| 5 | #include "cudify_alpaka.hpp" |
| 6 | #else |
| 7 | #include "cudify_sequencial.hpp" |
| 8 | #endif |
| 9 | |
| 10 | #endif |
| 1 | #ifndef CUDIFY_HPP_ |
|---|---|
| 2 | #define CUDIFY_HPP_ |
| 3 | |
| 4 | #ifdef CUDIFY_USE_ALPAKA |
| 5 | #include "cudify_alpaka.hpp" |
| 6 | #else |
| 7 | #include "cudify_sequencial.hpp" |
| 8 | #endif |
| 9 | |
| 10 | #endif |