39 lines
268 B
Plaintext
39 lines
268 B
Plaintext
|
|
#ifndef _GPUGARBAGE_H_
|
||
|
|
#define _GPUGARBAGE_H_
|
||
|
|
|
||
|
|
|
||
|
|
#include "BaseConstVariable.h"
|
||
|
|
#include "GPUTool.cuh"
|
||
|
|
#include <cuda_runtime.h>
|
||
|
|
#include <device_launch_parameters.h>
|
||
|
|
#include <cublas_v2.h>
|
||
|
|
#include <cuComplex.h>
|
||
|
|
#include "GPURFPC.cuh"
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|