Skip to content

Commit

Permalink
[ROCm]: Disable hipgraph
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Batra committed Jul 30, 2024
1 parent 669a268 commit 7fcf7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xla/debug_options_flags.cc
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ DebugOptions DefaultDebugOptionsIgnoringFlags() {
// flag.
opts.set_xla_gpu_enable_cublaslt(false);

opts.add_xla_gpu_enable_command_buffer(DebugOptions::FUSION);
opts.add_xla_gpu_enable_command_buffer(DebugOptions::CUBLAS);
//opts.add_xla_gpu_enable_command_buffer(DebugOptions::FUSION);
//opts.add_xla_gpu_enable_command_buffer(DebugOptions::CUBLAS);
opts.set_xla_gpu_graph_num_runs_to_instantiate(-1);
opts.set_xla_gpu_enable_persistent_temp_buffers(false);
opts.set_xla_gpu_graph_min_graph_size(5);
Expand Down

0 comments on commit 7fcf7ef

Please sign in to comment.