Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add two SC-W 2024 papers #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion resources/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Workshops about performance engineering, GPU programming and general use of Juli
### 2024

* [The Julia Language for Productive High-Performance Computing Tutorial @ SC24](https://sc24.conference-program.com/presentation/?id=tut130&sess=sess433), by William Godoy, Johannes Blaschke, Rabab Alomairy, Mosè Giordano, Julian Samaroo, Pedro Valero-Lara ([tutorial material](https://github.com/JuliaParallel/julia-hpc-tutorial-sc24)). November 17th 2024.
* [The Second Julia for ORNL Science Workshop ](https://ornl.github.io/events/jufos2024/), by W F Godoy, P Valero-Lara, H Mankad, S E Hahn, K Teranishi, J S Vetter, R Ferreira da Silva, C Thomas. June 20th 2024.
* [The Second Julia for ORNL Science Workshop](https://ornl.github.io/events/jufos2024/), by W F Godoy, P Valero-Lara, H Mankad, S E Hahn, K Teranishi, J S Vetter, R Ferreira da Silva, C Thomas. June 20th 2024.
* [Julia for HPC @ UCL 2024](https://github-pages.arc.ucl.ac.uk/julia-hpc-2024/) workshop ([course material](https://github.com/carstenbauer/JuliaUCL24)), by Carsten Bauer, Mosè Giordano. February 13th-16th, 2024.

### 2023
Expand Down Expand Up @@ -83,6 +83,13 @@ Workshops about performance engineering, GPU programming and general use of Juli

Some of the papers using Julia in HPC, including the JuliaParallel software stack:

### 2024

* P. Valero-Lara, W.F. Godoy, H. Mankad, K. Teranishi, J.S. Vetter, J. Blaschke, J. Schanen, M., 2024, November. **JACC: Leveraging HPC Meta-Programming and Performance Portability with the Just-in-Time and LLVM-based Julia Language.** In SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (pp. 1955-1966). IEEE.
[doi:10.1109/SCW63240.2024.00245](https://doi.org/10.1109/SCW63240.2024.00245)

* S.E. Hahn, P.W. Fackler, W.F. Godoy, K. Maheshwari, Z. Morgan, A.T. Savici, C.M.Hoffmann, P. Valero-Lara, J.S. Vetter, R. Ferreira Da Silva, 2024, November. **Integrating ORNL’s HPC and Neutron Facilities with a Performance-Portable CPU/GPU Ecosystem**. Best Paper at SC24 XLOOP. In SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis (pp. 2107-2117). IEEE. [doi:10.1109/SCW63240.2024.00264](https://doi.org/10.1109/SCW63240.2024.00264)

### 2023

* W. F. Godoy, P. Valero-Lara, C. Anderson, K. W. Lee, A. Gainaru, R. Ferreira Da Silva, J. S. Vetter. **Julia as a unifying end-to-end workflow language on the Frontier exascale system**. Best paper at SC23 WORKS. Proceedings of the SC23 Workshops of The International Conference on High Performance Computing, Network, Storage, and Analysis (SC-W '23). [doi:10.1145/3624062.3624278](https://doi.org/10.1145/3624062.3624278), [arXiv:2309.10292](https://doi.org/10.48550/arXiv.2309.10292)
Expand Down
Loading