Re: Some Unity3D games don't run (Shadowrun Returns, Surgeon Simulator...)
similar problem: Bridge Constructor. Rust.Updated to Catalyst 14.3 beta V1.0 on Arch Linux 64bit.
View ArticleRe: Values on Radeon HD 7520G running less than optimum performance
Hi,We will pass this to our HW team and see if they can provide an answer to it.Thanks,AMD_Support
View ArticleRe: Silent __private memory size limit?
Hi Martin,We wrote a kernel with each work item having private buffer of size 22K and the kernel iterated 1000 times. The kernel is working fine on our side. Could you share your code (or better still,...
View ArticleDifferent working directory and execuatable path not possible
Hello,I want to run an executable in a path that differs from the working directory but CodeXL prevents that! Assume the working directory is /home/user/myProj and the executable path is...
View ArticleIssues testing HSA driver
Hello, I am trying to make CPU and GPU synchronize via HSA using a shared variable in a A10 - 7850, so I tried to modify the examples provided with the HSA driver. This is my kernel code: #pragma...
View ArticleRe: Cannot access both AMD and Intel GPU devices
Sister thread at Intel forum Can't use intel GPU with OpenCL while AMD HD8790M is installed (where is suggested to ask here at the AMD forum.)
View ArticleRe: Silent __private memory size limit?
Hi, we have been doing some simple math here (which we probably should have done before). The kernel was tested on R9 290X, so I assume that there can be up to 112640 work items running in parallel (44...
View ArticleRe: AMD Catalyst 13.4 - 14.3 - GL_ARB_multi_draw_indirect BUG
Hi, This may be a known where, in compatibility profiles where the indirect commands are located in system memory, the base instance is not propagated to the GPU. If this is the case, please try...
View ArticleRe: Values on Radeon HD 7520G running less than optimum performance
Thank you, it's been a ongoing situation for 2 months now, ever since I bought the laptop.I tried to contact HP support via Internet and then I was told to call but my warrenty was expired and they...
View ArticleRe: Re: AMD FirePro D.O.P.P API - Where to Find Detailed Document
Two things regarding DOPP: 1: DOPP is not enabled per default in current driver builds. You can enable it using the attached tool. Please run it as administrator and reboot.2: The W600 is not yet...
View ArticleRe: 4x r9-280x/sky700 6GB cards memory allocation issue
The latest drivers 13.251.1 fixed the problem on the Sky 700 cards.
View ArticleRe: Silent __private memory size limit?
I think you can test this theory by running only 44*64 workitems. so it should run allocate only 50MB of private memory.
View ArticleRe: How branch affect the work-items in one wavefront
Hi Acekiller, How quarter wave-fronts are actually scheduled is not known, but what is true is that one wave-front (of 64 threads) will always execute in one lock-step, as if they have an implicit...
View ArticleRe: Issues testing HSA driver
I solved the first issue myself: Due to the weak consistency memory model, accesses to counter caused an unexpected behavior.It was fixed by using a mem_fence: counter = (counter + 1) % 10...
View ArticleHow branch affect the work-items in one wavefront
In OpenCL, a wavefront containing 64 work-items is scheduled each time. As all work-items work in lock-step manner, so even one work-item is delayed (encounter cache miss or else), then all other...
View ArticleRe: How branch affect the work-items in one wavefront
Hi, On GCN there are 3 kinds of tasks to wait for:- Vector <- memory- Export (memory or GDS)- LDS, GDS, Constant reads (and Messages) Every category has a counter.When you issue a command which is...
View ArticleRe: Segmentation fault with connection through ssh X forwarding
Hello,There is no log file in /tmp . All I see is the following right when launching CodeXL. /opt/CodeXL/1.3.3487/bin/CodeXL/opt/CodeXL/1.3.3487/bin/CodeXL: line 41: 22749 Segmentation fault (core...
View ArticleRe: AMD Catalyst 13.4 - 14.3 - GL_ARB_multi_draw_indirect BUG
Yes, this method works. Thanks for an advice.
View ArticleGLSL compiler bug (possibly) using 13.12 / 14.3
I currently get a very uninformative compilation error when trying to compile a shader. It's automatically generated and contains a bit of unnecessary stuff, so bare with me . #version 430 subroutine...
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
Big question firepro driver is compiled just as catalyst?. From now all we know is that in beta firepro new OpenCL drivers will come to blender cycles. What we ask is if will come equally in catalyts...
View Article