libgpuverify

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

commit 0dbbd2063953e715fb4b679f1c69243b34730e89
parent 8fe9341fccace908b5a268cab7ee8e8612ae7d28
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 18 Nov 2023 19:35:33 +0100

output EC

Diffstat:
Msource/rsa-test.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/rsa-test.c b/source/rsa-test.c @@ -169,7 +169,7 @@ int verify_with_opencl(DIGIT_T *bases, size_t *b_len, err = clGetDeviceIDs(NULL, gpu ? CL_DEVICE_TYPE_GPU : CL_DEVICE_TYPE_CPU, 1, &device_id, NULL); if (err != CL_SUCCESS) { - printf("Error: Failed to create a device group!\n"); + printf("Error: Failed to create a device group! (%d)\n", err); return EXIT_FAILURE; }