# CuPy - GPU를 위한 NumPy 및 SciPy 대체제

> Clean Markdown view of GeekNews topic #16864. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=16864](https://news.hada.io/topic?id=16864)
- GeekNews Markdown: [https://news.hada.io/topic/16864.md](https://news.hada.io/topic/16864.md)
- Type: GN+
- Author: [neo](https://news.hada.io/@neo)
- Published: 2024-09-21T09:41:47+09:00
- Updated: 2024-09-21T09:41:47+09:00
- Original source: [github.com/cupy](https://github.com/cupy/cupy)
- Points: 11
- Comments: 0

## Summary

CuPy는 GPU 가속 컴퓨팅을 위해 NumPy와 SciPy를 대체할 수 있는 배열 라이브러리로, 기존 코드를 NVIDIA CUDA 또는 AMD ROCm 플랫폼에서 실행할 수 있게 해줍니다. 또한, 저수준의 CUDA 기능에도 접근할 수 있어 성능 최적화를 위해 Streams를 사용하거나 CUDA Runtime API를 직접 호출할 수 있습니다. GPU를 활용한 고성능 컴퓨팅이 필요한 사용자들에게 매우 유용한 도구입니다.

## Topic Body

- "NumPy & SciPy for GPU"  
- GPU 가속 컴퓨팅을 위한 NumPy/SciPy 호환 배열 라이브러리  
- 기존의 NumPy/SciPy 코드를 NVIDIA CUDA 또는 AMD ROCm 플랫폼에서 실행할 수 있도록 대체  
- 저수준의 CUDA 기능에도 접근 가능  
  - `ndarray`를 기존의 CUDA C/C++ 프로그램에 전달하거나, 성능을 위해 Streams를 사용하거나, CUDA Runtime API를 직접 호출할 수 있음

## Comments



_No public comments on this page._
