Foleosoft
/
QAnsel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1edd01
)
Sun Mar 3 01:18:19 AM EST 2024
author
miha-q
<>
Sun, 3 Mar 2024 06:18:19 +0000
(
01:18
-0500)
committer
miha-q
<>
Sun, 3 Mar 2024 06:18:19 +0000
(
01:18
-0500)
src/gpu/gpu.c
patch
|
blob
|
history
diff --git
a/src/gpu/gpu.c
b/src/gpu/gpu.c
index 1aec5413dccaabb68946cd632661a2ead8c98d2b..09c700ccb36da90572f200a4e0c7b306a6891b3b 100644
(file)
--- a/
src/gpu/gpu.c
+++ b/
src/gpu/gpu.c
@@
-158,7
+158,9
@@
void GPU_mmul(float* ptrR, float* ptrA, float* ptrB, size_t rowsA, size_t colsB,
}
//Setup kernel
+ printf("a\n");
cl_kernel kernel = clCreateKernel(program, "gpu_mmul", &err);
+ printf("b\n");
if (err != CL_SUCCESS)
{
fprintf(stderr, "GPU fatal error: clCreateKernel() failed.\n");