We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
my opencl program always output to 1000 errors. But the result were not wrong. How should I stop the errors from printing to standard error?
The text was updated successfully, but these errors were encountered:
Errors were like this:
Invalid read of size 4 at global memory address 0x100000000bc24 Kernel: compute_abundance Entity: Global(80,0,0) Local(0,0,0) Group(80,0,0) %3 = load float, float addrspace(1)* %arrayidx2, align 4, !dbg !115, !tbaa !117 At line 64 (column 6) of input.cl: (source not available) Oclgrind: 1000 errors generated - suppressing further errors
Sorry, something went wrong.
No branches or pull requests
my opencl program always output to 1000 errors. But the result were not wrong.
How should I stop the errors from printing to standard error?
The text was updated successfully, but these errors were encountered: