From 6e22e59b00ca22477d05eb75e160b97d6b12217d Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Mon, 29 Jun 2020 08:29:51 -0700 Subject: [PATCH] update README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index efc4877b..e4f27ad7 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,22 @@ Specifications Directory structure ------------------- -- /benchmark: containts test benchmarks +- benchmarks: OpenCL and RISC-V benchmarks -- /docs: contains documentation. +- docs: documentation. -- /hw: constains hardware sources. +- hw: hardware sources. -- /driver: contains the driver software. +- driver: driver software. -- /runtime: contains the runtime software for kernels. +- runtime: runtime software for kernels. -- /simX: contains a cycle-approximate simulator for Vortex. +- simX: Vortex cycle-approximate simulator. -- /evaluation: contains the synthesis/perf reports. +- evaluation: synthesis and performance data. -Basic Instructions to run OpenCL Benchmarks on Vortex ------------------------------------------------------ +Basic Installation +------------------ Install development tools @@ -66,8 +66,8 @@ Install Vortex $ cd Vortex $ make -Run SGEMM OpenCL Benchmark +Quick Test running SGEMM kernel - $ cd Vortex/benchmarks/opencl/sgemm + $ cd /Vortex/benchmarks/opencl/sgemm $ make $ make run