Skip to content

Commit e257e37

Browse files
committed
Cite Yuuichi's paper
1 parent 0908bec commit e257e37

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

paper/paper.bib

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,14 @@ @article{rajamanickam2021kokkos
101101
title = {Kokkos Kernels: Performance Portable Sparse/Dense Linear Algebra and Graph Kernels},
102102
year = {2021}
103103
}
104+
105+
@INPROCEEDINGS{10820764,
106+
author={Asahi, Yuuichi and Legouix, Baptiste and Bourne, Emily and Padioleau, Thomas and Bigot, Julien and Grandgirard, Virginie and Obrejan, Kevin},
107+
booktitle={SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis},
108+
title={Development of performance portable spline solver for exa-scale plasma turbulence simulation},
109+
year={2024},
110+
volume={},
111+
number={},
112+
pages={1117-1128},
113+
keywords={Costs;High performance computing;Conferences;Mathematical models;Plasmas;Maintenance;Sparse matrices;Iterative methods;Splines (mathematics);Kernel;Performance portability;Kokkos;Kokkos-kernels;Ginkgo;Splines},
114+
doi={10.1109/SCW63240.2024.00154}}

paper/paper.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Built on top of DDC core, we also provide optional components as in the Xarray e
191191
The FFT and splines components both operate on specialized dimensions provided by DDC: `UniformPointSampling` and `NonUniformPointSampling`.
192192
193193
- FFT extension: This component wraps the Kokkos-fft library to provide labelled semantics for the discrete Fourier transform (DFT). It converts data between a uniform sampling and Fourier coefficients in the Fourier basis. Depending on the transformation direction, the input array is defined over `UniformPointSampling`, while the output is defined over `PeriodicPointSampling`, which represents the Fourier dimension in DDC.
194-
- Splines extension: Similar to FFT, this component provides a spline transform, converting between sampled data and B-spline coefficients in a spline basis. Depending on the transformation direction, the input array is defined over `UniformPointSampling` or `NonUniformPointSampling`, while the output is defined over `UniformBSplines` or `NonUniformBSplines`. (TODO: add a citation)
194+
- Splines extension: Similar to FFT, this component provides a spline transform, converting between sampled data and B-spline coefficients in a spline basis. Depending on the transformation direction, the input array is defined over `UniformPointSampling` or `NonUniformPointSampling`, while the output is defined over `UniformBSplines` or `NonUniformBSplines` [@10820764].
195195
196196
### DDC pdi
197197

0 commit comments

Comments
 (0)