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

Re: clBuildProgram crashes on simple kernel

Dipak,Please read the original post. I run clBuildProgram, and I have the following exception: Unhandled exception at 0x000007FEE0486278 (amdocl64.dll) in opj_compress.exe: 0xC0000005: Access violation...

View Article


Re: Problem with w600 on 6 screen

Hi Yau, These forums are for software developer questions.  You should post your questions here: AMD Support and Game Forums - AMD FirePro™ Graphics Best regards, Bob

View Article


Re: Re: Kernel fail with other than en_US locale

Hi Nou, I'm able to reproduce the issue under Ubuntu 12.04.1  LTS with locale "sk_SK.UTF8.Please find the attachment for setup details and IL/ISA files. I'll file an internal bug report and keep you...

View Article

Re: clBuildProgram crashes on simple kernel

Yup. I can reproduce the crash.When run against the top of tree RTL, this error is given: "<file>", line 11: error: bad argument type to opencl image op: expected write_only image type...

View Article

Re: clBuildProgram crashes on simple kernel

Thank you, Roland!!

View Article


Re: Blender Cycles(Opencl on AMD GPUS)

[...The update release has shifted to mid-July but I'll provide a further release update as we get nearer to that date.] So, any further release update?

View Article

Image may be NSFW.
Clik here to view.

Re: Re: Kernel fail with other than en_US locale

no I didn't have chance to check on Windows. But I am glad that you managed to reproduce it.

View Article

warning,version 410 is not yet complete

I had code a vertexshader. Then I use it on an AMD card,but it didn't work. I can't find what's wrong with the vertexshader. So I run it on a NVIDIA card and it work well. Then I compile it through...

View Article


Re: ACML 6 example segfaults

HI Vigo~ Since you are using an Nvidia device, did you create your own device directory underneath /lib/resources?  What did you call it?  From your strace, I can see that it crashes right after we...

View Article


Re: ACML 6 example segfaults

Hello,I have the same problems reported by vigo. I have opencl installed and nvidia graphics card (gtx 850m)I find a "solution" for the examples. I just renamed the sub-directory "resource" inside the...

View Article

Re: ACML 6 Static .a libraries missing for Linux

ACML 6 introduces many new dependent dynamic libraries (acml_bridge, clBLAS, clFFT, acml_script); the ACML backend is going through major changes right now, although we are doing our best to make sure...

View Article

Re: Transfer rate question

Hi Semir,  I found it in C:\Users\<etc>\AMD APP SDK\2.9\samples\opencl\cpp_cl\AsyncDataTransfer  I got the AMD APP SDK from...

View Article

Re: Transfer rate question

Ah! Thank you!I only checked the C codes so I missed it.

View Article


Re: how to get the quantity of drawn triangles or points in OpenGL?

With PerfStudio2, in the Frame Profile, you can use the Per-Draw Data counters. Under PrimitiveAssembly, you have PrimitivesIn, CulledPrims and ClippedPrims. If you profile with those counters...

View Article

glCompressedTexImage2D returns GL_OUT_OF_MEMORY

Hi guys, Recently I am testing firepro W9100 and it has 16G memory. But when I tried to load bunches of textures (each with 16384x8192 but compressed with GL_COMPRESSED_RGB_S3TC_DXT1_EXT),it failed...

View Article


Re: ACML 6 example segfaults

What compiler were you using?

View Article

Image may be NSFW.
Clik here to view.

monitoring GPU load, temperature programatically

Hi, I'm using OpenCL in computer vision applications and because of the context of unmanned vehicles, I need to monitor the GPU load and temperature.  There is a way to do this with amdconfig --dc...

View Article


Re: why the gl_ClipDistance[] doesn't work?

ionutcava 撰写: Try to size the gl_ClipDistance array in the shader and see if that solves it. (e.g. "out float gl_ClipDistance[6]"). Did you solve your problem by this? I tried,but it didn't work.

View Article

Re: monitoring GPU load, temperature programatically

I know that amdconfig complains if there is no xorg.conf file. You have to run amdconfig --intial first. You could try make your own monitoring utility with AMD ADL.

View Article

GLSL compiler error: type mismatch for mix as select

Driver Packaging Version: 14.10.1006-140417a-171099CCatalyst Version: 14.4 Code:uvec4 func( ){    return mix( uvec4(0), uvec4(1), bvec4(true) ) ;} Error:error(#247) Function return does not match...

View Article
Browsing all 4104 articles
Browse latest View live