OpenCL checks: Add check for the need to clFlush kernel cmds

This commit is contained in:
2025-11-12 12:29:19 -04:00
parent a52685fbdf
commit f58f908366
3 changed files with 306 additions and 1 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ int main() {
// --------------------
// Run a few iterations
for (int iter = 0; iter < 5; ++iter) {
for (int iter = 0; iter < 10; ++iter) {
cl_event evt;
auto t0 = std::chrono::high_resolution_clock::now();