Git Product home page Git Product logo

cuda_example's Introduction

cuda_example

Credit: Mark Harris - NVIDIA Corporation

Description: A simple kernel which adds two vectors (1D arrays) with the GPU. This is a good example showing off memory allocation and movement use the CUDA C runtime API, while using a very simple kernel function. There are many variations you can use on this example, including using the Thrust library to handle memory allocation and movement instead of cudaMalloc and cudaMemcpy explicitly.

Files: Exercise: exercise.cu - one version of a hands-on lab exercise Answer: answer.cu - the solution to the presented exercise

Compile: Using the NVIDIA C Compiler nvcc -o vectoradd answer.cu

Flow:

  1. After having introduced the concepts of cudaMemcpy, cudaMalloc and block and threads, have the students modify the code in exercise.cu to make it compile and do the correct work on the GPU.

References: None

cuda_example's People

Contributors

iynaur avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.