Skip to content
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

How to stop any error which would be print? #206

Open
c4-driod opened this issue Dec 28, 2022 · 1 comment
Open

How to stop any error which would be print? #206

c4-driod opened this issue Dec 28, 2022 · 1 comment

Comments

@c4-driod
Copy link

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?

@c4-driod
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant