#include <cuda.h>
#include <cuda_runtime.h>
#include "device_launch_parameters.h"
#include <stdio.h>
#include <cmath>
Go to the source code of this file.
Functions |
void | calPathInfoGain (const float *pointCollection, const float *pathPoints, int *pathInfoGain, int pointCollectionSize, int pathPointsSize) |
__global__ void | calPathInfoGain_device (const float *pointCollection, const float *pathPoints, int *pathInfoGain_tmp, int *pathInfoGain, int pointCollectionSize, int pathPointSize) |
Function Documentation
void calPathInfoGain |
( |
const float * |
pointCollection, |
|
|
const float * |
pathPoints, |
|
|
int * |
pathInfoGain, |
|
|
int |
pointCollectionSize, |
|
|
int |
pathPointsSize |
|
) |
| |
__global__ void calPathInfoGain_device |
( |
const float * |
pointCollection, |
|
|
const float * |
pathPoints, |
|
|
int * |
pathInfoGain_tmp, |
|
|
int * |
pathInfoGain, |
|
|
int |
pointCollectionSize, |
|
|
int |
pathPointSize |
|
) |
| |