Skip to content
Snippets Groups Projects
Commit 3529a060 authored by James Willis's avatar James Willis
Browse files

Added unsorted pair interactions to list of benchmarks.

parent 050305ab
No related branches found
No related tags found
1 merge request!320Dopair1 vectorisation merge
......@@ -72,6 +72,11 @@
#define DOPAIR1_NAME "runner_dopair1_density_auto_vec"
#endif
#if defined(DOPAIR1_NOSORT_JSW)
#define DOPAIR1 runner_dopair1_nosort_density
#define DOPAIR1_NAME "runner_dopair1_nosort_density"
#endif
#ifndef DOPAIR1
#define DOPAIR1 runner_dopair1_density
#define DOPAIR1_NAME "runner_dopair1_density"
......@@ -330,6 +335,7 @@ int check_results(struct part *serial_parts, struct part *vec_parts, int count,
/* Just a forward declaration... */
void runner_dopair1_density(struct runner *r, struct cell *ci, struct cell *cj);
void runner_dopair1_nosort_density(struct runner *r, struct cell *ci, struct cell *cj);
void runner_dopair1_density_vec(struct runner *r, struct cell *ci, struct cell *cj);
void runner_dopair1_density_vec_1(struct runner *r, struct cell *ci, struct cell *cj);
void runner_dopair1_density_vec_2(struct runner *r, struct cell *ci, struct cell *cj);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment