Scan kernel warning #566
Unanswered
yves-surrel
asked this question in
Q&A
Replies: 2 comments 5 replies
-
Thanks for reporting this. Unfortunately, I don't seem to have access to a CL implementation that reports these, so I wouldn't be able to effectively fix these. I use pocl most days, and I went as far as their options processing to see if this could be fixed: I also tried passing |
Beta Was this translation helpful? Give feedback.
4 replies
-
Glad to confirm that
in |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Simple scan kernel from the doc:
This works OK. If I switch to one of my my GPUs (MacBookPro) by
os.environ['PYOPENCL_CTX'] = ':1'
oros.environ['PYOPENCL_CTX'] = ':2'
, I get a host of warnings:Beta Was this translation helpful? Give feedback.
All reactions