Open tuanzhangCS opened 1 year ago
I found that because I didn't compile DeepRec with XLA. After I fix it, there will be cudaGraphLaunch in the graph when running. But sometimes the results are random error, why?
session run error or random results?
session run error or random results?
Random results.
System information
Describe the current behavior My usage is:
But I can't observe cudaGraph used in nsight system.
Describe the expected behavior Some sub graph can run by cuda Graph.
Are there any examples of using cuda Graph?