raxtechbits / gpuocelot

Automatically exported from code.google.com/p/gpuocelot
0 stars 0 forks source link

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

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago

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