"git@developer.sourcefind.cn:xdb4_94051/vllm.git" did not exist on "94b5edeb5384ea2a46533a11dd5938b2c859bf5c"
Commit adb2feee authored by Paul's avatar Paul
Browse files

Merge branch 'ck-gemm' of github.com:ROCmSoftwarePlatform/AMDMIGraphX into ck-gemm

parents 3087a7a6 5c17b757
...@@ -47,7 +47,7 @@ def benchmark_one(config, tuning): ...@@ -47,7 +47,7 @@ def benchmark_one(config, tuning):
def benchmark(config, size): def benchmark(config, size):
times = [benchmark_one(config, i) for i in range(size)] times = [benchmark_one(config, i) for i in range(size)]
return times.index(max(times)) return times.index(min(times))
def benchmark_log(f): def benchmark_log(f):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment