Re: PerfStudio 3.0 with 3DMark11/3DMark ?
Hi TonyOn dragging an exe file onto the correct server, I am not able to choose any API since DX is not showing up in the list. Perfstudio is working correctly with OpenGL workloads but not with DX...
View ArticleBenchMarking CLFFT
Hi, I am trying to benchmark clamdfft on AMD radeon 7470M. Kindly comment on the method of benchmarking. I call the FFT kernel like this, with event as cl_event. err =...
View ArticleRe: OpenCL™ 2.0 Preview
I'm a little confused about SVM, how is it different than using an old style buffer with host memory pointer? In my experience changes to this kind of memory is just as visible between the CPU and GPU,...
View ArticleRe: OpenCL™ 2.0 Preview
Thanks for the feedback. While we cannot give the source for OpenCL 1.2, you can always write that and test yourself easily. However, the main point is the fact that real penalty is in translation of...
View ArticleRe: Re: DirectGMA Documentation
Hi Sean, I attached you the OpenCL extension specification for DirectGMA and some sample code that shows how to use the extension. The sample does a GPU to GPU copy using DirectGMA. To run it you will...
View ArticleRe: Exception calling clBuildProgram on my kernel
Hi Aaron,We really do appreciate you for posting the reproducible code. If we ask you to check something doesn't mean that we're not testing or not willing to test your code. Sometimes few more inputs...
View ArticleRe: Exception calling clBuildProgram on my kernel
Hi Dipak, Thanks for your reply, and I am sorry for my outburst. I am at a critical point in my kernel development, and really need to able to compilethis code for my card. I would appreciate your...
View ArticleRe: Exception calling clBuildProgram on my kernel
Hi Aaron,We do understand your situation. We'll definitely keep you updated about the progress. Regards,
View ArticleRe: Exception calling clBuildProgram on my kernel
I rolled back to Catalyst 14.8 WHQL, and the kernel will compile. Unfortunately, when the kernel runs, it completely freezes my system,requiring a reboot. Happens each time the kernel runs. The kernel...
View ArticleRe: OpenCL™ 2.0 Preview
Perhaps in the table you could explicitly label what the OpenCL 1.2 timings actually are, i.e. kernel execution time, data structure translation time, transfer times. As they stand it's just implied by...
View ArticleRe: OpenCL™ 2.0 Preview
My takeaways were:a) The inner structure pointers are valid across devices.b) Creating memory that can be mapped in a zero copy way is now simple and explicit rather than fiddly trying to get your...
View ArticleRe: List of platforms supported by OpenCL 2.0 driver
Any plans to offer support on other models, or do hardware limitations of older GPUs (I have a HD 7870) prevent this? I was hoping to wait for the next process shrink (20 nm?), before upgrading.
View ArticleRe: Exception calling clBuildProgram on my kernel
Its hard to suggest anything from here. I've already filed an internal bug report against this compilation issue. However, it may take sometime to resolve. Meanwhile if you want you can share (may send...
View ArticleRe: Exception calling clBuildProgram on my kernel
Thanks, Dipak. This is an open source project, would you be able to run this on windows with HD7700 card? With 14.8 driver?If it doesn't crash for you, it will help me isolate the problem....
View ArticleRe: OpenCL™ 2.0 Preview
Hi, I have two questions: QUESTION1. My system is A10-7800. Is it supported by the OpenCL 2.0 ? Apparently after installation of the driver I see the following output of clinfo: Number of platforms:...
View ArticleclBuildProgram segmentation fault (SEGV) with uninitialized pointer
This is possibly a bug report. clBuildProgram() crashes instead of reporting an error when accessing index get_global_id() of an uninitialized pointer. Here is a minimal example in C++: #define...
View ArticleAMD SKY Development
Hello, I was reading the information about the AMD SKY cards:http://www.amd.com/en-us/innovations/software-technologies/firepro-graphics/sky#overview Where can I download the AMD RapidFire SDK? I've...
View ArticleCompletely wrong results of sgemm & dgemm with ACML 6.0.6 on Intel CPUs?
Hello everybody, while trying to check the performance of my computer's GPU (Pitcairn)I noticed that even when submitting the calculation to host cpu as defaultresults in completely wrong results of...
View ArticleGL Shader compiler crash
So, even after a year of reporting that my Instance Tesselation shader is crashing on AMD hardware, it's still not fixed, so this time I arranged a binary that can reproduce the crash. Actually on 14.9...
View Article