diff options
Diffstat (limited to 'Tests/Cuda/Complex/dynamic.cpp')
-rw-r--r-- | Tests/Cuda/Complex/dynamic.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/Cuda/Complex/dynamic.cpp b/Tests/Cuda/Complex/dynamic.cpp new file mode 100644 index 0000000..d579f1e --- /dev/null +++ b/Tests/Cuda/Complex/dynamic.cpp @@ -0,0 +1,5 @@ + +int dynamic_base_func(int x) +{ + return x * x; +} |