.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