-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpaper.bib
More file actions
76 lines (68 loc) · 2.71 KB
/
paper.bib
File metadata and controls
76 lines (68 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
@misc{dlpack,
title = {{DLPack}: Open In Memory Tensor Structure},
author = {{DLPack Contributors}},
year = {2017},
url = {https://github.com/dmlc/dlpack},
note = {Accessed: 2026-01-13}
}
@article{numpy,
title = {Array programming with {NumPy}},
author = {Harris, Charles R. and Millman, K. Jarrod and van der Walt, St{\'e}fan J. and others},
journal = {Nature},
volume = {585},
number = {7825},
pages = {357--362},
year = {2020},
publisher = {Nature Publishing Group},
doi = {10.1038/s41586-020-2649-2}
}
@inproceedings{cupy,
title = {{CuPy}: A {NumPy}-Compatible Library for {NVIDIA GPU} Calculations},
author = {Okuta, Ryosuke and Unno, Yuya and Nishino, Daisuke and Hido, Shohei and Loomis, Crissman},
booktitle = {Proceedings of Workshop on Machine Learning Systems (LearningSys) in The Thirty-first Annual Conference on Neural Information Processing Systems (NeurIPS)},
year = {2017}
}
@inproceedings{pytorch,
title = {PyTorch: An Imperative Style, High-Performance Deep Learning Library},
author = {Paszke, Adam and Gross, Sam and Massa, Francisco and others},
booktitle = {Advances in Neural Information Processing Systems 32},
pages = {8024--8035},
year = {2019}
}
@misc{tensorflow,
title = {{TensorFlow}: Large-Scale Machine Learning on Heterogeneous Systems},
author = {Abadi, Mart{\'\i}n and Agarwal, Ashish and Barham, Paul and others},
year = {2015},
url = {https://www.tensorflow.org/},
note = {Software available from tensorflow.org}
}
@software{jax,
title = {{JAX}: Composable transformations of {Python+NumPy} programs},
author = {Bradbury, James and Frostig, Roy and Hawkins, Peter and others},
year = {2018},
url = {http://github.com/google/jax}
}
@article{arrayapi,
title = {Python Array API Standard: Toward Array Interoperability in the Scientific Python Ecosystem},
author = {Hoyer, Stephan and Meier, Matthias and others},
journal = {Proceedings of the 22nd Python in Science Conference (SciPy 2023)},
year = {2023},
doi = {10.25080/gerudo-f2bc6f59-001}
}
@software{pyclesperanto,
title = {clEsperanto/pyclesperanto: 0.16.0},
author = {Rigaud, Stephane and Haase, Robert and Soltwedel, Johannes and grahamross123 and Albert, Marvin and Rajasekhar, Pradeep},
year = {2024},
version = {0.16.0},
doi = {10.5281/zenodo.14199059},
url = {https://doi.org/10.5281/zenodo.14199059},
publisher = {Zenodo}
}
@software{metaclassregistry,
author = {Simas, Tristan},
title = {metaclass-registry: Auto-registration metaclass for Python plugin systems},
year = {2026},
publisher = {GitHub},
url = {https://github.com/trissim/metaclass-registry},
note = {Provides AutoRegisterMeta for dynamic class registration}
}