gtcasl / gpuocelot

GPUOCelot: A dynamic compilation framework for PTX
http://gpuocelot.gatech.edu/
BSD 3-Clause "New" or "Revised" License
280 stars 69 forks source link

Add External Trace Generator API #12

Closed jwang323 closed 9 years ago

jwang323 commented 9 years ago

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 commented 9 years ago

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

This is implemented in 0.4.74

Status: Fixed