Re: False "The thread tried to access an array element that is out of bounds...
Hi, According to the call stack in your crash report, this is a known issue caused by the progression of the compiler in the newest AMD Radeon drivers. This issue will be fixed in the upcoming release...
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
I've the checked the previous release dates.The normal delivery time for drivers has been a week before the end of the month (around the 25th). If not, then it mostly skips one or two weeks to the...
View ArticleRe: OpenCL 2.0 producer/consumer pattern example on Kaveri HSA Beta
Hi, I have also found this message from a few months ago, which seems relevent here - I can't see an answer to it? From AMD Developer Forums : All Content - OpenCL 03/27/14--05:28: Issues testing...
View ArticleRe: render target content diff in Function Calls History?
Hi nilsk, CodeXL does not currently have such a feature - though it does supply a "Draw Step" command to allow stepping to each draw command in order and thus viewing each command's changes (it is the...
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
I am on vacation but tracking the flurry of activity surrounding this issue. There has been some good news and some not so good news thus far, which is the source of the recent flurry. The team is...
View ArticleglGetProgramResourceiv() not working in OpenGL 4.3 / 4.4
Dear AMD developers, I have recently come across a problem with the function mentioned above. After successfully compiling and linking my shaders I want to get the corresponding information to them....
View Articleconvert kernel from local memory to registers
I have a kernel that uses local memory to calculations.In order to make things faster, I would like to use registers instead. How do I go about doing this? Thanks!
View ArticleRe: Check if a recent driver is installed
Hi Dipak, No, my application only requires OpenCL 1.1. But it requires an OpenCl implementation without bugs. Let me rephrase my question: Is there an APP driver available for all AMD OpenCL1.1...
View ArticleRe: GCN ISA Assembler
Hi realhet, Thank you for your developing HetPas! Do you know how HetPas could be made to work with the Cat14.x drivers? As many users are updating their drivers, this incompatibility is becoming an...
View ArticleRe: Check if a recent driver is installed
IMHO this is not good approach. imagine that AMD change their version number and it broke your program. you should just tell users on support page to update their drivers to latest version.
View ArticleRe: ACML 6 example segfaults
Hi vigo & ssavecI have this fixed in internal builds; the problem was indeed that the installed cl runtime did not support v1.2, and we did not handle that case gracefully (at all). The easiest...
View ArticleW5000 and Archicad/Artlantis
Hi everyone, I'm a Brazilian Architect and recently buy a Sapphire W5000, but I'm having problems with the configuration. When I generate elevations in Archicad or some renders in Artlantis the Firepro...
View Articlecpu profiling under vmware hypervisor disabled
cpu profiling under vmware ESX 5 guest says "hypervisor disabled", why is this ? versions prior to 1.4 had cpu profiling enabled under vmware I thought, could you re-enable it ?
View ArticleAMD Hammerhead mainboard manual and drivers-utilities?
Hello, recently I was very lucky to acquire an AMD Hammerhead development mainboard (109-B05717-00B, Socket AM2 or AM2+, 790FX chipset). I would like to inquire whether someone of you could provide me...
View ArticleBuffer vs. Image performance
Can anyone comment on their experience using buffer/local memory as opposed to images ? It seems that the standard way of doing image convolution is to: 1) read from system memory into global buffer2)...
View ArticleRe: GCN ISA Assembler
Hi Bdot, You're welcome! I had checked what's with 14.6beta, and it turned out that the driver developers changed the way parameters (buffers) are passed to the kernel. It's improved and uses less...
View ArticleRe: Segmentation fault with CL_DEVICE_TYPE_CPU, but not CL_DEVICE_TYPE_GPU
We identified the issue and will email you the fix. Let us know whether the fix works.
View ArticleRead problem from device buffer in Zerocopy mode
I use a single buffer to store multiple values. At the last line of my openCL kernel I update one of these variables using an atmoic operation. Reading this variable in C after the end of kernel...
View ArticleRe: any samples for c# development
Is your application intended for Windows classic or Windows Store (Metro)?
View Article