Skip to content

Commit 2adbc6e

Browse files
committed
update README
1 parent 8751fe2 commit 2adbc6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22

33
A GPU benchmarking project using **OpenCL** and **C++** with **Python** automation.
44
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).
56

67
## Requirements
78

89
- **C++ compiler** supporting C++17 (MSVC, GCC, Clang)
910
- **CMake** ≥ 3.10
1011
- **OpenCL SDK** (AMD, NVIDIA, Intel, or generic)
1112
- **Python** 3.x (for automation scripts)
12-
- **Windows** 11
13+
- **Windows** 11 OR **Linux**
1314

1415
## Building and Running
1516

0 commit comments

Comments
 (0)