diff --git a/README.md b/README.md index 7405056..e91a317 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The application is designed to make adding kernels and parallelization strategie - **Kernel Execution**: Kernels such as **STREAM TRIAD** and **DAXPY** are implemented, and their execution can be timed and compared across different parallelization strategies. ## Project Structure - +``` . ├── bin/ # Compiled executable ├── include/ # Header files @@ -25,7 +25,7 @@ The application is designed to make adding kernels and parallelization strategie │ ├── main.cpp # Main entry point for benchmarking ├── Makefile # Makefile to build the project └── README.md # Project documentation - +``` ## Requirements - C++20 or higher