Skip to content
Snippets Groups Projects
Commit ba61c3a8 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

Adding files

parent 7bee2cbf
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
File added
This diff is collapsed.
[pack]
files = main.cu Makefile
files = main.cu Makefile bm1/forcefield.in bm1/ligand.in bm1/poses.in bm1/protein.in bm1/ref_energies.out
......@@ -61,6 +61,7 @@ typedef struct
openfpm::vector_gpu<aggregate<int,float,float,float>> d_forcefield;
openfpm::vector_gpu<aggregate<float>> d_results;
openfpm::vector_gpu<aggregate<float,float,float,float,float,float>> d_poses;
openfpm::vector<double> gflops_data;
int deviceIndex;
int wgsize;
......@@ -367,7 +368,7 @@ void runCUDA(OpenFPM & _openfpm)
_openfpm.d_results.deviceToHost<0>();
printTimings(start, end, _openfpm.posesPerWI);
printTimings(start, end, _openfpm.posesPerWI, _openfpm.gflops_data);
}
#define MAX_PLATFORMS 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment