You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
gregory....@gatech.edu
on 16 Sep 2009 at 9:48The text was updated successfully, but these errors were encountered: