About 1,020,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

    1 day 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 · I am new to learning CUDA. Most of the ways and techniques of CUDA programming are unknown to me. I am a self-learner. I have a very basic idea of how CUDA programs work. For …

  6. 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", …

  7. 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.

  8. Using Java with Nvidia GPUs (CUDA) - Stack Overflow

    Apr 2, 2020 · I'm working on a business project that is done in Java, and it needs huge computation power to compute business markets. Simple math, but with huge amount of data. We ordered some …

  9. Is it possible to run CUDA on AMD GPUs? - Stack Overflow

    6 You can't use CUDA for GPU Programming as CUDA is supported by NVIDIA devices only. If you want to learn GPU Computing I would suggest you to start CUDA and OpenCL simultaneously. That …

  10. Any online platform for practice CUDA? - CUDA Programming and ...

    Aug 8, 2023 · I am a new beginner for CUDA. I have installed CUDA tools, but I have found that there are many problems hasn’t been mentioned in doc. E.g. when using nvcc to compile .cu file, you need …