Skip to content

Commit

Permalink
update openmp reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Oct 30, 2024
1 parent 0066727 commit 74e2646
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion joss-paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ knowledge to compute them as performantly as possible.

Accelerators present new challenges to standard object-oriented
programming. In particular, not all compiler stacks (such as Sycl
[@SYCL] or OpenMP Target Offload [@chandra2001parallel])
[@SYCL] or OpenMP [@chandra2001parallel] Target Offload [@openmp4])
support relocatable device code, which is required for standard C++
polymorphism. Even in programming models, such as CUDA [@cuda],
which do support relocatable device code, polymorphism can be slower
Expand Down
8 changes: 8 additions & 0 deletions joss-paper/refs.bib
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ @book{chandra2001parallel
publisher={Morgan kaufmann}
}
@misc{openmp4,
author = {{OpenMP Architecture Review Board}},
title = {{OpenMP} Application Program Interface Version 4.0},
month = {July},
year = {2013},
url = {https://www.openmp.org/wp-content/uploads/OpenMP4.0.0.pdf}
}

@inproceedings{SYCL,
author = {Reyes, Ruyman and Brown, Gordon and Burns, Rod and Wong, Michael},
title = {SYCL 2020: More than Meets the Eye},
Expand Down

0 comments on commit 74e2646

Please sign in to comment.