Skip to content

Commit 787dfc7

Browse files
authored
Revise README for CPU/GPU benchmarking project
Updated project description to include CPU benchmarking and OpenMP.
1 parent c105a3b commit 787dfc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Simple GPU Benchmarking Project
1+
# Simple CPU/GPU Benchmarking Project
22

3-
A GPU benchmarking project using **OpenCL** and **C++** with **Python** automation.
3+
A CPU/GPU benchmarking project using **OpenCL**, **OpenMP**, and **C++** with **Python** automation.
44
Demonstrates low-level GPU programming, kernel execution, and automation for performance testing.
55
CI/CD test automation using GitHub actions for both **Windows** (build only) and **Linux** (build & execute).
66

@@ -9,6 +9,7 @@ CI/CD test automation using GitHub actions for both **Windows** (build only) and
99
- **C++ compiler** supporting C++17 (MSVC, GCC, Clang)
1010
- **CMake** ≥ 3.10
1111
- **OpenCL SDK** (AMD, NVIDIA, Intel, or generic)
12+
- **OpenMP** runtime library installed (e.g., libomp-dev on Linux)
1213
- **Python** 3.x (for automation scripts)
1314
- **Windows** 11 OR **Linux**
1415

0 commit comments

Comments
 (0)