Openholo  v4.0
Open Source Digital Holographic Library
ophPointCloud_GPU.h File Reference

Openholo Point Cloud based CGH generation with CUDA GPGPU. More...

#include "ophPointCloud.h"
#include <cuda_runtime_api.h>
#include <cuComplex.h>
#include <math_constants.h>
#include <vector_functions.h>
Include dependency graph for ophPointCloud_GPU.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  KernelConst
 
struct  KernelConst_NotEncodedRS
 
struct  KernelConst_NotEncodedFrsn
 

Macros

#define __DEBUG_LOG_GPU_SPEC_
 
#define __CUDA_INTERNAL_COMPILATION__
 
#define OPH_CUDA_N_STREAM   100
 
#define HANDLE_ERROR(err)   (HandleError( err, __FILE__, __LINE__ ))
 
#define HANDLE_NULL(a)
 

Typedefs

typedef struct KernelConst GpuConst
 
typedef KernelConst_NotEncodedRS GpuConstNERS
 
typedef KernelConst_NotEncodedFrsn GpuConstNEFR
 

Functions

void cudaPointCloud_RS (const int &nBlocks, const int &nThreads, const int &n_pts_per_stream, Vertex *cuda_vertex_data, cuDoubleComplex *cuda_dst, const GpuConstNERS *cuda_config, const uint &iChannel, const uint &mode)
 
void cudaPointCloud_Fresnel (const int &nBlocks, const int &nThreads, const int &n_pts_per_stream, Vertex *cuda_vertex_data, cuDoubleComplex *cuda_dst, const GpuConstNEFR *cuda_config, const uint &iChannel, const uint &mode)
 

Detailed Description

Openholo Point Cloud based CGH generation with CUDA GPGPU.

Author
Hyeong-Hak Ahn
Date
2018/09

Definition in file ophPointCloud_GPU.h.

Macro Definition Documentation

◆ __CUDA_INTERNAL_COMPILATION__

#define __CUDA_INTERNAL_COMPILATION__

Definition at line 64 of file ophPointCloud_GPU.h.

◆ __DEBUG_LOG_GPU_SPEC_

#define __DEBUG_LOG_GPU_SPEC_

Definition at line 58 of file ophPointCloud_GPU.h.

◆ HANDLE_ERROR

#define HANDLE_ERROR (   err)    (HandleError( err, __FILE__, __LINE__ ))

Definition at line 80 of file ophPointCloud_GPU.h.

◆ HANDLE_NULL

#define HANDLE_NULL (   a)
Value:
{if (a == NULL) { \
printf( "Host memory failed in %s at line %d\n", \
__FILE__, __LINE__ ); \
exit( EXIT_FAILURE );}}

Definition at line 83 of file ophPointCloud_GPU.h.

◆ OPH_CUDA_N_STREAM

#define OPH_CUDA_N_STREAM   100

Definition at line 70 of file ophPointCloud_GPU.h.

Typedef Documentation

◆ GpuConst

typedef struct KernelConst GpuConst

◆ GpuConstNEFR

◆ GpuConstNERS

Function Documentation

◆ cudaPointCloud_Fresnel()

void cudaPointCloud_Fresnel ( const int &  nBlocks,
const int &  nThreads,
const int &  n_pts_per_stream,
Vertex cuda_vertex_data,
cuDoubleComplex *  cuda_dst,
const GpuConstNEFR cuda_config,
const uint iChannel,
const uint mode 
)

◆ cudaPointCloud_RS()

void cudaPointCloud_RS ( const int &  nBlocks,
const int &  nThreads,
const int &  n_pts_per_stream,
Vertex cuda_vertex_data,
cuDoubleComplex *  cuda_dst,
const GpuConstNERS cuda_config,
const uint iChannel,
const uint mode 
)