From 326c83bc3dd1146486927ea28904f2f2555b923f Mon Sep 17 00:00:00 2001 From: Kazutomo Yoshii Date: Mon, 23 Feb 2026 14:25:48 -0600 Subject: [PATCH 1/2] Update arch_reconf.md --- collections/_projects/arch_reconf.md | 1 + 1 file changed, 1 insertion(+) diff --git a/collections/_projects/arch_reconf.md b/collections/_projects/arch_reconf.md index 3374bd08..f8cdc740 100644 --- a/collections/_projects/arch_reconf.md +++ b/collections/_projects/arch_reconf.md @@ -69,6 +69,7 @@ The end of transistor scaling encourages us to challenge innovative architectura * A paper at IEEE ASAP 2021 on virtualization of networks of FPGA clusters {% cite ueno2021virtual --file jlesc.bib %} * A paper at SC23 PMBS workshop {% cite yoshii2023hardware --file jlesc.bib %} * A paper at SC23 DRBS workshop {% cite yoshii2023streaming --file jlesc.bib %} +* A Journal paper in Elsevier's Parallel Computing {% cite yoshii2025case --file jlesc.bib %} {% bibliography --cited --file jlesc.bib %} From efa9fe309f390a7d450a71a8f38fe4cfcd627caf Mon Sep 17 00:00:00 2001 From: Kazutomo Yoshii Date: Tue, 24 Feb 2026 17:03:30 -0600 Subject: [PATCH 2/2] Update jlesc.bib --- _bibliography/jlesc.bib | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_bibliography/jlesc.bib b/_bibliography/jlesc.bib index 6462fe8f..eaa9d528 100644 --- a/_bibliography/jlesc.bib +++ b/_bibliography/jlesc.bib @@ -1889,3 +1889,12 @@ @misc{keahey202515306610 url = {https://doi.org/10.5281/zenodo.15306610}, year = {2025}, } + +@article{yoshii2025case, + title={A case study in hardware specialization for Monte Carlo cross-section lookup}, + author={Yoshii, Kazutomo and Tramm, John R and Allen, Bryce and Ueno, Tomohiro and Sano, Kentaro and Siegel, Andrew and Beckman, Pete}, + journal={Parallel Computing}, + pages={103168}, + year={2025}, + publisher={Elsevier} +}