From cd3ca29f39c9adb6c978baf9f2064fc2e2274b25 Mon Sep 17 00:00:00 2001 From: Keren Zhou Date: Sun, 21 Apr 2024 23:45:59 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 042197f..3919b14 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Fasten is a library aimed at speeding up Heterogeneous Graph Neural Network (HGNN) workloads. The current version of Fasten focuses on improving segmented matrix multiplication, a critical operator in HGNNs. Fasten implements a simple interface, making it easy to integrate with existing graph library PyG with minimal changes. -Fasten achieved an average speedup of 5.71x and 2.46x in operator-wise benchmarks compared to CUTLASS and cuBLAS, respectively +Fasten achieved an average speedup of 13.65x and 4.72x in operator-wise benchmarks compared to CUTLASS and cuBLAS, respectively ### Fasten vs CUTLASS