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
Original issue reported on code.google.com by
gregory....@gatech.edu
on 15 Jul 2009 at 4:01