Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
negin513 committed Jul 13, 2023
1 parent 753a2cf commit 276426a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@ This repository contains the following Jupyter notebooks:

1. Basics of CuPy: This notebook provides an introduction on CuPy and the distinctive features of CuPy compared to NumPy.
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.
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.
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.
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.

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.
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.
5. Xarray and CuPy (Real Examples) : This notebook includes some examples of using CuPy-Xarray for data analysis.

## Additional Resources

Expand Down

0 comments on commit 276426a

Please sign in to comment.