|
#include <time.h>
|
|
#include <iostream>
|
|
#include <memory>
|
|
#include <cmath>
|
|
#include <complex>
|
|
#include <device_launch_parameters.h>
|
|
#include <cuda_runtime.h>
|
|
#include <cublas_v2.h>
|
|
#include <cuComplex.h>
|
|
|
|
#include "BaseConstVariable.h"
|
|
#include "GPUGarbage.cuh"
|
|
|
|
|
|
|
|
|
|
|