AmpTools
GPUManager.cc File Reference
#include <iostream>
#include <math.h>
#include <string.h>
#include <sys/time.h>
#include "cuda_runtime.h"
#include "IUAmpTools/AmplitudeManager.h"
#include "IUAmpTools/AmpVecs.h"
#include "GPUManager/GPUKernel.h"
#include "GPUManager/GPUManager.h"
Include dependency graph for GPUManager.cc:

Go to the source code of this file.

Functions

template<class T >
void reduce (int size, int threads, int blocks, T *d_idata, T *d_odata)
 

Function Documentation

◆ reduce()

template<class T >
void reduce ( int  size,
int  threads,
int  blocks,
T *  d_idata,
T *  d_odata 
)