We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3fd80 commit 4553fbbCopy full SHA for 4553fbb
src/dft/execute_helper_generic.hpp
@@ -39,7 +39,7 @@ namespace oneapi::math::dft::detail {
39
*/
40
template <typename HandlerT, typename FnT>
41
static inline void fft_enqueue_task(HandlerT&& cgh, FnT&& f) {
42
-#ifdef __ADAPTIVECPP__
+#if defined(__ADAPTIVECPP__)
43
cgh.AdaptiveCpp_enqueue_custom_operation([=](sycl::interop_handle ih) {
44
#elif defined(SYCL_EXT_ONEAPI_ENQUEUE_NATIVE_COMMAND)
45
cgh.ext_codeplay_enqueue_native_command([=](sycl::interop_handle ih) {
0 commit comments