fixed README

This commit is contained in:
Patrick Lipka 2024-12-13 00:34:53 +01:00
parent d53f0d883c
commit 25798bdda3
1 changed files with 2 additions and 2 deletions

View File

@ -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. - **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 ## Project Structure
```
. .
├── bin/ # Compiled executable ├── bin/ # Compiled executable
├── include/ # Header files ├── 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 │ ├── main.cpp # Main entry point for benchmarking
├── Makefile # Makefile to build the project ├── Makefile # Makefile to build the project
└── README.md # Project documentation └── README.md # Project documentation
```
## Requirements ## Requirements
- C++20 or higher - C++20 or higher