Skip to content

Commit 276426a

Browse files
committed
update
1 parent 753a2cf commit 276426a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ This repository contains the following Jupyter notebooks:
1919

2020
1. Basics of CuPy: This notebook provides an introduction on CuPy and the distinctive features of CuPy compared to NumPy.
2121
2. Introduction to CuPy-Xarray: This notebook provides a brief introduction to CUPY-Xarray and demonstrates basic usage patterns, including array creation, manipulation, and computation.
22-
3. Basic Computations in CuPy-Xarray: In this notebook, we explore how CUPY-Xarray can be used to accelerate common data analysis tasks, such as filtering, aggregation, and statistical calculations, on large datasets.
23-
4. High-level Xarray Functions: CuPy vs. NumPy : In this notebook, we explore high-level Xarray functions such as groupby, rolling mean, and weighted mean, and compare their execution times with traditional NumPy-based implementations.
24-
5. Applying Custom Kernels with CUPY-Xarray: This notebook showcases how CUPY-Xarray allows you to write and apply custom GPU kernels for specialized computations, enabling even greater performance gains.
25-
22+
3. High-level Xarray Functions: CuPy vs. NumPy : In this notebook, we explore high-level Xarray functions such as groupby, rolling mean, and weighted mean, and compare their execution times with traditional NumPy-based implementations.
23+
4. Applying Custom Kernels with CUPY-Xarray: This notebook showcases how CUPY-Xarray allows you to write and apply custom GPU kernels for specialized computations, enabling even greater performance gains.
24+
5. Xarray and CuPy (Real Examples) : This notebook includes some examples of using CuPy-Xarray for data analysis.
2625

2726
## Additional Resources
2827

0 commit comments

Comments
 (0)