From 3680049029e6a193eae069596be04ce0fb2b1303 Mon Sep 17 00:00:00 2001
From: admin <weikou2014>
Date: 星期六, 05 十一月 2022 17:19:55 +0800
Subject: [PATCH] '增加l2稳定性'

---
 ConsoleApplication/kernel.cl |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ConsoleApplication/kernel.cl b/ConsoleApplication/kernel.cl
index 8003d3b..1d21d40 100644
--- a/ConsoleApplication/kernel.cl
+++ b/ConsoleApplication/kernel.cl
@@ -2740,6 +2740,7 @@
 		unsigned char G = imgs[start + 1];
 		unsigned char B = imgs[start + 2];
 		result[index] = (76 * R + 150 * G + 30 * B) >> 8;
+		//printf("%d\n", index);
 	}
 }
 

--
Gitblit v1.8.0