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.
|
- **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
|
||||||
|
|
Loading…
Reference in New Issue