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

Add a code generator for PTX and a GPU target #27

Closed
GoogleCodeExporter opened this issue Mar 7, 2016 · 1 comment
Closed

Add a code generator for PTX and a GPU target #27

GoogleCodeExporter opened this issue Mar 7, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Describe the New Feature:

We can already create a kernel of PTX instructions.  However, we do not
currently have a way of launching it on a GPU.  We need the following new
features:

1) A new executable kernel class that launches a PTX kernel on a GPU device
using the CUDA driver level api.
2) Additions to the Executive class to support detection of NVIDIA GPUs,
translation to executable GPU kernels, and memory allocation and copies
into the GPU address space.
3) Unit tests to make sure that this functionality works.

Which milestone does the feature belong to?
0.9.0


Which branch does the new feature go in?
Trunk

Original issue reported on code.google.com by gregory....@gatech.edu on 16 Sep 2009 at 9:48

@GoogleCodeExporter
Copy link
Author

Original comment by gregory....@gatech.edu on 18 Jan 2010 at 12:33

  • Changed state: Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants
@GoogleCodeExporter and others