From dead295fae05d1618bc2f0830fed2439d60db609 Mon Sep 17 00:00:00 2001 From: xzgao Date: Fri, 29 Sep 2023 03:42:38 +0000 Subject: [PATCH] revise readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a2584..93441fe 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ We compared the performance of `CuTropicalGEMM.jl`, `GemmKernels.jl` and direct The performance of `Cublas` on normal GEMM is used as a reference. -![benchmark FP32](benchmark/benchmark.png) +![benchmark FP32](https://github.com/ArrogantGao/CuTropicalGEMM_benchmark/blob/main/plot/benchmark.png) ## Questions and Contributions