NVIDIA / trt-samples-for-hackathon-cn

Simple samples for TensorRT programming
Apache License 2.0
1.47k stars 337 forks source link

How to use enqueV3 function in cuda graph,would you give me a demo? #64

Open lvzhe opened 1 year ago

lvzhe commented 1 year ago

I used enqueueV3 function in cuda graph, but the error occured when capturing cuda graph for cuda stream,so I want to be given a demo to show how to use enqueueV3 in cuda graph.Thank you.

wili-65535 commented 1 year ago

Thank you for coming up with this! Now the example of CUDA graph using enqueueV3 is ready in 09-Advance/CudaGraph.