Re: how to get the quantity of drawn triangles or points in OpenGL?
I have tried the PerfStudio2. After I connected it to my application,the Frame Debugger button and the Frame Profiler button is grey and can't be use. So I guess I should try Intel's Graphics...
View ArticleDownside of using image vs global memory?
I have a kernel that processes RGB images. Currently, I take each channel one by one, and run the same kernel on that channelThe kernel input is a global memory buffer: data is moved in chunks from...
View ArticleRe: monitoring GPU load, temperature programatically
I would think there is an xorg file in existence already but unfortunately I won't have a chance to check on the machine for a few days. I did not know about AMD ADL. I downloaded it and tested the...
View ArticleRe: Hardware acceleration manager
I would agree with Омега. I have no idea who's fault it is, Google's or AMD's, but you are losing on it.
View ArticleRe: GLSL compiler error: type mismatch for mix as select
Hi Alex, Try changing uvec4 to vec4. The documentation for mix is here: https://www.opengl.org/sdk/docs/man/html/mix.xhtml According to the OpenGL documentation, genType can be float vec2 vec3 or vec4....
View ArticleRe: warning,version 410 is not yet complete
Hi, Could you post your shader code if possible? If not, I'm just guessing that maybe your shader is using code newer than shader version 410. Try increasing the shader version number in your shader...
View ArticleRe: False "The thread tried to access an array element that is out of bounds...
I have the same issue - Any news on this? System:- HD7850-Windows 7 x64-Tried with the latest drivers and also with the beta drivers Call-Stack (is always the same)0xffffffff() C / C++...
View ArticleRe: GLSL compiler error: type mismatch for mix as select
Thanks Tony. Ok, missed that. It is also in the QuickRef Card. Tu is for unsigned types.I was a bit tunnel visioned, because for relational functions, T also means Tu... Alex
View Article"My Digital Flat-Panels" not present in Catalyst Center
Windows 7 x64.AMD RADEON HD 5750 latest stable driver.My AMD Catalyst Control Center looks like in the image.How to enable "My Digital Flat-Panels" option?
View ArticleRe: OpenCL fails on restart after installing drivers
Hi,My apologies for this late reply.I discussed your problem with the team but this problem seems to be new for them. They haven't faced such earlier. Please try to install driver and APP SDK in...
View ArticleOpenCL 2.0 producer/consumer pattern example on Kaveri HSA Beta
Hi,The Kaveri OpenCL Programmer Guide.docx suggests that producer/consumer patterns are allowed, is it possible to have an example please?I'm running on the HSA Beta. What can be used as a semaphore...
View ArticleAcml v.5.3.1 and v.6 dgemm segmentation fault
Hello,I found a strange problem using these two versions on my development system (linux system with intel i7 4700hq (haswell))Segmentation fault occurred executing some examples programs based on...
View ArticleRe: Help for compiling modules for Fedora 19,20 and futures
It seems the answer is "no"
View ArticleRe: About HSA Linux kernel driver
gabbayo wrote: Hi,>> 3. Does AMD plan to support HSA feature for discrete GPU in the near future? Or just focuses on APU for now? We can't commit to specific development plans yet (so don't go...
View Articleclmath installation issue (Ubuntu 12.04)
Hi All, This happens after running $sudo make install: CMake Error at library/cmake_install.cmake:67 (FILE): file INSTALL cannot copy file...
View ArticleRe: OpenCL 2.0 producer/consumer pattern example on Kaveri HSA Beta
Good question Nick, It's not obvious is it.The "how" should be better explained since it's stated to be available in the Beta,But then the documentation kind of implies that it will work with Windows 7...
View ArticleHow to set ATI MPEG Video Encoder Properties?
Hi, I'm application developers.I set RADEON R280X to my pc, and install Catalyst 14.4.Open the GraphEdit, I saw ATI MPEG Video Encoder.Connect Filter Graph, Change Codec Properties MPEG2 to H.264, and...
View ArticleRe: Can't add breakpoints on OpenCL kernels (SIGPIPE)
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 ArticleVQ filters with Source Reader
Hello, An assertion failure is caused by calling IMFTransform::ProcessInput for a VQ MFT instance with a sample returned by IMFSourceReader::ReadSample.> Expression: m_pipeline.IsRuning()It seems...
View Article