diff --git a/README.md b/README.md index 0a64500562a96623d951433723f39d74cf98c1a0..6d0798bb90180f0ad30841395c6ca887405e4af0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -#From Serial to Parallel: A simple training using the Martix-Vector multiplication algorithm +# From Serial to Parallel: A simple training using the Martix-Vector multiplication algorithm -##Directory layout(tree -d): +## Directory layout(tree -d): +``` Training ├── External_Functions ├── GPUs @@ -11,7 +12,7 @@ Training ├── Outputs │   └── Debug └── Serial - +``` Loader contains required modules for all makefiles. Create executables with 'make' in corresponding directories.