PLSSVM - Parallel Least Squares Support Vector Machine
2.0.0
A Least Squares Support Vector Machine implementation using different backends.
|
Defines a HIP function for filling a device pointer with a specific value. More...
#include "hip/hip_runtime.h"
#include "hip/hip_runtime_api.h"
Go to the source code of this file.
Namespaces | |
plssvm | |
The main namespace containing all public API functions. | |
plssvm::hip | |
Namespace containing the C-SVM using the HIP backend. | |
plssvm::hip::detail | |
Namespace containing HIP backend specific implementation details. Should not directly be used by users. | |
Functions | |
template<typename value_type , typename size_type > | |
__global__ void | plssvm::hip::detail::fill_array (value_type *data, value_type value, size_type pos, size_type count) |
Fill the array data with count values value starting at position pos . More... | |
Defines a HIP function for filling a device pointer with a specific value.