fixed README
This commit is contained in:
parent
d53f0d883c
commit
25798bdda3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue