From d045c0f62a837bd741cf47d4ee6d6f0f72cfab72 Mon Sep 17 00:00:00 2001 From: Gabriele Gristina Date: Wed, 31 Jul 2019 15:21:03 +0200 Subject: [PATCH] fix bug in 21000 a3 kernel --- OpenCL/m21000_a3-pure.cl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenCL/m21000_a3-pure.cl b/OpenCL/m21000_a3-pure.cl index 7ff68d9cb..87c56c54f 100644 --- a/OpenCL/m21000_a3-pure.cl +++ b/OpenCL/m21000_a3-pure.cl @@ -60,7 +60,7 @@ KERNEL_FQ void m21000_mxx (KERN_ATTR_VECTOR ()) sha512_final_vector (&ctx0); - sha512_ctx_t ctx; + sha512_ctx_vector_t ctx; sha512_init_vector (&ctx); @@ -154,7 +154,7 @@ KERNEL_FQ void m21000_sxx (KERN_ATTR_VECTOR ()) sha512_final_vector (&ctx0); - sha512_ctx_t ctx; + sha512_ctx_vector_t ctx; sha512_init_vector (&ctx);