Re: Architecture of AMD Radeon HD 6630M
Northern Islands, Vancouver are code names for whole family of chips. except Cayman chips they are all VLIW5 architecture. I recommend read AMD OpenCL programing guide where is the architecture...
View Article8970m and linux
Hello, I've just received my new laptop with 8970m. I try to install fglrx drivers (13.12) but they are not compatible. If I force install them, i've black scree when I try to start with fglrx. Viewing...
View ArticleIs there any interest in a device simulation suite for PCI devices?
There seems to be activity all around this area but not exactly here.
View ArticleVLIW 5 Architecture processing element
I am really confused about the architecture of VLIW. I already read AMD APP Programming Guide. I am understand in the part of GCN architecture (Southern Island Device).In GCN, work item map into...
View ArticleRe: Catalyst 13.10/13.11 X-Plane 10 crashes
Same with 13.12. Last known working driver (13.4) is now 8 month old and unusable. Infamy!
View ArticleOpenCL 2D image, write to a particular slice of 2D image
Hi Forum Gurus, I'm new to openCL programming, I have a question about how to write to a particular slice of 2D image in openCL for example, I have a image type of CL_MEM_OBJECT_IMAGE2D_ARRAY, with...
View ArticleRe: 8970m and linux
I've found the difference between the previous post and mine. The other person have an amd APU with this graphic card, i've an intel cpu.It seem that 8970m with intel cpu is not supported by the driver...
View ArticleRe: 8970m and linux
What distro are you running and what linux kernel does it run on? What do these two commands give you? lspci | grep VGA egrep -i " connected|card detect|primary dev" /var/log/Xorg.0.log These...
View ArticleRe: OpenCL 2D image, write to a particular slice of 2D image
with that region you are writing to four slices and not one. also you may try working with simple 2D image first. also what exactly doesn't work?
View ArticleRe: VLIW 5 Architecture processing element
there are 16 processing elements in one CU. the 4/5 ALU are executing vectorized operations from same work item. so if you write float4 a,b,c; c=a+b; it will execute with single VLIW instruction. on...
View ArticleWhere I can get "Introduction to 3D Game Programming with AMD Mantle" or some...
Now I am studying "Introduction to 3D Game Programming with DirectX 10", but in the future I plan to use the AMD Mantle as it has more potential prfomance(it seems like(for now(IMHO))). So where is...
View ArticleI need some features from the next version of the amd processor
Is there a place where to discuss about possible new features needed from processors ?
View ArticleFirePro3D V4800 lines on screen
I installed this card and the latest drivers and booted up with no apparant problems and the fan seemed to be running fine. Then on second boot up horizontal lines appeared on screen in different...
View ArticlePCIE Performance
Can't understand: "bufferbandwidth -pcie" shows me 12GBPS in both ways, "bufferbandwidth -if 6" - only 6GBPS in memset. Why? Haswell i7, Z87, Tahiti.
View ArticleRe: VLIW 5 Architecture processing element
Thanks for reply, NouSo, in VLIW architecture, work item is mapped to processing element (total = 16) where single work item can do multiple same instruction, right??I have two more questions: 1. Can...
View ArticleRe: GPU and VRAM usage and load from terminal on Mac
Alright, but Apple HW nowadays is just any standard Intel HW, in addition to that, I'm actually not looking necessarily for a driver, what I would like is information from the graphics card about the...
View ArticleRe: Blender Cycles(Opencl on AMD GPUS)
Sharlybghave no ideawhereit goesorwhat conditionsthisLuxRender2.0.Alsoif you happennottocreate materialsbutis muchmore complicated thancycles.Besides thatyou cannottranslatetoSpanishorsome...
View ArticleRe: VLIW 5 Architecture processing element
Hi, Processing Element: is a single workitem in OpenCL terminology. That's what your OpenCL program is all about: one 'thread'.And the way that how the hardware realizes it, is another thing:On VLIW...
View ArticleRe: Re: 8970m and linux
[ 7.910] (II) LoadModule: "fglrx"[ 7.910] (WW) Warning, couldn't open module fglrx[ 7.910] (II) UnloadModule: "fglrx"[ 7.910] (II) Unloading fglrx[ 7.910] (EE) Failed to load module...
View ArticleRe: VLIW 5 Architecture processing element
Thanx for reply,Hmm, so in conclusion work item is mapping to processing element.If I declare float a,b,c and write formula a = b*c, there will be one operation execute on single ALU for each...
View Article