From d1e334d4ae4c745ddc603b8d5dd3ada48cc9ea38 Mon Sep 17 00:00:00 2001 From: promix Date: Thu, 3 Aug 2023 11:10:11 +0800 Subject: [PATCH] mark to do --- src/layer/vulkan/shader/softmax_reduce_max.comp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/layer/vulkan/shader/softmax_reduce_max.comp b/src/layer/vulkan/shader/softmax_reduce_max.comp index 68220154ec2..979abcf7c50 100644 --- a/src/layer/vulkan/shader/softmax_reduce_max.comp +++ b/src/layer/vulkan/shader/softmax_reduce_max.comp @@ -61,6 +61,7 @@ layout (push_constant) uniform parameter void main() { + //TODO:: int gx = int(gl_GlobalInvocationID.x); int gy = int(gl_GlobalInvocationID.y); int gz = int(gl_GlobalInvocationID.z);