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
From gregory....@gatech.edu on July 15, 2009 12:01:06
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: http://code.google.com/p/gpuocelot/issues/detail?id=13