About 996,000 results
Open links in new tab
  1. nvidia - What is CUDA like? What is it for? What are the benefits? And ...

    Jan 23, 2017 · CUDA brings together several things: Massively parallel hardware designed to run generic (non-graphic) code, with appropriate drivers for doing so. A programming language based on …

  2. Latest CUDA topics - NVIDIA Developer Forums

    2 days ago · CUDA Programming and Performance General discussion area for algorithms, optimizations, and approaches to GPU Computing with CUDA C, C++, Thrust, Fortran, Python …

  3. Current support for CUDA integration with C#? - CUDA Programming …

    Mar 15, 2025 · I’m a career software engineer but a novice to CUDA/GPU programming. This post may belong in another topic category (its own?) under CUDA Developer Tools, but I don’t see a way to …

  4. GPU Emulator for CUDA programming without the hardware

    Question: Is there an emulator for a Geforce card that would allow me to program and test CUDA without having the actual hardware? Info: I'm looking to speed up a few simulations of mine in CUDA, ...

  5. How did the CUDA experts get started with CUDA programming?

    Sep 25, 2023 · Usually, do people read the CUDA C Programming Guide reference manual from Nvidia completely to have a rough grasp of CUDA (to know what is available in the toolbox named CUDA), …

  6. CUDA Programming and Performance - NVIDIA Developer Forums

    May 27, 2024 · General discussion area for algorithms, optimizations, and approaches to GPU Computing with CUDA C, C++, Thrust, Fortran, Python (pyCUDA), etc.

  7. Explanation of CUDA C and C++ - Stack Overflow

    CUDA Fortran is a Fortran compiler with CUDA extensions, along with a host API. PyCUDA is more of a host API and convenience utilities, but kernels still have to be written in CUDA C++. "CUDA Python", …

  8. Preferred language for learning CUDA language concepts?

    Apr 19, 2013 · Would you rather learn CUDA programming concepts (threads, blocks, grids, streams, shared memory, and so on) in CUDA C/C++ or the newly released CUDA Python? You can read …

  9. How to run these sample multi-gpu programs - CUDA Programming …

    Jul 16, 2024 · I’d like to know how to compile and run them Information is given at that link. Particularly the requirements, building, and run sections. For example, to get started with building the mpi …

  10. CUDA Programming and Performance - NVIDIA Developer Forums

    Jan 23, 2024 · In CUDA C++ Programming Guide, Max cluster size is limited to 8 for some arch and 16 for h100; But is cluster size limited to 1, 2, 4, 8, 16? If cluster size set to 9, cluster_per_gpc will be 2, …