libgpuverify

Signature verification on GPUs (WiP)
Log | Files | Refs | README | LICENSE

commit 99f31f982937ba811e691fcd5d1aafccfa71644f
parent ec25655795cdada3af0cf4dd406326874147ed43
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Nov 2023 20:15:49 +0100

make cl available in local dir for testing (fix)

Diffstat:
Dother/verify.cl | 2--
Asource/verify.cl | 2++
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/other/verify.cl b/other/verify.cl @@ -1 +0,0 @@ -../xcode/verify.cl -\ No newline at end of file diff --git a/source/verify.cl b/source/verify.cl @@ -0,0 +1 @@ +../xcode/verify.cl +\ No newline at end of file