xla icon indicating copy to clipboard operation
xla copied to clipboard

[XLA:GPU] Use cuGraphInstantiateWithParams to instantiate cuda graphs for better debug.

Open shawnwang18 opened this issue 6 months ago • 0 comments

This PR uses cuGraphInstantiateWithParms instead of cuGraphInstantiate to instantiate cuda graph executors, so current command_buffer_cmd_test and command_buffer_thunk_test should cover the changes in this PR.

shawnwang18 avatar Jul 31 '24 00:07 shawnwang18