-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error: work group size exceeds the maximum default — Win10 64bit #7
Comments
If you want to run it on Intel HD GPU, it may be good to find a way to set group size above 256, in particular 512. I expect there is some way to do that, e.g. by setting some environment variable. This depends on the openCL driver (Intel), I don't know it. But I really do need the 512 group size. I do not plan to reduce that, because it's important for fast running on AMD GPUs. |
Right now gpuOwl requires WG 512; closing as there's nothing I think I can do here, except looking up documentation from Intel on how to enable that. |
Sorry but I wasn't describing the issue clear enough: It does work on my integrated Intel GPU but it does not work on my AMD Radeon HD 7850 Graphics Card. The error log is from the AMD card (as it also states in the first few lines of the log!) |
Yes, sorry for my bad reading. IMO it's a driver issue. It does not accept, for some reason, a workgroup size of 512, which is needed by gpuOwl. I don't think there's much I can do to fix this in the program. OTOH I bet I saw an environment variable that was lifting this restriction (256) on some AMD driver, but I can't seem to find it now by web search, which is annoying. |
found it: GPU_MAX_WORKGROUP_SIZE So try running after an export like |
After hassling around with g++ I finally got the executable built but launching throws an error.
.\gpuowl.exe -device 0
It does seem to work on my Intel HD Graphics though (I had it run for 1 Minute because of experimenting with -device) but obviously I want to run it on a proper graphics card.
Could you help me to get your program to hunt for a prime?
The text was updated successfully, but these errors were encountered: