We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3cf453 commit 8d1bf96Copy full SHA for 8d1bf96
1 file changed
Ironwood/src/benchmark_utils.py
@@ -169,7 +169,9 @@ def multiple_iteration_timeit_from_trace(
169
170
result = compute_func(*data_args)
171
jax.block_until_ready(result)
172
- clear_jax_memory()
+
173
+ # Commenting it out as it's causing issues with GEMM
174
+ # clear_jax_memory()
175
trace = get_trace(tmp_trace_dir)
176
177
if trace_full_dir != tmp_trace_dir:
0 commit comments