PLSSVM - Parallel Least Squares Support Vector Machine  2.0.0
A Least Squares Support Vector Machine implementation using different backends.
Namespaces | Functions
fill_kernel.cuh File Reference

Defines a CUDA function for filling a device pointer with a specific value. More...

Namespaces

 plssvm
 The main namespace containing all public API functions.
 
 plssvm::cuda
 Namespace containing the C-SVM using the CUDA backend.
 
 plssvm::cuda::detail
 Namespace containing CUDA backend specific implementation details. Should not directly be used by users.
 

Functions

template<typename value_type , typename size_type >
__global__ void plssvm::cuda::detail::fill_array (value_type *data, const value_type value, const size_type pos, const size_type count)
 Fill count values of the array data with the value starting at position pos. More...
 

Detailed Description

Defines a CUDA function for filling a device pointer with a specific value.

Author
Alexander Van Craen
Marcel Breyer
License
This file is part of the PLSSVM project which is released under the MIT license. See the LICENSE.md file in the project root for full license information.