.CU 파일 확장자
CUDA Source Code File
| 개발사 | NVIDIA |
| 인기도 |
3.6 | 14 투표 |
CU 파일이란 무엇인가요?
Developer file written for CUDA, an NVIDIA architecture created for parallel processing on nVidia GPUs; contains source code written in the "C for CUDA" language, which is similar to the standard C language with a few CUDA-specific extensions.
추가 정보
CU files are called "kernels," which are processing units that can run in parallel on NVIDIA's CUDA-based GPUs. Kernels are compiled with nvcc, a compiler program included with the NVIDIA CUDA Toolkit.
참고: CUDA applications are often used in scientific or academic settings for large-scale computations. CUDA-based GPUs are also referred to as GPGPUs, which stands for General Purpose Graphical Processing Units.
CU 파일을 열거나 참조하는 프로그램
Windows