Editing User talk:Masterzorag
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 8: | Line 8: | ||
Latest tested kernels: | Latest tested kernels: | ||
* 3.2. | * 3.2.28 works fine | ||
<pre> | <pre> | ||
# ./perlin | # ./perlin | ||
Line 26: | Line 26: | ||
When program runs something is going weird, e.g. in my program I'm used to query an OpenCL builtin function to tell me how many available SPEs there are, and its reply 8.<br /> | When program runs something is going weird, e.g. in my program I'm used to query an OpenCL builtin function to tell me how many available SPEs there are, and its reply 8.<br /> | ||
Using spu_base.enum_shared=1 parameter it should reply 7, so seems that the issue is OpenCL related. | Using spu_base.enum_shared=1 parameter it should reply 7, so seems that the issue is OpenCL related. | ||