We are writing a data processing application in .NET 4 and recently tried to deploy our application to a AMD 6174 (12 core) processor. Historically we have used Intel and everything has been fine. The
I have written a program that captures and displays video from three video cards. For every frame I spawn a thread that compresses the frame to Jpeg and then puts it in queue for writing to disk. I al
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th
I have a working ASP.NET application which uses memory extensively and recently I have planned to move to an AMD machine. 开发者_开发技巧Is there anything I should take care of (i.e libraries I use in
I know there is a 128MB limit for a single block 开发者_开发问答of GPU memory on AMD GPU\'s. Is there a similar limit on Nvidia GPU\'s?You can query this information at runtime using clGetDeviceInfo a
With some friends we 开发者_如何转开发want to use openCL. For this we look to buy a new computer, but we asked us the best between AMD and Intel for use of openCL. The graphics card will be a Nvidia a
Does Open64 has something equivalent to Intel Short Vector Math Li开发者_运维问答brary Operations.
I want to install IT++ with ACML I first installed ACML and then did: export LDFLAGS=$LDFLAGS:\"-L/opt/acml4.4.0/ifort32/lib\"
I have already looked for NUMA documentations for X86-64 processors, unfortunately I only found optimization documents for NUMA.
Bicubic interpolation is one of the common interpolation method, but I can not find any working implementation on OpenCL. I was decided to write bicubic interpolation on OpenCL myself, but ...