Quantcast
Channel: AMD Developer Forums: Message List
Browsing all 4104 articles
Browse latest View live

Could not debug kernel error Teapot sample

Kaveri APUWindows 7 UltimateVisualStudio 2012 professionalAMD APP SDK v2.9CodeXL v1.4 (complete installation) 1. Load Teapot Sample2. Execute sample3. Pause4. Set a breakpoint into the kernel, e.g....

View Article


Re: printf doesn't work for first group

Well, I don't really know how they implement printf in their driver, but I think that this is done with what is called Append/Consume Buffer in Direct3D11 (I don't think that there is a name for that...

View Article


OpenCL GPU compiler crash

Hi, I am working on a kernel that find intersections between ray and a triangle list, but (there is always a "but" ) i got some trouble using my opencl compiler indeed it crashes when I try to compile...

View Article

Image may be NSFW.
Clik here to view.

Re: AMD Catalyst: Issues with Garry's Mod

Do you have access to windows? If so, a bit more details on the system would be useful.  How much memory is built into your video card? This information is available under the catalyst control center...

View Article

Re: OpenCL Kernel produces wrong output in HSA mode

Hi tsellek, I'm currently working on a windows 8.1 OS and your purposed drivers are for Linux. So I can't test these right now.But if I have the opportunity to test these drivers, I will post the...

View Article


Re: OpenCL GPU compiler crash

You don't need the two underscores anymore. Drop them for improved readability.You don't need private, it's default.You should NOT define your own struct to replace vec3. This only makes the compiler...

View Article

Re: Can someone explain to me GPRs on Tahiti?

I'm not very at home with series 5000... but it is my understanding it was/is VLIW5.Registers there are 5D to my understanding, so they are more akin to 35 registers in GCN.VGPRs are not vector...

View Article

Re: Extension for parallel primitives

Hi Damien,Thanks for your suggestion. We do understand the usefulness of parallel primitives. As OpenCL becomes more and more popular, hope that many parallel primitives and basic algorithms (e.g....

View Article


Re: OpenCL GPU compiler crash

Hi,Thanks for reporting this. I notice that if I change "__global const TTriangle* pTriangleListe" by "const TTriangle* pTriangleListe" it compiles but it is not the code i wantDon't understand how...

View Article


Re: printf doesn't work for first group

Thanks for reporting. I'll try to reproduce it and let you know my findings. Regards,

View Article

Re: clBuildProgram failed

Hi,The "HelloWorld.cpp" file in the above zip is empty. Please post the correct one. Also, please let us know your system setup like hardware, APP SDK, driver, OS etc. Regards,

View Article

Re: Re: OpenCL GPU compiler crash

The kernel code make crash compiler, I use CodeXL compiler and it crashes (my program crashes also). It's difficult for me to give you the "host" code because my firm isn't agree.But maxdz8is right,...

View Article

Re: OpenCL Kernel produces wrong output in HSA mode

Note to self: next time, read the whole message. Sorry about that. I'll look into this issue.

View Article


Image may be NSFW.
Clik here to view.

Visual Studio 2012 can't find the opencl header files.

My environment variable for the AMD APP SDK: AMDAPPSDKROOTC:\Program Files (x86)\AMD APP SDK\2.9\ In visual studio, I include additional directories by$(AMDAPPSDKROOT)\include; Which I then include the...

View Article

Re: clBuildProgram segmentation fault

Now our compiler behaves similar to other compilers, i.e., giving you error message instead of segmentation fault at later stage. Thanks!

View Article


disable screen blanking when screen turns off and on

I have a W9000 running on an Ubuntu 12.04 server. There are six displays connected via display port. When I turn off one display off everything continues to work on the other displays, but when I turn...

View Article

Re: printf doesn't work for first group

I was wondering about some relevant information regarding your system. What is the CPU your using?Is the copy of Windows 32-bit or 64-bit? Also, if windows is 64-bit is the program 32-bit or...

View Article


Re: How to instal OpenCL for Windows XP

APP SDK officially doesn't support Windows XP. Please use Windows 7 or later version.

View Article

Disappointing real-time performance OpenCL and HSA

Hi All, We have build an test application where we use OpenCL in combination with an AMD A10-7850K APU. The platform is Linux based and the uses a Ubuntu 11.04 distribution with an Xenomai 2.6 patch....

View Article

Re: gcc 4.8.2 (rhel 7) regresses R with ACML (5.3.1, 6.0) ?

hi,yes, I have a such a setup on rhel (to be specific Scientific Linux) 6.5 with gcc 4.7.2 and compilation runs find and resulted binaries perform quite well.but!! there is more immediate problem! I've...

View Article
Browsing all 4104 articles
Browse latest View live