@@ -95,8 +95,8 @@ def testPGLEProfilerGetFDOProfileLarge(self):
9595 out_shardings = NamedSharding (mesh , PartitionSpec ('x' )),
9696 compiler_options = {
9797 'xla_gpu_enable_latency_hiding_scheduler' : 'True' ,
98- # TODO(patrios ): Remove this flag once b/376647494 is fixed.
99- 'xla_gpu_graph_min_graph_size ' : '100000 ' ,
98+ # TODO(b/37664749 ): Remove this flag once the bug is fixed.
99+ 'xla_gpu_enable_command_buffer ' : '' ,
100100 },
101101 )
102102 def f (x ):
@@ -133,8 +133,6 @@ def testAutoPgle(self):
133133 out_shardings = NamedSharding (mesh , PartitionSpec ('x' )),
134134 compiler_options = {
135135 'xla_gpu_enable_latency_hiding_scheduler' : 'True' ,
136- # TODO(patrios): Remove this flag once b/376647494 is fixed.
137- 'xla_gpu_graph_min_graph_size' : '100000' ,
138136 'xla_dump_to' : dump_dir ,
139137 'xla_gpu_experimental_dump_fdo_profiles' : 'True'
140138 },
@@ -217,8 +215,6 @@ def testAutoPgleWithPersistentCache(self):
217215 out_shardings = NamedSharding (mesh , PartitionSpec ('x' )),
218216 compiler_options = {
219217 'xla_gpu_enable_latency_hiding_scheduler' : 'True' ,
220- # TODO(patrios): Remove this flag once b/376647494 is fixed.
221- 'xla_gpu_graph_min_graph_size' : '100000' ,
222218 'xla_dump_to' : dump_dir ,
223219 'xla_gpu_experimental_dump_fdo_profiles' : 'True'
224220 },
0 commit comments