Hi guys, I made some software to compare RAM bandwidth Android phones to Linux PCs.
Here are some results:
~5400 MB/sec - Intel Xeon X3430, DDR3 memory, under moderate MySQL load( 2009)
~2200...
Type: Posts; User: vrodic; Keyword(s):
Hi guys, I made some software to compare RAM bandwidth Android phones to Linux PCs.
Here are some results:
~5400 MB/sec - Intel Xeon X3430, DDR3 memory, under moderate MySQL load( 2009)
~2200...
waqas300, please restart your machine after installing fglrx to make sure that the "radeon" kernel module is not loaded, as it will interfere with FGLRX.
I've installed...
Thank you Michael!
It would be nice to compare it with some CPU. So we can actually see if low end cards make sense for that processing work.
I'm not sure which OpenCL CPU implementation is...
I saw that 57xx doesn't have double floating point precision support, so 57xx is out of the question for me. Will OpenCL implementation from AMD support double floating point precision emulation...
I'm interested if the OpenSource drivers downclock the GPU properly as they should to save power?
It's strange that ATI didn't work with folding@home to fix such a high profile GPGPU application.
I guess everything will be better and easier to fix when we have both opensource OpenCL...
Yes, I'll do that.
I'd be very happy with a more power efficient, 40 nm version of a 3850, updated to be better suited for GPGPU work, with even more circuits for power and clock gating.
Consumption in peak loads...
I don't know how much my card alone spends in idle. I only have the complete system numbers: 82 WATTS on a P35 E8200 system. 160W in peak load (Furmark 1.7.0 running under wine )
But still I...
Some time has passed, 5xxx series is here, so I have a couple of quick comments regarding this. The comments are not Linux driver specific, and I hope you don't mind.
1. Let's hope OpenCL support...
There is some info about releasing PowerPlay documentation I've missed before at
http://www.phoronix.com/scan.php?page=article&item=fosdem_08_bridgman&num=1
so I hope this info will be...
I recently bought a Sapphire 3850 Ultimate graphics card, and there is similar situation with power management as the one I've described for 1950Pro at...
ATI control center or whatever's the name of the application. There is temperature monitoring somewhere, at least for my X1950Pro.
There is a handy device, I think it is called kill-a-watt in US, and there are different versions for European and other markets..
0xE008 and 0xE00C doesn't work because that memory is not mapped in the radeontool source code.
This is the line:
radeon_cntl_mem = map_devince_memory(base,0x2000);
So it only maps first...
Performance reduction or temperature reduction? Or both? EDIT, Ok I see from the logs in pastebin. Strange, I guess the driver is modifying those. What's the rough idle temperature difference between...
francois, I'm glad that it works!
i looked a bit into the radeontool source and found that it is using values 0x0008 and 0x000C for CLOCK_CNTL_INDEX and CLOCK_CNTL_DATA registers instead of stated values 0xE008 and 0xE00C. strange...
francois already tried my old version of radeontool, could any of you try the new version and see if it helps
it's at http://nskunca.pbf.hr/~vedran/ati/radeontool-1.5-qq-vr2.tar.gz and...
Hi. I've found that the debian version is patched to better detect some ATI cards. What card do you have? Can you post lspci -v and lspci -n output for your card?
I've modified my version to...