#include <KernelMultTranspose.hpp>
|
| KernelMultTranspose (std::shared_ptr< base::OCLDevice > device, size_t dims, std::shared_ptr< base::OCLManagerMultiPlatform > manager, json::Node &kernelConfiguration, std::shared_ptr< base::QueueLoadBalancerMutex > queueBalancerMultTranpose) |
| Creates a new instance of the kernel. More...
|
|
double | multTranspose (std::vector< T > &level, std::vector< T > &index, std::vector< T > &dataset, std::vector< T > &source, std::vector< T > &result, const size_t start_index_grid, const size_t end_index_grid, const size_t start_index_data, const size_t end_index_data) |
|
void | resetKernel () |
|
| ~KernelMultTranspose () |
|
◆ KernelMultTranspose()
Creates a new instance of the kernel.
- Parameters
-
device | The device managed by this instance |
dims | the dimension of the dataset and grid |
manager | the OpenCL platform mananger of the operation instance |
kernelConfiguration | kernel configuration for this device |
queueBalancerMultTranpose | load balancer of the operation |
References json::Node::getBool(), and json::Node::getUInt().
◆ ~KernelMultTranspose()
◆ multTranspose()
template<typename T >
double sgpp::datadriven::StreamingModOCLFastMultiPlatform::KernelMultTranspose< T >::multTranspose |
( |
std::vector< T > & |
level, |
|
|
std::vector< T > & |
index, |
|
|
std::vector< T > & |
dataset, |
|
|
std::vector< T > & |
source, |
|
|
std::vector< T > & |
result, |
|
|
const size_t |
start_index_grid, |
|
|
const size_t |
end_index_grid, |
|
|
const size_t |
start_index_data, |
|
|
const size_t |
end_index_data |
|
) |
| |
|
inline |
◆ resetKernel()
The documentation for this class was generated from the following file:
- datadriven/src/sgpp/datadriven/operation/hash/OperationMultipleEvalStreamingModOCLFastMultiPlattform/KernelMultTranspose.hpp