We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8751fe2 commit 2adbc6eCopy full SHA for 2adbc6e
README.md
@@ -2,14 +2,15 @@
2
3
A GPU benchmarking project using **OpenCL** and **C++** with **Python** automation.
4
Demonstrates low-level GPU programming, kernel execution, and automation for performance testing.
5
+CI/CD test automation using GitHub actions for both **Windows** (build only) and **Linux** (build & execute).
6
7
## Requirements
8
9
- **C++ compiler** supporting C++17 (MSVC, GCC, Clang)
10
- **CMake** ≥ 3.10
11
- **OpenCL SDK** (AMD, NVIDIA, Intel, or generic)
12
- **Python** 3.x (for automation scripts)
-- **Windows** 11
13
+- **Windows** 11 OR **Linux**
14
15
## Building and Running
16
0 commit comments