Commit ff92f4f2 authored by psychocrypt's avatar psychocrypt
Browse files

OpenCL: fix invalid work group size

OpenCl kernel using a larger work group size than configured by the
user to increase the occupancy. Depending on the algorithm and device
the size is limited.

This PR fixes that the user was able to select a invalid work group size.
parent b73401b7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment