OmniSciDB
a5dc49c757
|
#include <chrono>
#include <thread>
Go to the source code of this file.
Macros | |
#define | CPU_DEVICE_CODE 0x637075 |
#define | GPU_DEVICE_CODE 0x677075 |
Functions | |
EXTENSION_NOINLINE int32_t | ct_device_selection_udf_any (int32_t input) |
EXTENSION_NOINLINE_HOST int32_t | ct_device_selection_udf_cpu__cpu_ (int32_t input) |
EXTENSION_NOINLINE int32_t | ct_device_selection_udf_gpu__gpu_ (int32_t input) |
EXTENSION_NOINLINE_HOST int32_t | ct_device_selection_udf_both__cpu_ (int32_t input) |
EXTENSION_NOINLINE int32_t | ct_device_selection_udf_both__gpu_ (int32_t input) |
EXTENSION_NOINLINE int32_t | ct_sleep_us__cpu_ (int64_t usec) |
#define CPU_DEVICE_CODE 0x637075 |
Definition at line 7 of file ExtensionFunctionsTesting.hpp.
Referenced by ct_device_selection_udf_any(), ct_device_selection_udf_both__cpu_(), and ct_device_selection_udf_cpu__cpu_().
#define GPU_DEVICE_CODE 0x677075 |
Definition at line 8 of file ExtensionFunctionsTesting.hpp.
Referenced by ct_device_selection_udf_any(), ct_device_selection_udf_both__gpu_(), and ct_device_selection_udf_gpu__gpu_().
EXTENSION_NOINLINE int32_t ct_device_selection_udf_any | ( | int32_t | input | ) |
Definition at line 11 of file ExtensionFunctionsTesting.hpp.
References CPU_DEVICE_CODE, and GPU_DEVICE_CODE.
EXTENSION_NOINLINE_HOST int32_t ct_device_selection_udf_both__cpu_ | ( | int32_t | input | ) |
EXTENSION_NOINLINE int32_t ct_device_selection_udf_both__gpu_ | ( | int32_t | input | ) |
EXTENSION_NOINLINE_HOST int32_t ct_device_selection_udf_cpu__cpu_ | ( | int32_t | input | ) |
EXTENSION_NOINLINE int32_t ct_device_selection_udf_gpu__gpu_ | ( | int32_t | input | ) |
EXTENSION_NOINLINE int32_t ct_sleep_us__cpu_ | ( | int64_t | usec | ) |
Definition at line 52 of file ExtensionFunctionsTesting.hpp.