File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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.
44Demonstrates low-level GPU programming, kernel execution, and automation for performance testing.
55CI/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
You can’t perform that action at this time.
0 commit comments