Skip to content

Commit

Permalink
WAR
Browse files Browse the repository at this point in the history
  • Loading branch information
jjsjann123 committed Dec 16, 2024
1 parent 44d8b55 commit cb4db6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/python/test_rope.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,4 +360,5 @@ def fwd_call(inp):
output += outputs[i]

benchmark_fn = with_executor(executor, fwd_call)
run_benchmark(benchmark, unary_bwd_torch, [output, grad()])
# FIXME fix the bytes computation!
run_benchmark(benchmark, unary_bwd_torch, [output, grad()], iobytes=10)

0 comments on commit cb4db6b

Please sign in to comment.