![]() |
alpaka
Abstraction Library for Parallel Kernel Acceleration
|
Concept to check if a function symbol can be called. More...
#include <fn.hpp>
Concept to check if a function symbol can be called.
This concept checks if the alpakaFnDispatch() can be called with the given function symbol (if Fallback::toGeneric) or function symbol device specification. It is used to check if a function dispatch is defined for the given device specification or function symbol and if it can be called with the given arguments.