Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add External Trace Generator API #12

Closed
jwang323 opened this issue Mar 29, 2015 · 1 comment
Closed

Add External Trace Generator API #12

jwang323 opened this issue Mar 29, 2015 · 1 comment

Comments

@jwang323
Copy link
Contributor

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

@jwang323
Copy link
Contributor Author

From gregory....@gatech.edu on July 24, 2009 14:51:40

This is implemented in 0.4.74

Status: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant