xla
xla copied to clipboard
[XLA:GPU] Use cuGraphInstantiateWithParams to instantiate cuda graphs for better debug.
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.