Skip to content
Commit 525fc3ae authored by Karl Rupp's avatar Karl Rupp
Browse files

SpGEMM: Fixed missing barrier in OpenCL kernels.

The current kernels only worked for true lock-step execution.
On the CPU, where each work group is executed by a few threads,
an additional barrier is required for a correct execution.
Should also fix problems on some NVIDIA GPUs.
parent 54474134
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment