Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SWIFTweb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTweb
Commits
c050344d
Commit
c050344d
authored
7 years ago
by
Josh Borrow
Browse files
Options
Downloads
Patches
Plain Diff
Moved latest talk to the top
parent
ef06630a
No related branches found
No related tags found
1 merge request
!2
Par co 2017 talk
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/talks.yaml
+10
-10
10 additions, 10 deletions
data/talks.yaml
with
10 additions
and
10 deletions
data/talks.yaml
+
10
−
10
View file @
c050344d
...
...
@@ -4,6 +4,16 @@
# references. Nominally we will use /talks.
cards
:
-
meeting
:
ParCo Conference
2017
location
:
Bologna, Italy
date
:
September
2017
title
:
"
An
Efficient
SIMD
Implementation
of
Pseudo-Verlet
Lists
for
Neighbour
Interactions
in
Particle-Based
Codes"
author
:
James S. Willis
abstract
:
"
In
particle-based
simulations,
neighbour
finding
(i.e
finding
pairs
of
particles
to
interact
within
a
given
range)
is
the
most
time
consuming
part
of
the
computation.
One
of
the
best
such
algorithms,
which
can
be
used
for
both
Molecular
Dynamics
(MD)
and
Smoothed
Particle
Hydrodynamics
(SPH)
simulations
is
the
pseudo-Verlet
list
algorithm.
This
algorithm,
however,
does
not
vectorize
trivially,
and
hence
makes
it
difficult
to
exploit
SIMD-parallel
architectures.
In
this
paper,
we
present
several
novel
modifications
as
well
as
a
vectorization
strategy
for
the
algorithm
which
lead
to
overall
speed-ups
over
the
scalar
version
of
the
algorithm
of
2.24x
for
the
AVX
instruction
set
(SIMD
width
of
8),
2.43x
for
AVX2,
and
4.07x
for
AVX-512
(SIMD
width
of
16)."
links
:
-
href
:
"
ParCo_2017_Bologna_Talk.pdf"
name
:
Slides
-
meeting
:
UK National Astronomy Meeting
location
:
Hull, UK
date
:
July 2017
...
...
@@ -75,13 +85,3 @@ cards:
links
:
-
href
:
"
Ascona_2013.pdf"
name
:
Slides
-
meeting
:
ParCo Conference
2017
location
:
Bologna, Italy
date
:
September
2017
title
:
"
An
Efficient
SIMD
Implementation
of
Pseudo-Verlet
Lists
for
Neighbour
Interactions
in
Particle-Based
Codes"
author
:
James S. Willis
abstract
:
"
In
particle-based
simulations,
neighbour
finding
(i.e
finding
pairs
of
particles
to
interact
within
a
given
range)
is
the
most
time
consuming
part
of
the
computation.
One
of
the
best
such
algorithms,
which
can
be
used
for
both
Molecular
Dynamics
(MD)
and
Smoothed
Particle
Hydrodynamics
(SPH)
simulations
is
the
pseudo-Verlet
list
algorithm.
This
algorithm,
however,
does
not
vectorize
trivially,
and
hence
makes
it
difficult
to
exploit
SIMD-parallel
architectures.
In
this
paper,
we
present
several
novel
modifications
as
well
as
a
vectorization
strategy
for
the
algorithm
which
lead
to
overall
speed-ups
over
the
scalar
version
of
the
algorithm
of
2.24x
for
the
AVX
instruction
set
(SIMD
width
of
8),
2.43x
for
AVX2,
and
4.07x
for
AVX-512
(SIMD
width
of
16)."
links
:
-
href
:
"
ParCo_2017_Bologna_Talk.pdf"
name
:
Slides
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment