jiffyrune / gpuocelot

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

Add External Trace Generator API #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the New Feature:
There should be a high level API call available to CUDA programs that
specifies a trace generator to be attached to the next launched kernel.

For example:

{{{
BranchTraceGenerator generator;
ocelotAddTraceGenerator( generator );
somekernel<<< ctas, threads, memory >>>(parameter);
}}}

Which milestone does the feature belong to?
0.5.0

Which branch does the new feature go in?
Trunk

Original issue reported on code.google.com by gregory....@gatech.edu on 15 Jul 2009 at 4:01

GoogleCodeExporter commented 9 years ago
This is implemented in 0.4.74

Original comment by gregory....@gatech.edu on 24 Jul 2009 at 9:51