From 9bce9013ef2b8ac9998ac5de2ac79a6f87882074 Mon Sep 17 00:00:00 2001 From: septicmk Date: Mon, 19 Nov 2018 09:33:11 +0800 Subject: [PATCH] update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 20cced6..7ca7156 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

- +
- +
DOI
@@ -15,7 +15,7 @@ The fast optimization transition of GSWITCH is based on a machine learning model The model can be reused by news applications, or be retrained to adapt new architectures. In addition, GSWITCH provides succinct programming interface which hides all low-level tuning details. Developers can implements their graph application with high performance in just ~100 lines of code. -For more details, please visit our [website](https://jokopi.github.io/GSWITCH/). +For more details, please visit our [website](https://paa-ncic.github.io/GSWITCH/). ## Dependency @@ -101,7 +101,7 @@ run the with `./BFS soc-orkut.mtx --with-header --src=0 --device=0 --verbose`: ## Performance -please visit our [website](https://jokopi.github.io/GSWITCH/) +please visit our [website](https://paa-ncic.github.io/GSWITCH/) ## License All the libraryies, examples, and source codes of GSWITCH are released under [Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0).