Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test for mu cuda class #37

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 9, 2017

  1. CMake example.

    Robert Maynard committed Jun 9, 2017
    1 Configuration menu
    Copy the full SHA
    030fb1a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2017

  1. Extend cmake example

    Robert Maynard committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    77d0dc5 View commit details
    Browse the repository at this point in the history
  2. Add a C++ file to the CMake example.

    Robert Maynard committed Jul 13, 2017
    Configuration menu
    Copy the full SHA
    3a39a44 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2017

  1. Add cmake ptx example showing building and conversion to C header.

    The cmake_ptx example shows the conversion of multiple .cu files into ptx files.
    Once we have all the ptx files, we convert them into a C header using bin2c
    for embedding into an application.
    
    Lastly we show how you can also tell CMake to install ptx files, so that
    projects can distribute ptx files.
    Robert Maynard committed Jul 28, 2017
    Configuration menu
    Copy the full SHA
    e91effd View commit details
    Browse the repository at this point in the history