Welcome Guest ( Log In | Register )

5 Pages  1 2 3 > » Bottom

Outline · [ Standard ] · Linear+

 AMD Bulldozer & Bobcat

views
     
TSjinaun
post Aug 25 2010, 05:07 PM, updated 16y ago

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
Next year, AMD plans to ship products based on a new processor architecture code-named Bulldozer, and in the world of big, x86-compatible CPUs, that's huge news. In this arena, the question of how truly "new" a chip architecture is can be vexingly complicated, because technologies, ideas, and logic are often carried over from one generation to the next. But it's probably safe to say Bulldozer is AMD's first all-new, bread-and-butter CPU architecture since the introduction of the K7 way back in 1999. The firm has made notable incremental changes along the way—K8 brought a new system architecture, Barcelona integrated four cores together—but the underlying microarchitecture hasn't changed too much. Bulldozer is something very different, a new microarchitecture incorporating some novel concepts we've not seen anywhere else.

Today, at the annual Hot Chips conference, Mike Butler, AMD Fellow and Chief Architect of the Bulldozer core, gave the first detailed public exposition of Bulldozer. We didn't attend his presentation, but we did talk with Dina McKinney, AMD Corporate Vice President of Design Engineering, who led the Bulldozer team, in advance of the conference. We also have a first look at some of the slides from Butler's talk, which reveal quite a bit more detail about Bulldozer than we've seen anywhere else.

The first thing to know about the information being released today is that it's a technology announcement, and only a partial one at that. AMD hasn't yet divulged specifics about Bulldozer-based products yet, and McKinney refused to answer certain questions about the architecture, too. Instead, the company intends to release snippets of information about Bulldozer in a directed way over time in order to maintain the buzz about the new chip—an approach it likens to "rolling thunder," although I'd say it feels more like a leaky faucet.

The products: New CPUs in 2011

Regardless, we know the broad outlines of expected Bulldozer-based products already. Bulldozer will replace the current server and high-end desktop processors from AMD, including the Opteron 4100 and 6100 series and the Phenom II X6, at some time in 2011. A full calendar year is an awfully big target, especially given how close it is, but AMD isn't hinting about exactly when next year the products might ship. We do know that the chips are being produced by GlobalFoundries on its latest 32-nm fabrication process, with silicon-on-insulator tech and high-k metal gate transistors. McKinney told us the first chips are already back from the fab and up and running inside of AMD, so Bulldozer is well along in its development. Barring any major unforeseen problems, we'd wager the first products based on it could ship well before the end of 2011, which would be somewhat uncommon considering that these product launch time windows frequently get stretched to their final hours.

One advantage that Bulldozer-based products will have when they do ship is the presence of an established infrastructure ready and waiting for them. AMD says Bulldozer-based chips will be compatible with today's Opteron sockets C32 and G34, and we expect compatibility with Socket AM3 on the desktop, as well, although specifics about that are still murky.

AMD has committed to three initial Bulldozer variants. "Valencia" will be an eight-core server part, destined for the C32 socket with dual memory channels. "Interlagos" will be a 16-core server processor aimed at the G34 socket, so we'd expect it to have quad memory channels. In fact, Interlagos will likely be comprised of two Valencia chips on a single package, in an arrangement much like the present "Magny-Cours" Opterons. The desktop variant, "Zambezi", will have eight cores, as well. All three will quite likely be based on the same silicon.

The concept: two 'tightly coupled' cores

Attached Image

The specifics of that silicon are what will make Bulldozer distinctive. The key concept for understanding AMD's approach to this architecture is a novel method of sharing resources within a CPU. Butler's talk names a couple of well-known options for supporting multiple threads. Simultaneous multithreading (SMT) employs targeted duplication of some hardware and sharing of other hardware in order to track and execute two threads in a single core. That's the approach Intel uses its current, Nehalem-derived processors. CMP, or chip-level multiprocessing, is just cramming multiple cores on a single chip, as AMD's current Opterons and Phenoms do. The diagram above depicts how Bulldozer might look had AMD chosen a CMP-style approach.

Attached Image

AMD didn't take that approach, though. Instead, the team chose to integrate two cores together into a fundamental building block it calls a "Bulldozer module." This module, diagrammed above, shares portions of a traditional core—including the instruction fetch, decode, and floating-point units and L2 cache—between two otherwise-complete processor cores. The resources AMD chose to share are not always fully utilized in a single core, so not duplicating them could be a win on multiple fronts. The firm claims a Bulldozer module can achieve 80% of the performance of two complete cores of the same capability. Yet McKinney told us AMD has estimated that including the second integer core adds only 12% to the chip area occupied by a Bulldozer module. If these claims are anywhere close to the truth, Bulldozer should be substantially more efficient in terms of performance per chip area—which translates into efficiency per transistor and per watt, as well.

One obvious outcome of the Bulldozer module arrangement, with its shared FPU, is an inherent bias toward increasing integer math performance. We've heard several explanations for this choice. McKinney told us the main motivating factor was the presence of more integer math in important workloads, which makes sense. Another explanation we've heard is that, with AMD's emphasis on CPU-GPU fusion, floating-point-intensive problems may be delegated to GPUs or arrays of GPU-like parallel processing engines in the future.

Attached Image

In our talk, McKinney emphasized that a Bulldozer module would provide more predictable performance than an SMT-enabled core—a generally positive trait. That raised an intriguing question about how the OS might schedule threads on a Bulldozer-based processor. For an eight-threaded, quad-core CPU like Nehalem, operating systems generally tend to favor scheduling a single thread on each physical core before adding a second thread on any core. That way, resource sharing within the cores doesn't come into play before necessary, and performance should be optimal. We suggested such an arrangement might also be best for a Bulldozer-based CPU, but McKinney downplayed the need for any special provisions of that nature on this hardware. She also hinted that scheduling two threads on the same module and leaving the other three modules idle, so they cold drop into a low-power state, might be the best path to power-efficient performance. We don't yet know what guidance AMD will give operating system developers regarding Bulldozer, but the trade-offs at least shouldn't be too painful.


Sos: http://www.techreport.com/articles.x/19514

Bulldozer 20 Questions


QUOTE
“Will Bulldozer implement new versions of Hypertransport?” – Rheo

No, Bulldozer takes advantage of the same version of HyperTransport™ (HT) technology as our existing AMD Opteron™ 4000 and 6000 series processors, HyperTransport 3.1.

“Is there any”programmable-tangible” improvement in synchronization between cores in the same module? In other words, will I get tangible performance improvement if I can partition my multi-threaded algorithm to pairs of closely interacting threads, and schedule each pair to a module?” – Edward Yang

That is a very interesting question.

For the majority of software, the OS will work in concert with the processor to manage the thread to core relationships. We are collaborating with Microsoft and the open source software community to ensure that future versions of Windows and Linux operating systems will understand how to enumerate and effectively schedule the Bulldozer core pairs.   The OS will understand if your machine is setup for maximum performance or for maximum performance/watt which takes advantage of Core Performance Boost.

However, let’s say you want to explore if you can get a performance advantage if your threads were scheduled on different modules.  The benefit you can gain really depends on how much sharing the two threads are going to do.

Since the two integer cores are completely separate and have their own execution clusters (pipelines) you get no sharing of data in the L1 – and there is no specific optimizations needed at the software level. However, at the L2 cache level there could be  some  benefits.  A shared L2 cache means that both cores have access to read the same cache lines – but obviously only one can write any cache line at any time. This means that if you have a workload with a main focus of querying data and your two threads are sharing a data set that fits in our L2, then having them execute in the same module could have some advantages. The main advantage we expect to see is an increase in the power efficiency of the cores that are idle.  The more idle other cores are, the better chance the busy cores will have to boost.

However, there is another consideration to this which is how available other cores are.  You need to weigh the benefits of data sharing with the benefit of starting the thread on the next available core. Stacking up threads to execute in proximity means that a thread might be waiting in line while an open core is available for immediate execution.    If your multi-threaded application isn’t optimized to target the L2 (or possibly the L3 cache), or you have distinctly separate applications to run, and you don’t need to conserve power, then you’ll likely get better performance by having them scheduled on separate modules.   So it is important to weigh both options to determine the best execution.

“How much extra performance will we see when running two-threaded applications on one Bulldozer Module compared to two cores in different modules?” – Simon

Without getting too specific around actual scaling across cores on the processor, let me share with you what was in the Hot Chips presentation.  Compared to CMP (chip multiprocessing – which is, in simplistic terms building a multicore chip with each core having its own dedicated resources) two integer cores in a Bulldozer module would deliver roughly 80% of the throughput.  But, because they have shared resources, they deliver that throughput at low power and low cost.  Using CMP has some drawbacks, including more heat and more die space. The heat can limit performance in addition to consuming more power. Ask yourself, would you rather have a 4-cylinder engine that delivered 300HP or a 6-cylinder engine that delivered 360HP and consumed less gas?  The cylinder to horsepower ratio for 4-cylinder is obviously higher (75HP/cylinder vs. the V6’s 60HP/cylinder), meaning that each cylinder can give you more performance.  However, looking at the overall enginge, you are getting less total output; and you are getting that lower output at a higher cost (higher gas consumption).

“Current and forthcoming Nehalem EX based servers from IBM and HP top out at 8 sockets and 64 cores. What kind of vertical scalability can we expect from Bulldozer-based servers?” – David Roff

Bulldozer will fit into the current “Maranello” and “San Marino/Adelaide” platforms. “Maranello” is our high performance platform that will support up to 4 CPUs.  Combining a “Maranello” platform with the upcoming 16-core “Interlagos” processors, the total core density of a 4P system will reach as many as 64 cores.

The 8P x86 market today is pretty small. According to IDC, last year it accounted for roughly 7,915 total servers, down 26% from the year before (Source: IDC Quarterly Server Tracker, Q4 2009). If you want to say that 2009 was a bad year, from 2007 to 2008 the 8P x86 market was essentially flat as well, so that isn’t a growth engine. Part of what is impacting that market is the core and memory densities of today’s systems.  People bought 8P servers to get to 48 cores (8 x 6-core) or to get to large memory footprints. Today’s 4P systems are meeting those needs at a lower price, with lower power consumption and lower latency. When we get to 2011 with “Bulldozer,” you’ll see an increase up to 64 cores, and we expect the total memory footprint will increase again.

The bottom line is, you’ll get the 64 cores that you want, you’ll just have to spend a lot less to get them; is that OK?

“As far as power usage goes, from what I understand BD is supposed to be taking power management features to a level of granularity that hasn’t been seen yet with consumer/business grade CPUs. Will those new features be available to current MC users or will a platform upgrade be necessary? Can you elaborate on any new power saving features that would make a business want to consider BD at this time?” – Jeremy Stewart

Current “Maranello” platforms with AMD Opteron™ 6100 Series processors already have the hooks embedded in them for any “Bulldozer”-level power efficiency features.  When we specified the platforms for today’s processors, we did so with “Bulldozer” in mind.

As we have said already in this blog, we expect the shared architecture to provide us with a great deal of power savings – there are a lot of circuits that are essentially being duplicated in today’s multicore processors. Having a new “from the ground up” design allowed us to take a very close look at the circuits and determine which ones are ripe for consolidation and which ones really need their own dedicated resources.

We started with inherently power-efficient microarchitecture and implementation that included dynamic sharing of shared resources, minimized data movement and took advantage of extensive clock and power gating. From there, we added active management support that allows us to digitally measure activity in order to estimate power. Support for chip-level core power gating was also added to the processor.

These new features join existing AMD Opteron processor technologies such as AMD PowerNow!™, AMD CoolCore™, low voltage DDR-3 memory support and more, all working in concert to help create a power efficient system.

Even though you’ll see processors with 33% more cores and larger caches than the previous generation, we’ll still be fitting them into the same power and thermal ranges that you see with our existing 12-core processors.

http://blogs.amd.com/work/2010/08/10/20-qu...ulldozer-style/

http://blogs.amd.com/work/2010/08/23/%E2%8...ions-round-one/

http://blogs.amd.com/work/2010/08/30/bulld...2%80%93-part-2/

This post has been edited by jinaun: Sep 5 2010, 12:41 AM
TSjinaun
post Aug 25 2010, 05:08 PM

where are my stars???
Group Icon
Elite
6,139 posts

Joined: Jan 2003
placeholder
AMDAthlon
post Aug 25 2010, 06:07 PM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


Sure..

http://www.youtube.com/watch?v=VIs1CxuUrpc&feature=sub

user posted image
xenon_aniki
post Aug 26 2010, 10:00 AM

Regular
******
Senior Member
1,069 posts

Joined: Nov 2008
From: Kuala Lumpur


im hoping it can head to head with i7 extreme. now thats call badass
davidbilly87
post Aug 26 2010, 10:14 AM

On my way
****
Senior Member
513 posts

Joined: Jul 2007



Only have 2 cores?
billytong
post Aug 26 2010, 01:21 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(xenon_aniki @ Aug 26 2010, 10:00 AM)
im hoping it can head to head with i7 extreme. now thats call badass
*

no use comparing with i7,

they should be comparing with Intel Sandy bridge, if they cant beat Sandy bridge, it is a FAIL product.
SUSMatrix
post Aug 26 2010, 03:24 PM

King of Char Siew!
********
Senior Member
15,022 posts

Joined: Jan 2003
From: Damansara Jaya/Bandar Utama


QUOTE(billytong @ Aug 26 2010, 01:21 PM)
no use comparing with i7,

they should be comparing with Intel Sandy bridge, if they cant beat Sandy bridge, it is a FAIL product.
*
Not neccessary. If they can match 80% of Intel performance at 50% of the price, I'm sold. tongue.gif
Peterbigeyes
post Aug 26 2010, 03:38 PM

Getting Started
**
Junior Member
205 posts

Joined: Jul 2010


QUOTE(Matrix @ Aug 26 2010, 03:24 PM)
Not neccessary. If they can match 80% of Intel performance at 50% of the price, I'm sold.  tongue.gif
*
I sooo agree with that

This post has been edited by Peterbigeyes: Aug 26 2010, 03:38 PM
billytong
post Aug 26 2010, 05:16 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(Matrix @ Aug 26 2010, 03:24 PM)
Not neccessary. If they can match 80% of Intel performance at 50% of the price, I'm sold.  tongue.gif
*

Although I do not have high hope on this, they better be decent. Or else the another time of failure like this is gonna be hitting hard for AMD.

AMD have wake the giant up since AMD64 era, now it will be a lot harder to beat Intel. *I still remember AMD is charging RM4000+ on a piece of CPU while back then it has the best chance of grabbing the market but they got greedy charge ridiculous pricing and also got bottleneck by the Fab production, and couldnt really take on the market share. Less 30% market share with the superior AMD64 isnt really an achievement.

The launch date of the Bulldozer is way too late, I dont think I got the patient to wait. Mostly likely I will gonna be end up with Sandy bridge platform. sweat.gif

This post has been edited by billytong: Aug 26 2010, 05:17 PM
jeopardise
post Aug 26 2010, 11:07 PM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


AMD taking a risk to introduce a new architecture with 32nm silicon. Hope its works.
shinjite
post Aug 26 2010, 11:28 PM

�ŞħĬΩĵΐŦ��
********
All Stars
19,307 posts

Joined: Jan 2003
From: Klang


Well, to me its technology so hope for the best for AMD smile.gif
Najmods
post Aug 26 2010, 11:33 PM

*mutter mutter mutter mutter*
*******
Senior Member
5,211 posts

Joined: Feb 2005
From: Konohana


QUOTE(davidbilly87 @ Aug 26 2010, 10:14 AM)
Only have 2 cores?
*
No, they just wanted to show the core architecture so they just show one 'block' of the core

QUOTE(jeopardise @ Aug 26 2010, 11:07 PM)
AMD taking a risk to introduce a new architecture with 32nm silicon. Hope its works.
*
Its not a risk, they MUST create new architecture to compete with Intel CPUs. Their desktop its pretty good but their mobile segment are pretty poor as compared to Intel counterparts, both in performance and battery life

The Bulldozer architecture is pretty radical, as it is not a 'true' dual core as it share fetch and decode blocks, FPU and L2 caches and claiming its '80% performance of true dual core' to reduce thermal and power envelope. I hope there is more to that.
saturn85
post Aug 27 2010, 12:02 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(billytong @ Aug 26 2010, 05:16 PM)
AMD have wake the giant up since AMD64 era, now it will be a lot harder to beat Intel. *I still remember AMD is charging RM4000+ on a piece of CPU while back then it has the best chance of grabbing the market but they got greedy charge ridiculous pricing and also got bottleneck by the Fab production, and couldnt really take on the market share. Less 30% market share with the superior AMD64 isnt really an achievement.
*
which model of processor that hit rm4k that time? unsure.gif
LittleLinnet
post Aug 27 2010, 12:15 AM

Iophobia
*******
Senior Member
3,593 posts

Joined: Feb 2005
From: ***Penang***
QUOTE(saturn85 @ Aug 27 2010, 12:02 AM)
which model of processor that hit rm4k that time? unsure.gif
*
the FX series I believe.
shinjite
post Aug 27 2010, 12:56 AM

�ŞħĬΩĵΐŦ��
********
All Stars
19,307 posts

Joined: Jan 2003
From: Klang


I think its definitely the Athlon FX series biggrin.gif

This post has been edited by shinjite: Aug 27 2010, 12:57 AM
jeopardise
post Aug 27 2010, 06:33 AM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


QUOTE(Najmods @ Aug 26 2010, 11:33 PM)
No, they just wanted to show the core architecture so they just show one 'block' of the core
Its not a risk, they MUST create new architecture to compete with Intel CPUs. Their desktop its pretty good but their mobile segment are pretty poor as compared to Intel counterparts, both in performance and battery life

The Bulldozer architecture is pretty radical, as it is not a 'true' dual core as it share fetch and decode blocks, FPU and L2 caches and claiming its '80% performance of true dual core' to reduce thermal and power envelope. I hope there is more to that.
*
Well from your reply still sounds like AMD taking RISK, because they MUST (take risk to) create new architecture to compete with Intel's 32nm technology tongue.gif No denying about that. They also risks delaying 32nm transition where Intel alreay ahead of AMD. So far performance scaling looks promising but it is based on simulation based on architecture design.

The longer Bulldozer is delayed, the greater the chance that it'll debut into the teeth of new six-core and eight-core Sandy Bridge products.
AMDAthlon
post Aug 27 2010, 07:35 AM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


QUOTE(billytong @ Aug 26 2010, 05:16 PM)
Although I do not have high hope on this, they better be decent. Or else the another time of failure like this is gonna be hitting hard for AMD.

AMD have wake the giant up since AMD64 era, now it will be a lot harder to beat Intel. *I still remember AMD is charging RM4000+ on a piece of CPU while back then it has the best chance of grabbing the market but they got greedy charge ridiculous pricing and also got bottleneck by the Fab production, and couldnt really take on the market share. Less 30% market share with the superior AMD64 isnt really an achievement.

The launch date of the Bulldozer is way too late, I dont think I got the patient to wait. Mostly likely I will gonna be end up with Sandy bridge platform. sweat.gif
*
Launch date of Bulldozer and Sandy Bridge is about the same Q1-Q2..

Thats why next year is an interesting year drool.gif
Najmods
post Aug 27 2010, 11:59 AM

*mutter mutter mutter mutter*
*******
Senior Member
5,211 posts

Joined: Feb 2005
From: Konohana


QUOTE(jeopardise @ Aug 27 2010, 06:33 AM)
Well from your reply still sounds like AMD taking RISK, because they MUST (take risk to) create new architecture to compete with Intel's 32nm technology tongue.gif No denying about that. They also risks delaying 32nm transition where Intel alreay ahead of AMD. So far performance scaling looks promising but it is based on simulation based on architecture design.

The longer Bulldozer is delayed, the greater the chance that it'll debut into the teeth of new six-core and eight-core Sandy Bridge products.
*
Simulated are nothing compared to real life performance. At least I would like to see L2/L3 cache sizes and clockspeed. They delaying far too long, unless they have something good up their sleeve
jeopardise
post Aug 27 2010, 08:31 PM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


There is an article I just read last few days but still can't find it.

AMD designed the new chip and uses simulation based on its design to determine how the chip performs compared to its predecessors. Of course it doesn't reflect the real life performance.

QUOTE
Bulldozer is one risky architecture for AMD. At the same time AMD is making its first 32nm CPU on an unproven, new and risky process and the company is making a completely new core, something that it hasn't done for years. When you do both of these things at once, you kind of have a recipe for potential disaster. AMD might get lucky this time and we're hoping that it will have more luck than with its transition to 65nm and the K10 native quad-core. As you probably remember, that transition was anything but smooth.

source: http://www.fudzilla.com/processors/process...mds-llano-is-k8


Performance/Power/Price would always be attractive at AMD side. brows.gif Hoping that their will manage to increase efficiency even closer to Intel's 32nm.
kingkingyyk
post Aug 29 2010, 10:20 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
29-8-2010 News :
AMD Zambezi to Use AM3+ Platforms
Advanced Micro Devices said that its next-generation desktop processors code-named Zambezi will use socket AM3+ platforms, which will be backwards compatible with the firm's existing AM3 products. While the latter is an advantage for the platform, it may be a disadvantage for eight-core processors based on Bulldozer micro-architecture.

"The existing G34 and C32 server infrastructure will support the new Bulldozer-based server products. In order for AMD’s desktop offering to fully leverage the capabilities of Bulldozer, an enhanced AM3+ socket will be introduced that supports Bulldozer and is backward-compatible with our existing AM3 CPU offerings," an official from AMD said in an interview with Planet3DNow web-site.

Apparently, it was possible for AMD to make Bulldozer microprocessors compatible with existing AM3 infrastructure, but in order to do that, the company would have to sacrifice certain important features of the new core.

"When we initially set out on the path to Bulldozer we were hoping for AM3 compatibility, but further along the process we realized that we had a choice to make based on some of the features that we wanted to bring with Bulldozer. We could either provide AM3 support and lose some of the capabilities of the new Bulldozer architecture or, we could choose the AM3+ socket which would allow the Bulldozer-base Zambezi to have greater performance and capability," the official said.

The compatibility with older microprocessors allows AMD to simplify transition to the new micro-architecture and process design since the new AM3+ platform will support inexpensive chips from day one. However, such compatibility also means that AMD Zambezi processors will only support dual-channel memory controller. Considering the fact that all modern high-end Intel Core i7 processors with up to six cores feature triple-channel memory controller, it is unclear how AMD plans to "feed" eight cores of Zambezi with dul-channel DDR3 without creating bottlenecks.

AMD Bulldozer-based processor code-named Zambezi will have up to eight cores along with a new TurboCore dynamic acceleration technology. Thanks to the new micro-architecture the chip promises to be faster than existing AMD products.

Yup, they are going to AM3+, but AM3+ mobo still can support AM3 processors.
It is good for your pocket biggrin.gif
faiz2036
post Aug 29 2010, 12:07 PM

Regular
******
Senior Member
1,384 posts

Joined: Mar 2010
From: Ampang,Selangor


my opinion, better AMD move on to new platform AM3+..

sai86
post Aug 29 2010, 12:15 PM

StilL LearninG
*******
Senior Member
4,934 posts

Joined: Sep 2008
From: Setapak


AMD sure is great...each time they make it to be backward compatible...even now they move on to new architecture..and im surprise that AMD are able to make d bulldozer to be compatible wit current AM3 by sacrificing something in d bulldozer...
I wonder why they did not use triple channel memory for Am3+ hmm.gif ..izzit because of backward compatible with AM3 which only support dual-channel memory?
saturn85
post Aug 29 2010, 04:08 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



maybe performance gain of triple channel vs dual channel still not noticeable. unsure.gif

i thought from those news, an AM3 cpu can put into AM3+ socket. unsure.gif
herojack41
post Aug 29 2010, 06:48 PM

Master Of Trouble Maker
*******
Senior Member
5,697 posts

Joined: Nov 2007
From: A Place Where God And Master Of TroubleMaker Exist



QUOTE(kingkingyyk @ Aug 29 2010, 12:09 PM)
Yup, they are going to AM3+, but AM3+ mobo still can support AM3 processors.
It is good for your pocket biggrin.gif
*
AMD upgrade path way always better then intel x10000000000000 times
mitodna
post Aug 29 2010, 07:13 PM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
I think AM3+ processor can stick inside to AM3 board, but AM3 processor can't be paired with AM3+. Anyway, shall (see) when Intel to move to LGA 1155.

Edit: AM2 and AM3 processors will work in the AM3+ socket, but Bulldozer chips will not work in non-AM3+ motherboards.

QUOTE(saturn85 @ Aug 29 2010, 07:19 PM)
i thought from those news, an AM3 cpu can put into AM3+ socket. unsure.gif
*
Yup. I read wrongly. Hmm, so it's time to buy new motherboard when it is out. Hmm.

I copied from website one. You can search the sentence. On mobile now. So a new chipset too.

This post has been edited by mitodna: Aug 29 2010, 07:35 PM
saturn85
post Aug 29 2010, 09:59 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(mitodna @ Aug 29 2010, 07:13 PM)
Edit: AM2 and AM3 processors will work in the AM3+ socket, but Bulldozer chips will not work in non-AM3+ motherboards.
*
i think AM2 cpu can't work on AM3+ socket board la. biggrin.gif

QUOTE(mitodna @ Aug 29 2010, 10:44 PM)
I copied from website one. You can search the sentence. On mobile now. So a new chipset too.
*
i see i see. read from those website also.
but just curious that AM2 cpu only support DDR2 memory.
unless there is DDR2 memory slot on AM3+ board? unsure.gif

have a quick view on AMD Bulldozer: brows.gif
Bulldozer Shines in 3D Gaming and Rendering: AMD
user posted image
limhongwoon
post Aug 29 2010, 10:45 PM

Intel Certified - COre I7
*******
Senior Member
2,892 posts

Joined: Oct 2007
From: Penang


So the ASUS Crosshair IV Extreme cannot support this processor ?
kingkingyyk
post Sep 25 2010, 01:22 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
25-9-2010 News :
AMDs Eight-Core Bulldozer Processors to Get Massive Cache
The eight-core microprocessors from Advanced Micro Devices based on the Bulldozer micro-architecture that feature Orochi design will get massive internal cache systems compared to current-generation of chips. In total, the top-of-the-range single-die processor will have 16MB of cache.

AMD Orochi chip (which is a universal server and client design that will power Valencia, Zambezi and possibly other implementations of first-gen Bulldozer family) will have 8MB unified level-three cache, according to a document seen by X-bit labs. Since eight-core Orochi features four dual-core Bulldozer modules, each of which is believed to have 2MB of shared level-two cache, the whole chip will pack in whopping 16MB of SRAM, a 77% increase from the current six-core microprocessors that have 9MB of cache in total.

Large L2 caches will help AMDs next-generation microprocessors to ensure higher performance in single-threaded applications compared to todays multi-core chips that only have 512KB of L2, whereas massive L3 cache will maximize memory bandwidth. In both cases this will bring notable performance gains compared to todays Stars/Greyhound architecture.

AMD Orochi design is the companys next-generation processor for high-end desktop and server markets. The chip will feature eight processing engines, but since it is based on Bulldozer micro-architecture, those cores will be packed into four modules. Every module which will have two independent integer cores (that will share fetch, decode and L2 functionality) with dedicated schedulers, one floating point unit with two 128-bit FMAC pipes with one FP scheduler. The chip will have shared L3 cache, new dual-channel DDR3 memory controller and will use HyperTransport 3.1 bus. The Orochi chips will use new AM3+ form-factor and will require brand new platforms.
selikatwo
post Dec 17 2010, 03:23 PM

Casual
***
Junior Member
302 posts

Joined: May 2010
From: Shah Alam, Malaysia


if i have AM3 mobo, so can i use bulldozer processor with AM3+ ???
or i need buy new AM3+ mobo?
jeopardise
post Jan 21 2011, 09:37 AM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


QUOTE
AMD 9 Series Chipsets detailed

AMD 9 series chipsets (990FX, 990X, 970) detailed with new logos;

New on the agenda of the next-generation Fusion processors, AMD months working on for about five years, based on the design of next-generation microprocessor, code-named Bulldozer CPUs will be marketed. . Four, six and eight-core, AMD will use a different processor models, the new 9-series chipsets at the same time announce. Bulldozer-based processors with AMD's Socket AM3 + form is going to change the socket for the new processors will transition to the users also need to get a new motherboard. However, this followed a different strategy, AMD continued to support retroactive, current product line in the form of the Athlon Socket AM3 Phenom II and II + motherboards Socket AM3 processors to work with models in 9 series chipset will enable. So Bulldozer-based next-generation processors, 7, or 8-series chipset motherboards will not work with all existing form, but Socket AM3 processors to work Bulldozer family prepared for the new motherboards.

user posted image

Read more: http://translate.google.com/translate?js=n...-detaylandi.htm
shinjite
post Jan 21 2011, 06:40 PM

�ŞħĬΩĵΐŦ��
********
All Stars
19,307 posts

Joined: Jan 2003
From: Klang


QUOTE(selikatwo @ Dec 17 2010, 03:23 PM)
if i have AM3 mobo, so can i use bulldozer processor with AM3+ ???
or i need buy new AM3+ mobo?
*
AFAIK, you need to get a new mobo for AM3+

But for AM3+ mobos, can support AM3 procs
DarkSilver
post Jan 25 2011, 03:29 AM

Idiosyncrasy
Group Icon
Elite
10,501 posts

Joined: Oct 2009
From: Tamriel


QUOTE(saturn85 @ Jan 25 2011, 01:24 AM)
have a quick view on AMD Bulldozer: brows.gif
Bulldozer Shines in 3D Gaming and Rendering: AMD
user posted image
*
Time for more people to move toward AMD CPUs and GPUs.
Nvidia really pity.
yimingwuzere
post Mar 9 2011, 01:28 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


http://www.xbitlabs.com/news/cpu/display/2..._Gen_Chips.html

QUOTE
Advanced Micro Devices has finalized shipments schedules of its future microprocessors, according to industrial sources. The world's second largest designer of x86 microprocessors will begin commercial shipments of its high-end FX-series chips based on Bulldozer micro-architecture in the second half of June and will initiate supplies of A-series code-named Llano accelerated processing units (APUs) in early July.

Shipments of AMD FX-series high-end desktop microprocessors will commence on the week of June 20th, 2011; Supplies of A-series APUs will begin on the week of July 4th, 2011, according to industrial sources. As expected, AMD's Bulldozer central processing units for desktops will become available earlier than Llano APUs. As a result, AMD will be able to create a "halo" effect for its microprocessor lineup with a high-end offering that is projected to outperform existing Phenom II chips by 50%.

Based on a document seen by X-bit labs, AMD plans to release four eight-core AMD FX8000-series chips, two six-core AMD FX6000-series microprocessors and two quad-core AMD FX4000-series central processing units (CPUs) this year; four chips are to be launched in Q2 2011, another four processors will be introduced in Q4 2011.  The amount of quad-core and dual-core A-series APUs to be released this calendar year will be eleven, if the plans do not change.

One of the intrigues that remain is the formal launch date of the new CPUs and APUs by AMD. Some expect the company to introduce its desktops chips with Bulldozer micro-architecture at the E3 trade-show.

AMD did not comment on the news-story.

Anyone here didn't jump to the P67/Sandy Bridge platform yet and still holding out for this?
Racerx
post Mar 9 2011, 02:37 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



been waiting for so long already....
Here's hoping it's cheaper and as fast as SNB.
panglimanadzri
post Mar 9 2011, 03:43 PM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


waiting for buldozer III here... hahaha. currently own a netbook with intel atom inside, chit. realy interested in amd bobcat notebook/netbook.
kuntawakaw
post Mar 9 2011, 03:58 PM

imma tag fag!
*******
Senior Member
3,795 posts

Joined: Nov 2008
From: Varies....


june eh? delay from the initial plan that stated in march/april

nvm...ill wait for this..
yinchet
post Mar 9 2011, 04:11 PM

If you wish for peace, prepare for war
Group Icon
Elite
1,157 posts

Joined: Jul 2008
From: Petaling Jaya

lol.. at last Bulldozer coming...
can't wait to see how it fare againts SB...
barry
post Mar 9 2011, 04:16 PM

Getting Started
**
Junior Member
214 posts

Joined: Jan 2003
Does it mean that we can have a cheap desktop solution without the need of a gfx card? I am very keen on a HTPC - low power, silent, decent performance. Hope that this is a viable solution.
dma0991
post Mar 9 2011, 04:35 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(barry @ Mar 9 2011, 04:16 PM)
Does it mean that we can have a cheap desktop solution without the need of a gfx card? I am very keen on a HTPC - low power, silent, decent performance. Hope that this is a viable solution.
*
Bulldozer is not an APU..it is strictly just the processor alone..
You want a processor that has a IGP in it then wait even longer till the AMD Llano APU is available for the desktop..not too sure though because it will appear on laptops first
AMDAthlon
post Mar 9 2011, 05:49 PM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


If you need HTPC,current Zacate is already enough for you.

Theres already motherboard based on Zacate,find it smile.gif
Riddhy
post Mar 9 2011, 06:37 PM

Regular
******
Senior Member
1,956 posts

Joined: May 2008


looking for 6 core at rm 699 beating intel 2600k otherwise i will take intel 2500k
TristanX
post Mar 9 2011, 08:35 PM

Where is my stars?
Group Icon
Elite
24,328 posts

Joined: Nov 2004
From: Setapak, Kuala Lumpur


Meh, I'll wait for 22nm Ivy Bridge instead. Getting itchy already.
panglimanadzri
post Mar 9 2011, 09:17 PM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


QUOTE(AMDAthlon @ Mar 9 2011, 05:49 PM)
If you need HTPC,current Zacate is already enough for you.

Theres already motherboard based on Zacate,find it smile.gif
*
i saw one zacate mobo + zacate proc, asus made at cy-zone last month. price at rm480, after discount, can get at rm450. need more or less RM 1k to built zacate htpc. better go for normal athlon proc, much cheaper.
dma0991
post Mar 9 2011, 09:35 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(panglimanadzri @ Mar 9 2011, 09:17 PM)
i saw one zacate mobo + zacate proc, asus made at cy-zone last month. price at rm480, after discount, can get at rm450. need more or less RM 1k to built zacate htpc. better go for normal athlon proc, much cheaper.
*
Athlon has better dual core than Zacate that is for sure..but the selling point of Zacate is the low power consumption and how it uses its IGP to decode 1080P movies
The Athlon does not have an IGP and you would have to either rely on a crappier motherboard IGP compared to the HD6310 or get the cheapest discrete GC
AMD is also working on making programs that will benefit from parallel processing from the IGP..
The Zacate is still a raw product..expect it to get better when it reduces to 32nm and gets 4 cores
yinchet
post Mar 9 2011, 10:45 PM

If you wish for peace, prepare for war
Group Icon
Elite
1,157 posts

Joined: Jul 2008
From: Petaling Jaya

QUOTE(TristanX @ Mar 9 2011, 08:35 PM)
Meh, I'll wait for 22nm Ivy Bridge instead. Getting itchy already.
*
so fast Ivy Bridge edi meh??
yimingwuzere
post Mar 9 2011, 11:00 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


QUOTE(barry @ Mar 9 2011, 04:16 PM)
Does it mean that we can have a cheap desktop solution without the need of a gfx card? I am very keen on a HTPC - low power, silent, decent performance. Hope that this is a viable solution.
*
ITX HTPCs and only web surfing + movies? Then the current AMD Fusion mobos are for you.

If you want to do 720p gaming wait for Llano. The IGP is rumoured to be similar in performance to the Radeon 5670.

Personally I'm waiting to see how well Bulldozer fares, I can wait since my rig still holds well with new games, and if AMD is competitive against Intel's offerings I'd buy their stuff instead since my current one's an Intel.
Silverfire
post Mar 9 2011, 11:12 PM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



Lets see if this can hold up to Ci7 biggrin.gif
panglimanadzri
post Mar 9 2011, 11:18 PM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


buldozer will fight against i7 desktop, whereas Llano will compete in notebook area.
chenhui87
post Mar 9 2011, 11:45 PM

♥Jigeumeun So Nyuh Shi Dae♥
*******
Senior Member
2,150 posts

Joined: Apr 2009
From: 首尔



can it beat my current rig??if so, may change to it~~haha
TristanX
post Mar 10 2011, 12:50 AM

Where is my stars?
Group Icon
Elite
24,328 posts

Joined: Nov 2004
From: Setapak, Kuala Lumpur


QUOTE(yinchet @ Mar 9 2011, 10:45 PM)
so fast Ivy Bridge edi meh??
*
Not yet. It's still a long wait.
kahjye
post Mar 10 2011, 12:50 AM

Look at all my stars!!
*******
Senior Member
4,494 posts

Joined: Feb 2009

so we can actually get Llano notebooks by june?
jeopardise
post Mar 10 2011, 06:18 PM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


still no exact date
saturn85
post Mar 10 2011, 06:47 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



just hope it won't delay again. unsure.gif
panglimanadzri
post Mar 10 2011, 08:13 PM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


possibly in june.

amd already refresh its apu, dual core apu with tdp of single core apu. impressive!

http://www.xbitlabs.com/news/cpu/display/2...rd_Quarter.html

amd probably will revise the bulldozer in order to compete with the ivy bridge. the first generation of bulldozer will fight sandy bride only. this is my guess.
TiF
post Mar 11 2011, 10:24 AM

Regular
******
Senior Member
1,192 posts

Joined: Dec 2009


bulldozer has 50% improvement over phenom II, sounds promising..
Searingmage
post Mar 12 2011, 11:26 PM

Regular
******
Senior Member
1,809 posts

Joined: Feb 2010


Can't wait to see how amd bulldozer perform against intel.. Hopefully, it can challenge even intel ivy bridge (when it becomes available)
dma0991
post Mar 13 2011, 12:22 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(panglimanadzri @ Mar 12 2011, 11:43 PM)
amd probably will revise the bulldozer in order to compete with the ivy bridge. the first generation of bulldozer will fight sandy bride only. this is my guess.
*
Bulldozer Enhanced is already planned..

user posted image

http://www.brightsideofnews.com/news/2011/...s-unveiled.aspx

Packaging information on Bulldozer leaked..

I hope that the current Bulldozer can be just as good as Sandy Bridge..I might just as well wait a little while more for the better Bulldozer version whistling.gif
panglimanadzri
post Mar 13 2011, 10:17 AM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


QUOTE(panglimanadzri @ Mar 12 2011, 11:43 PM)
amd probably will revise the bulldozer in order to compete with the ivy bridge. the first generation of bulldozer will fight sandy bride only. this is my guess.
*
QUOTE(dma0991 @ Mar 13 2011, 12:22 AM)
Bulldozer Enhanced is already planned..

user posted image
*
look like my guess is right after all. rclxms.gif rclxms.gif hahahaah

four amd bulldozer chips incoming: Detail revealed

AMD FX "Bulldozer" Approaching, Set to Consume 125W, 95W

» Click to show Spoiler - click again to hide... «


the performance of these leaked chip are roughly 50% faster than phenom II. Sadly, the supposedly amd's sandy-bridge-counter-attack processor will only be launced in Q4.

http://www.xbitlabs.com/news/cpu/display/2...s_Revealed.html

This post has been edited by panglimanadzri: Mar 13 2011, 10:17 AM
3010517
post Mar 13 2011, 05:40 PM

Getting Started
**
Junior Member
221 posts

Joined: Feb 2010

This maybe an old news, but cant find anyone posted this yet.
Forgive me if I'm being a slowpoke blush.gif
MSI BigBang Conqueror
user posted image
MSI BigBang Conqueror (AMD 990FX)
zonan4
post Mar 14 2011, 12:43 PM

On my way
****
Senior Member
561 posts

Joined: Aug 2006
From: Kajang, Selangor



http://www.xbitlabs.com/news/cpu/display/2..._Bulldozer.html

dont be sad amd is back in the game
zerorating
post Mar 14 2011, 01:23 PM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


will the bulldozer core 50% faster in single core performance than phenom-II counterpart? just hope so since they can compress athlon-II core in llano pretty small, cant wait to compare 4,6 core bulldozer with intel mid-range sandy bridge proc whistling.gif

This post has been edited by zerorating: Mar 14 2011, 01:25 PM
everling
post Mar 14 2011, 03:07 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
Hopefully there will be a Bulldozer part targeted at the sub-RM500 market. Along with an AM3+ motherboard also in the sub-RM500 market.
cybersans
post Mar 14 2011, 07:59 PM

Casual
***
Junior Member
319 posts

Joined: Jan 2008


i hope AMD will not become AMDelay. biggrin.gif
dma0991
post Mar 14 2011, 08:56 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(cybersans @ Mar 14 2011, 07:59 PM)
i hope AMD will not become AMDelay. biggrin.gif
*
I don't think there would be anymore delays..too much info that suggest that it is coming already
Slight delay is better than having to spend 1 billion to recall bugged chipsets..1 billion is pocket change for Intel but a 1 billion blunder can destroy AMD

http://www.gigabyte.com/products/list.aspx...&jid=10&p=2&v=2
Time to drool..AM3+ boards are here rclxm9.gif

This post has been edited by dma0991: Mar 14 2011, 09:04 PM
Racerx
post Mar 16 2011, 01:41 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



Good news [sort of]
http://www.techpowerup.com/142251/AMD-FX-Z...IOS-Update.html


leyley
post Mar 17 2011, 04:04 PM

Look at all my stars!!
*******
Senior Member
2,096 posts

Joined: May 2008
Looks like Bulldozer is schedule to run through 2013 lifeline
yimingwuzere
post Mar 17 2011, 05:33 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


QUOTE(Racerx @ Mar 16 2011, 01:41 PM)
All indicators from AMD says Bulldozer is only compatible with socket AM3+ motherboards. Socket AM3+ also has an extra pin on the CPU and thus will not fit.
AMDAthlon
post Mar 17 2011, 05:39 PM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


Stop with the Bulldozer updates!Why not have some Llano updates? tongue.gif

Initial Desktop AMD "Llano" Lineup Will Include Five APUs

QUOTE
The initial family of AMD A-series desktop chips due in Q3 2011 will include four quad-core microprocessors with 100W or 65W TDP, one dual-core flavours with 65W power consumption, according to a document seen by X-bit labs. Later during the third quarter the company also plans to release a dual-core low-end offering based on Llano design. In Q4 2011 the company is projected to refresh the A-series family with new A8, A6 and A4 models.


http://www.xbitlabs.com/news/cpu/display/2..._Documents.html

user posted image
jeopardise
post Mar 17 2011, 11:25 PM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


QUOTE
Rumour: AMD FX-series (Bulldozer) releasing June 11th
Reported by Sub on Thursday, March 17 2011 3:09 pm

Five years in the making, AMD's Bulldozer has gone through a slew of changes in schedule. According to the last report, Bulldozer's shipping date was suggested as June 20th. Now, DonanimHaber is introducing a new date - June 11th. AMD's 9-series motherboards will release in May, presumably during Computex 2011 time. Around this time, AMD's FX series is expected to be officially announced and dated.

Read more: http://vr-zone.com/articles/rumour-amd-fx-...l#ixzz1Gs3KdHDo
dma0991
post Mar 18 2011, 12:32 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(AMDAthlon @ Mar 17 2011, 05:39 PM)
Stop with the Bulldozer updates!Why not have some Llano updates? tongue.gif

Initial Desktop AMD "Llano" Lineup Will Include Five APUs
http://www.xbitlabs.com/news/cpu/display/2..._Documents.html
*
I agree with this..pretty hard for Bulldozer to keep up with what Intel has to offer in the desktop space because of Intel's tick tock principle..
However Llano is very promising..Llano is taking advantage of ATI's GPU R&D..5 years of work are coming together now

http://www.hardwarezone.com/tech-news/view/156140
http://www.informationweek.com/news/hardwa...RSSfeed_IWK_All
http://www.theinquirer.net/inquirer/news/2...-microprocessor
http://www.eeherald.com/section/news/nws20110313b9.html
http://www.crn.com/news/components-periphe...SUSw**.ecappj03
http://www.crn.com/news/components-periphe...off-in-2011.htm
http://www.product-reviews.net/2011/03/16/...ideal-solution/
http://socialbarrel.com/amd-chips-boost-ie...rformance/4976/



yimingwuzere
post Mar 18 2011, 05:25 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


QUOTE(AMDAthlon @ Mar 17 2011, 05:39 PM)
Stop with the Bulldozer updates!Why not have some Llano updates? tongue.gif

Initial Desktop AMD "Llano" Lineup Will Include Five APUs
http://www.xbitlabs.com/news/cpu/display/2..._Documents.html

user posted image
*
Because we lowyat kakis mostly like uber rigs with performance discrete cards tongue.gif

Llano's main sell, IMO will be the budget PC rigs and OEM desktop/laptop builds.
chocobo7779
post Mar 18 2011, 05:40 PM

Power is nothing without control
********
All Stars
14,673 posts

Joined: Sep 2010
I think I'll pass. I'll rather wait for Intel Ivy Bridge.
BTW I really wanted to see AMD Bulldozer fares against Intel Sandy Bridge/Ivy Bridge.
dma0991
post Mar 18 2011, 06:14 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(chocobo7779 @ Mar 18 2011, 05:40 PM)
I think I'll pass.  I'll rather wait for Intel Ivy Bridge.
BTW I really wanted to see AMD Bulldozer fares against Intel Sandy Bridge/Ivy Bridge.
*
Lock the thread in Hardware Q&A and discuss here instead..
I recommend that you get what you want to get now instead of waiting for Ivy Bridge..Ivy Bridge is much better as an upgrade path
In 2012 Ivy Bridge will come out then following the tick tock principle in 2013 Haswell will come out and most probably the end for LGA1155..
So better to buy Sandy Bridge now and enjoy the performance..if you're feeling itchy then only upgrade to Ivy Bridge

No news on the Socket FM1..since it has an IGP I think it requires its own socket like LGA1156/1155 compared to LGA1366/2011
But hopefully AMD does not make it a BGA type like the AMD Zacate and permanently mounted to the motherboard..
The upgrade potential of that is zero and so is the value of the processor..BGA may work for laptops but they shouldn't make it for desktop Llano

But I wonder why is there Llano for desktop anyways..I've always have the impression that Llano should be strictly be in the mobile space
There is a lot of hype of GEMs or graphic enabled microprocessors for laptops which I think Llano will shine the best at..
From what I can guess the Llano APU can save more power compared to a conventional setup and may reduce the cost of making laptops..
Not to mention hybrid Crossfire can also work if there is Llano APU + Radeon mobile GPU..
Makes more sense also because I don't see people changing CPUs or GPUs in their mainstream laptops at all..so Llano should be good for the mobile market
everling
post Mar 18 2011, 08:53 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
What socket are Llano using? I'm under the impression that it is some FM1 socket and thus not compatible with AM3 nor AM3+.

There is also the clockspeed to consider. It would have been nice if the Llano and Bulldozer processors use the same socket. Then I might seriously consider getting a Llano processor.

I'd like to see a GPU review comparing the HD 5670 against all the well known cards from two or more generations back, starting with the HD 3870. Might be a fun read. smile.gif
AMDAthlon
post Mar 18 2011, 10:20 PM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


QUOTE(dma0991 @ Mar 18 2011, 08:59 PM)
No news on the Socket FM1..since it has an IGP I think it requires its own socket like LGA1156/1155 compared to LGA1366/2011
But hopefully AMD does not make it a BGA type like the AMD Zacate and permanently mounted to the motherboard..
The upgrade potential of that is zero and so is the value of the processor..BGA may work for laptops but they shouldn't make it for desktop Llano
*
I think it will be FM1 Socket and hopefully backwards compatible with newer processor next year..

Llano 400SP Graphic card performance maybe around HD3870. or maybe better since HD3870 is 320 SP..but no one knows.

But if it is better than HD 3870,it is quite decent already wink.gif
yimingwuzere
post Mar 19 2011, 02:01 AM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


QUOTE(AMDAthlon @ Mar 18 2011, 10:20 PM)
I think it will be FM1 Socket and hopefully backwards compatible with newer processor next year..

Llano 400SP Graphic card performance maybe around HD3870. or maybe better since HD3870 is 320 SP..but no one knows.

But if it is better than HD 3870,it is quite decent already  wink.gif
*
More comparable to 5570, since it has similar shaders to the Redwood core due to DX11 support, 400 shaders at slower speeds and a shared memory bus means performance is more akin to 5570 than the 5670.
AMDAthlon
post Mar 19 2011, 07:29 AM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


QUOTE(everling @ Mar 19 2011, 12:56 AM)
There is also the clockspeed to consider. It would have been nice if the Llano and Bulldozer processors use the same socket. Then I might seriously consider getting a Llano processor.
*
I cannot be same socket.Bulldozer is CPU while Llano is APU.If you want same socket i think next year because Bulldozer will be APU that time.
But it is all unconfirmed yet so we have to wait cool.gif


QUOTE(dma0991 @ Mar 19 2011, 01:24 AM)
But I wonder why is there Llano for desktop anyways..I've always have the impression that Llano should be strictly be in the mobile space
There is a lot of hype of GEMs or graphic enabled microprocessors for laptops which I think Llano will shine the best at..
From what I can guess the Llano APU can save more power compared to a conventional setup and may reduce the cost of making laptops..
Not to mention hybrid Crossfire can also work if there is Llano APU + Radeon mobile GPU..
Makes more sense also because I don't see people changing CPUs or GPUs in their mainstream laptops at all..so Llano should be good for the mobile market
*
Why not it is good for Desktop?
Just as how Zacate exist as HTPC why not Llano?
Llano can be cheaper options to others who does not have enough budget.

It will be available on Laptop and Notebook for sure.It will be on Desktop because it is going to replace Athlon II processor and those integrated GPU motherboard in the future.
While Bulldozer will replace the current Phenom II,the Llano will replace the current Athlon II.
dma0991
post Mar 19 2011, 12:34 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(AMDAthlon @ Mar 19 2011, 07:29 AM)
I cannot be same socket.Bulldozer is CPU while Llano is APU.If you want same socket i think next year because Bulldozer will be APU that time.
But it is all unconfirmed yet so we have to wait  cool.gif
Why not it is good for Desktop?
Just as how Zacate exist as HTPC why not Llano?
Llano can be cheaper options to others who does not have enough budget.

It will be available on Laptop and Notebook for sure.It will be on Desktop because it is going to replace Athlon II processor and those integrated GPU motherboard in the future.
While Bulldozer will replace the current Phenom II,the Llano will replace the current Athlon II.
*
Not saying that it couldn't be as a replacement for the Athlon II..I would say it is like a direct competition to the H67 Intel SB
Llano will be in the cheaper range and provides IGP..and most probably offer overclocking potential at the same time
Pretty sure there are many who wants a computer not for gaming only..maybe a media PC and that is where Llano comes in
But finally AMD is doing something right by working with software developers to make the best of their hardware..example IE9,Firefox and Chrome
As of now there is not much info about Socket FM1 but I do hope it is a conventional socket like the LGA or PGA where the user can upgrade the processor easily
zepth_artheroz
post Mar 20 2011, 09:24 AM

Getting Started
**
Junior Member
143 posts

Joined: Aug 2008
From: Kajang / Selangor


http://event.asus.com/2011/mb/AM3_PLUS_Ready/
Does this means these mobo's are bulldozer ready???

This post has been edited by zepth_artheroz: Mar 20 2011, 09:24 AM
dma0991
post Mar 20 2011, 03:14 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


From what I can gather the Socket FM1 should be for notebooks..so in fact Llano is going to aim the mobile market first
I think after it is successful in the mobile market it will move on to desktop when it integrates Bulldozer modules into Llano..
The Socket FM1 is a micro PGA so my guess the whole range of Llano will be in PGA instead of BGA..luckily it is in PGA form that means it is upgradable smile.gif

» Click to show Spoiler - click again to hide... «


QUOTE(zepth_artheroz @ Mar 20 2011, 09:24 AM)
http://event.asus.com/2011/mb/AM3_PLUS_Ready/
Does this means these mobo's are bulldozer ready???
*
The motherboard manufacturers claim that their AM3 boards can support Bulldozer processors with a BIOS update..
AMD has not confirmed this yet but I think you can use a Bulldozer processor on an AM3 socket motherboard..
The motherboard might be ready but not for sale yet..
Dandy
post Mar 21 2011, 09:14 AM

Getting Started
**
Junior Member
193 posts

Joined: Sep 2008


SB fast but in term on gaming only fast on anything that below full hd.nw i think every1 got full hd lcd/led d.i think just wait for the review of bulldozer and z68 c thing how they turn out.
saturn85
post Mar 25 2011, 09:39 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



First AMD Bulldozer Benchmarks Leaked brows.gif
user posted image

actually it is the server base bulldozer, interlagos chips with 16 cores. biggrin.gif

i think the test system is dual cpu socket,
means using two 16 cores interlagos chips. unsure.gif
zerorating
post Mar 25 2011, 09:44 PM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(saturn85 @ Mar 25 2011, 09:39 PM)
thats awsome,maybe fast because the benchmark all 8 core inside bulldozer die, since they can compress the old athlonII core into much smaller core inside llano, hopes the benchmark true

correction- the cpu that was use for benchmark are 1.8ghz 16 cores bulldozer core doh.gif dont put expectation too much doh.gif

QUOTE(saturn85 @ Mar 25 2011, 09:49 PM)
actually it is the server base bulldozer, interlagos chips with 16 cores. biggrin.gif
*
hope the desktop version gonna be 8core 3.6ghz doh.gif

This post has been edited by zerorating: Mar 25 2011, 09:47 PM
Ricky Ling
post Mar 25 2011, 10:44 PM

Regular
******
Senior Member
1,055 posts

Joined: Sep 2004
From: Kelana Jaya


Bulldozer still very new and intended to be high end desktop CPU choice...
Pewufod
post Mar 26 2011, 02:54 AM

Regular
******
Senior Member
1,536 posts

Joined: Jul 2008


if its high end + best price/performance like their GC counterpart then many might consider switching to AMD this time
Cyclonechuah
post Mar 29 2011, 06:38 PM

(  ̄ c ̄)=c |。◕‿‿◕。|
******
Senior Member
1,726 posts

Joined: Oct 2007
From: Taiping Perak



well, i just pray on god and hope it can compete with intel, so the price fight will be advantage too all consumers.

If intel owned and AMD fail, consumers also don't be happy since intel will take the performance crown and release overprice product later.
Pegasus88
post Mar 30 2011, 11:06 AM

Enthusiast
*****
Senior Member
725 posts

Joined: Mar 2011
From: MIRI


hope i7series prices will drop after bulldozer announced~ but do u guys think bulldozer series will be cheaper than i7 ?

when will Bulldozer reach malaysia rclxm9.gif so eager with it
Arool
post Mar 31 2011, 01:08 AM

Getting Started
**
Junior Member
253 posts

Joined: Jan 2003


I always love AMD for their effort.their chipset is good actually.they cramped SATA 3.0 in 890fx while intel's X58 still rely on 3rd party chip.their backward compatibility are awesome.they also come with more PCIe lane.that why manufacturer can keep lower price for AMD mobo.it juz that their proc can't keep up with intel.i really hope this new gen proc will put AMD back neck to neck with intel.then,i'll seriously will migrate my system back to AMD
dma0991
post Mar 31 2011, 01:35 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


Don't hope on cheap prices from AMD already as they have brought back the FX series and most probably their top of the line 8 core processor will be very expensive..
I am expecting that 8 core to outperform current SB offerings but at the same time cost more than the Core i7 2600K as well..I doubt it will be priced on par or lower than Core i7 2600K just to compete with it
zerorating
post Mar 31 2011, 02:01 AM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(dma0991 @ Mar 31 2011, 01:35 AM)
Don't hope on cheap prices from AMD already as they have brought back the FX series and most probably their top of the line 8 core processor will be very expensive..
I am expecting that 8 core to outperform current SB offerings but at the same time cost more than the Core i7 2600K as well..I doubt it will be priced on par or lower than Core i7 2600K just to compete with it
*
their new strategy are the different now,i bet the top of the line bulldozer will price on par with core i7 2600k,they dont care about enthaustic market like what intel's offering(980x,990x)
For me they must win in term of performance for the fx series, since bulldozer are purely cpu, not like sandy bridge which include gpu, if the performance are nearly the same, they price will be much lesser
the reason why they return back the fx name, because they want those chip to be leader for performance and return back the glory of the old amd
brah, i want the review for the 6 core right now, high end user wont care about gpu inside the cpu rolleyes.gif
user posted image
in this product positioning they will priced 4core (2 module) bulldozer higher than 4 core llano with gpu, just hope it will have outstanding performance

This post has been edited by zerorating: Mar 31 2011, 02:08 AM
dma0991
post Mar 31 2011, 11:16 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(zerorating @ Mar 31 2011, 02:01 AM)
their new strategy are the different now,i bet the top of the line bulldozer will price on par with core i7 2600k,they dont care about enthaustic market like what intel's offering(980x,990x)
For me they must win in term of performance for the fx series, since bulldozer are purely cpu, not like sandy bridge which include gpu, if the performance are nearly the same, they price will be much lesser
the reason why they return back the fx name, because they want those chip to be leader for performance and return back the glory of the old amd
brah, i want the review for the 6 core right now, high end user wont care about gpu inside the cpu  rolleyes.gif
in this product positioning they will priced 4core (2 module) bulldozer higher than 4 core llano with gpu, just hope it will have outstanding performance
*
I know they are not aiming for the enthusiasts market like the LGA2011/LGA1366..LGA1366 might make sense because it is still cheap
If you scale the price of SB as mid range and SB-E as high end the SB-E would easily be somewhere 1k++ for the processor alone..
I've seen the list of features that SB-E has and I don't think AMD will sacrifice backwards compatibility for oversized socket and quad channel DDR3..
Bulldozer performance seems a little bit vague currently because AMD has not even released much info about it..
But from the architecture side it is actually a different approach than Intel's and 8 core is actually 4 modules which should equal 4 cores to Intel..
I will come to expect many would say that Intel's 4 core is superior to AMD's 8 core instead of looking at how it should be looked at..4 modules not 8 cores rolleyes.gif
Even more so the Bulldozer module without the L2 cache has the same die space as a single SB core..so a module should be compared with Intel's single core
I am also waiting for the 6 core but AMD marketing team is stupid for making me and the whole market wait.. yawn.gif
Llano will not enter the desktop market yet but it should aim for the laptop market first..E-350 low end laptops are going as cheap as some netbooks already
zerorating
post Mar 31 2011, 12:40 PM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(dma0991 @ Mar 31 2011, 11:16 AM)
I know they are not aiming for the enthusiasts market like the LGA2011/LGA1366..LGA1366 might make sense because it is still cheap
If you scale the price of SB as mid range and SB-E as high end the SB-E would easily be somewhere 1k++ for the processor alone..
I've seen the list of features that SB-E has and I don't think AMD will sacrifice backwards compatibility for oversized socket and quad channel DDR3..
Bulldozer performance seems a little bit vague currently because AMD has not even released much info about it..
But from the architecture side it is actually a different approach than Intel's and 8 core is actually 4 modules which should equal 4 cores to Intel..
I will come to expect many would say that Intel's 4 core is superior to AMD's 8 core instead of looking at how it should be looked at..4 modules not 8 cores  rolleyes.gif
Even more so the Bulldozer module without the L2 cache has the same die space as a single SB core..so a module should be compared with Intel's single core
I am also waiting for the 6 core but AMD marketing team is stupid for making me and the whole market wait.. yawn.gif
Llano will not enter the desktop market yet but it should aim for the laptop market first..E-350 low end laptops are going as cheap as some netbooks already
*
im not really putting to much hope on amd since their rnd budget are much lower than intel, they might release ivy bridge (expected 15% faster than sandy bridge), just hoping the the single core bulldozer performance to have 80-100% of sandy bridge core and price competitively.Of course the 2-3k priced intel processor will win the benchmark, but who can afford that, with amd, im just hoping to get the best bang of the buck offering and we can see the current sandy bridge filling up those offering
everling
post Mar 31 2011, 02:30 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
If that graph is correct, aren't we also looking at two different sockets, each serving a particular market class, something like Intel's? AM3+ and FM1.
^KamilskaZ^
post Mar 31 2011, 04:32 PM

roar...roar....
******
Senior Member
1,222 posts

Joined: Jan 2003
From: Melaka



by seen that price system,can it fusion with dedicated graphic card like hybrid crossfire?
dma0991
post Mar 31 2011, 04:40 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(^KamilskaZ^ @ Mar 31 2011, 04:32 PM)
by seen that price system,can it fusion with dedicated graphic card like hybrid crossfire?
*
I suppose that could be a possibility as with the previous version of IGP where it is integrated on the motherboard instead had hybrid crossfire as in IGP + discrete..
So there can be a possibility that such hybrids will come out again..



Crysis 2 on the E-350..anyone interested in playing ultra low almost playable settings? smile.gif
zerorating
post Mar 31 2011, 06:11 PM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(^KamilskaZ^ @ Mar 31 2011, 04:32 PM)
by seen that price system,can it fusion with dedicated graphic card like hybrid crossfire?
*
for the llano, you can only crossfire with hd5500 series only i think...
panglimanadzri
post Apr 1 2011, 05:06 PM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


amd gaming console?

sos
http://www.kitguru.net/components/graphic-...-into-consoles/
rclxms.gif

amd fusion II (code name krishna) will be used in next gen xbox 720?

sos:
http://www.kitguru.net/software/gaming/jul...i-for-xbox-720/
thumbup.gif

sorry for being a slowpoke<-------- dont knw what this means actually. hahaha. anyway, this is a good news for amd fusion..

the E-350 is not meant for heavy gaming, it's the first generation amd fusion, the sole purpose is to fight the utra-low intel atom/celeron-based netbook/notebook. i bet atom/celeron based netbook/notebook cannot play crysis2 at all.

This post has been edited by panglimanadzri: Apr 1 2011, 05:20 PM
leyley
post Apr 1 2011, 09:22 PM

Look at all my stars!!
*******
Senior Member
2,096 posts

Joined: May 2008
Nvidia Wants Multi-GPU SLI Technology on AMD FX "Bulldozer" Platforms - Slide.

user posted image
saturn85
post Apr 1 2011, 09:59 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



good, SLI support on amd chipset. rclxms.gif
currently really limited choise to play SLI on amd platform. sweat.gif

expect to launch in late june. unsure.gif
dma0991
post Apr 2 2011, 02:02 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(panglimanadzri @ Apr 2 2011, 10:16 AM)
the E-350 is not meant for heavy gaming, it's the first generation amd fusion, the sole purpose is to fight the utra-low intel atom/celeron-based netbook/notebook. i bet atom/celeron based netbook/notebook cannot play crysis2 at all.
*
The reason that I posted it here is just to show that the E-350 can play Crysis 2 although not at the optimal settings that you would come to expect of Crysis 2..
Considering that this is a netbook and you could at least play games pretty much anywhere although at reduced settings..
blindbox
post Apr 4 2011, 07:32 AM

Meh
******
Senior Member
1,705 posts

Joined: Nov 2004


http://www.xtremesystems.org/forums/showthread.php?t=268956

When is this out in malaysia?
g5sim
post Apr 4 2011, 08:12 AM

Look at all my stars!!
*******
Senior Member
5,750 posts

Joined: Jan 2003
From: Sri Kembangan


QUOTE(AMDAthlon @ Mar 9 2011, 05:49 PM)
If you need HTPC,current Zacate is already enough for you.

Theres already motherboard based on Zacate,find it smile.gif
*
hehe Dell quitely included two APU Zacate lappies on its website. Both are dual-core processors featuring HD6310 (E350 APU) RM1800 and HD6250 (C50 APU) RM 1600 graphics. Both are 11.6" lappies with 'superfine' display in which we see 1366 x 768 pixels crammed into a 11.6". You can identify the APU models with model numbers ending in **02. Models were just added few days ago. I believe they will soon add 13.3" APU models

http://www.dell.com/my/p/inspiron-m102z/pd...=inspiron-m102z
http://www.dell.com/my/p/inspiron-m102z/pd...=inspiron-m102z

these are for those who want ULTRA mobility with power. The lappies are thin and light - less than 1" thick and last more than 9hrs on a six cell battery.
dma0991
post Apr 4 2011, 02:54 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(blindbox @ Apr 4 2011, 07:32 AM)
Most probably somewhere near July 20th as that is the release date of the Bulldozer CPU..

QUOTE(g5sim @ Apr 4 2011, 08:12 AM)
hehe Dell quitely included two APU Zacate lappies on its website. Both are dual-core processors featuring HD6310 (E350 APU) RM1800 and HD6250 (C50 APU)  RM 1600 graphics. Both are 11.6" lappies with 'superfine' display in which we see 1366 x 768 pixels crammed into a 11.6". You can identify the APU models with model numbers ending in **02. Models were just added few days ago. I believe they will soon add 13.3" APU models

http://www.dell.com/my/p/inspiron-m102z/pd...=inspiron-m102z
http://www.dell.com/my/p/inspiron-m102z/pd...=inspiron-m102z

these are for those who want ULTRA mobility with power. The lappies are thin and light - less than 1" thick and last more than 9hrs on a six cell battery.
*
That prices don't make the E-350 attractive anymore..I'd rather see like the Acer version where the notebook version and the netbook version is not even more than RM100 price difference..
The Acer notebook with E-350 is like RM1349 I last saw it..when it first came out it was like RM1600+ and the price not tempting at all back then..but now price drop so much drool.gif
g5sim
post Apr 4 2011, 08:11 PM

Look at all my stars!!
*******
Senior Member
5,750 posts

Joined: Jan 2003
From: Sri Kembangan


QUOTE(dma0991 @ Apr 4 2011, 02:54 PM)
Most probably somewhere near July 20th as that is the release date of the Bulldozer CPU..
That prices don't make the E-350 attractive anymore..I'd rather see like the Acer version where the notebook version and the netbook version is not even more than RM100 price difference..
The Acer notebook with E-350 is like RM1349 I last saw it..when it first came out it was like RM1600+ and the price not tempting at all back then..but now price drop so much  drool.gif
*
lidat i wait till Dell drops its price tongue.gif
Riddhy
post Apr 5 2011, 03:22 AM

Regular
******
Senior Member
1,956 posts

Joined: May 2008


any one know their cpu prices i hope a 6 core will beat 2600k at rm 700
saturn85
post Apr 5 2011, 03:46 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



Gigabyte Unveils AM3+ Black Socket Motherboards
MSI Updates AM3 Motherboards for AM3+ CPUs brows.gif

AMD’s first 32nm part coming in Q2 biggrin.gif

Llano delay helped yields unsure.gif
dma0991
post Apr 5 2011, 04:44 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(Riddhy @ Apr 5 2011, 03:22 AM)
any one know their cpu prices i hope a 6 core will beat 2600k at rm 700
*
Not too sure about the pricing but it should be placed accordingly to what it is supposed to compete with..not too sure about how to gauge that a 6 core BD will beat a 4 core SB because it depends on the test done
Fingers crossed that the performance is worth the wait.. biggrin.gif

On the other hand Llano is shipping already most probably to ODM..expect to see Llano based devices after Bulldozer comes out
http://blogs.amd.com/fusion/2011/04/04/%E2...pu-is-shipping/
http://www.hardocp.com/news/2011/04/04/amd...o_apu_shipping/

user posted imageuser posted imageuser posted image

AMD Llano coming to a laptop soon..desktop version most probably available next year when they refresh their Llano with Bulldozer modules

http://www.tomshardware.com/news/amd-llano...mple,12549.html
Nosferatu
post Apr 5 2011, 04:47 PM

Casual
***
Junior Member
308 posts

Joined: Dec 2004


QUOTE(saturn85 @ Apr 5 2011, 03:46 AM)
that is nice of MSI
Dunno about Intel mobos lately since I stopped using Intel ages ago, but the nice feature for amd mobos is that it can support a wide range of their cpu line making upgrading less of a hassle. Of coz still got limit lar
everling
post Apr 6 2011, 07:31 AM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
It might be fun to CF the Llano with a budget HD6000 card, as in addition to the CF perf, we might also get simultaneous access to the motherboard's graphic ports.
sai86
post Apr 10 2011, 11:58 PM

StilL LearninG
*******
Senior Member
4,934 posts

Joined: Sep 2008
From: Setapak


cant wait to reach our shore. the price vs performance is kind off good to me biggrin.gif thumbup.gif
muz get 1 for portable usage tongue.gif
smokymcpot
post Apr 11 2011, 09:46 PM

Regular
******
Senior Member
1,171 posts

Joined: Sep 2010


Have any of you guys seen this?
http://www.cpuforever.com/showthread.php?tid=896

QUOTE(dma0991 @ Apr 10 2011, 11:32 PM)
user posted imageuser posted imageuser posted image

AMD Llano coming to a laptop soon..desktop version most probably available next year when they refresh their Llano with Bulldozer modules

http://www.tomshardware.com/news/amd-llano...mple,12549.html
*
Llano for desktop only can get next year? rclxub.gif Link?

Well, according to Tom's Hardware, they said it will be available in a few months time. So should come same time with Bulldozer in June biggrin.gif

So the llano uses integrated graphics? Cannot get another gpu to use on the mobo?
mitodna
post Apr 12 2011, 03:41 AM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
28mm Ontario/Zacate ? http://semiaccurate.com/2011/04/11/guess-w...ped-out-at-amd/
tech_frix
post Apr 12 2011, 05:55 AM

Boo Yah!
*******
Senior Member
5,656 posts

Joined: Sep 2007
From: wheres d oil price is higher than condoms..

i dont think d price will be cheap since they claimed that Bulldozer was on par with SB from Intel...
so guys, dont put high hope on d pricing ya...
parascout
post Apr 12 2011, 11:00 AM

New Member
*
Junior Member
5 posts

Joined: May 2010
QUOTE(smokymcpot @ Apr 12 2011, 05:56 AM)
Llano for desktop only can get next year?  rclxub.gif  Link?
*
maybe desktop and llano share the same socket just the desktop cpu requires tons of power hmm.gif
but 2.4ghz quad core seems impressive if it made for a notebook, but currently amd only put its 1.8ghz version for comparison with sandy bridge


This post has been edited by parascout: Apr 12 2011, 11:03 AM
dma0991
post Apr 12 2011, 08:30 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(smokymcpot @ Apr 12 2011, 05:56 AM)
Llano for desktop only can get next year?  rclxub.gif  Link?
*
Llano will be at its best with notebooks as most desktop users would rather rely on a discrete GPU to offer them the performance they need for gaming..
There is no link of course but there will be a refresh like I said with Bulldozer modules..since it is an APU it will also use its own socket rather than AM3/AM3+
The desktop version I am not 100% sure but I am pretty sure they will as there is a market for users that want a budget PC that is faster than Zacate..
user posted image
QUOTE(parascout @ Apr 12 2011, 11:00 AM)
maybe desktop and llano share the same socket just the desktop cpu requires tons of power hmm.gif
but 2.4ghz quad core seems impressive if it made for a notebook, but currently amd only put its 1.8ghz version for comparison with sandy bridge
*
Those kind of videos are better taken with a grain of salt as the tests are made to show that Llano is better than SB..
In actual fact Intel's processor is actually a lot better compared to AMD's Stars but this test is loading more on the video and graphical based applications..
So actually this test is to show that AMD Llano can handle those multitasking loads as the video processing is offloaded to its GPU making the CPU handle other tasks..
The SB however has to handle all of the load on its own and no matter how powerful it may be..if you make any processor do all the work it will slow down
If Llano CPU portion is made to do all 100% of the workload in that test it will suffer about the same problems as well so the star of the show is the GPU..
QUOTE(smokymcpot @ Apr 12 2011, 03:00 PM)
Well, according to Tom's Hardware, they said it will be available in a few months time. So should come same time with Bulldozer in June biggrin.gif
*
Bulldozer will come in June but Llano if I am not mistaken would be released the month after..now it is only shipped to OEM partners to assemble it to laptops

QUOTE(smokymcpot @ Apr 12 2011, 08:55 PM)
So the llano uses integrated graphics? Cannot get another gpu to use on the mobo?
*
Obviously for the desktop version it will have a PCIE slot to use a discrete GPU..even the Zacate have a PCIE 4x so I don't see why Llano won't have at least PCIE 16x
I think that the GPU on the Llano APU will also be in a hybrid Crossfire with a compatible Radeon GPU to switch between the 2 GPU depending on workloads..
zerorating
post Apr 12 2011, 09:25 PM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(dma0991 @ Apr 12 2011, 08:30 PM)
Those kind of videos are better taken with a grain of salt as the tests are made to show that Llano is better than SB..
In actual fact Intel's processor is actually a lot better compared to AMD's Stars but this test is loading more on the video and graphical based applications..
So actually this test is to show that AMD Llano can handle those multitasking loads as the video processing is offloaded to its GPU making the CPU handle other tasks..
The SB however has to handle all of the load on its own and no matter how powerful it may be..if you make any processor do all the work it will slow down
If Llano CPU portion is made to do all 100% of the workload in that test it will suffer about the same problems as well so the star of the show is the GPU..
*
actually sandy bridge's hd3000 are also being able to do hardware acceleration for video playback and the gpu was use to render the final fantasy 14, however its still pick application for the comparison doh.gif ,but if the llano based notebook(apu only) can be sell under rm2000, i guess its really good bang for buck

i wonder why the next 2012 buldozer must include a gpu, are we reaching the era where computational operation can be easily offload by gpu, hmm.gif guess it will be the revolution of computer era, where gpu takes nearly all process doh.gif

This post has been edited by zerorating: Apr 12 2011, 09:29 PM
dma0991
post Apr 12 2011, 09:32 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(zerorating @ Apr 12 2011, 09:25 PM)
actually sandy bridge's hd3000 are also being able to do hardware acceleration for video playback and the gpu was use to render the final fantasy 14, however its still pick application for the comparison  doh.gif ,but if the llano based notebook(apu only) can be sell under rm2000, i guess its really good bang for buck

i wonder why the next 2012 buldozer must include a gpu, are we reaching the era where computational operation can be easily offload by gpu, hmm.gif guess it will be the revolution of computer era, where gpu takes nearly all process  doh.gif
*
The HD3000 can do hardware acceleration but I have seen some said that that Llano GPU could offer 2-3x more performance compared to a HD3000..
I am guessing as well some power saving from having the GPU on the same die as opposed to having it on the motherboard..every milli Watt counts to laptops
However I have seen an increase in collaboration between AMD and software manufacturers so that those softwares can take advantage of the APU..
This is a good step by AMD as there is no point in having a good hardware but on the software side it is not utilizing it..
If Llano can be sold for less than 2k it would definitely be a hit for the mainstream consumers..
That is also why that the market is speculated to have an increase in GEMs..that also should mean the end for AM3+ socket for Zambezi
Maybe they will introduce a single socket type for Trinity and Komodo APU.. hmm.gif


This post has been edited by dma0991: Apr 12 2011, 09:35 PM
kingkingyyk
post Apr 12 2011, 09:58 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE
Maybe they will introduce a single socket type for Trinity and Komodo APU..

Komodo is not APU, it is CPU. brows.gif
zerorating
post Apr 12 2011, 10:30 PM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(kingkingyyk @ Apr 12 2011, 09:58 PM)
Komodo is not APU, it is CPU. brows.gif
*
lol,yup you are right, dx11 are just a part for the platform, not including on same die, but u really wondered why intel working so hard to put gpu on its processor and microsoft start to support arm processor and nvidia have a great roadmap for tegra processor maybe on the upcoming year, software can easily utilize gpu resources, yes gpu are far more efficient but its still really too complex to been use
everling
post Apr 13 2011, 12:50 AM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
As the process sizes shrinks, it makes sense to want to integrate as many features as possible in one chip. Do you remember the ATI Radeon X1000 generation, like the expensive, huge, powerful, hot and noisy X1950 Pro? The higher end Llano has more GPU muscles and features than that X1950 Pro. It is cheaper to manufacture, it consumes less overall power, generates less overall heat, and has expanded processing capabilities. For laptops, HTPCs, gaming consoles (Xbox 360's CPU and GPU are on a single chip) and other consumer electronics that may make use of such features, this is progress and a very good thing.

QUOTE(zerorating)
i wonder why the next 2012 buldozer must include a gpu, are we reaching the era where computational operation can be easily offload by gpu

For certain parallel processing tasks, the GPU can provide 10 to more than 20 times the processing power of a CPU.

saturn85
post Apr 13 2011, 04:33 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



Bulldozer yields are good rclxms.gif
Nosferatu
post Apr 13 2011, 11:24 PM

Casual
***
Junior Member
308 posts

Joined: Dec 2004


AMD Chipsets Will be the First to Support USB 3.0
QUOTE
AMD announced that its A75 and A70M Fusion chipsets will be the first certified 'Superspeed USB' chipsets. Translated into plain English that means they will support the 5Gbps USB 3.0 interface.

By bringing USB 3.0 support into its Fusion chipsets, AMD has become the first chip firm to integrate a USB 3.0 controller into its silicon. Even though Intel is on the panel that designed the USB 3.0 interface, it has yet to announce a chipset that supports the interface, instead focusing on its Light Peak interface, now known as Thunderbolt.

USB 3.0 does provide backwards compatibility with USB 2.0 and that's what AMD will play on as it promotes Fusion.

AMD Fusion USB3.0

Thats a good start for the notebooks using amd chipset. Does this mean when bulldozer arrives we're getting USB3.0 mobos as well ? brows.gif
While AMD maybe the first to finish off what Intel and USB 3.0 is fast now, isnt Thunderbolt better since it has 10gb/s transfer rate ?
syazani43
post Apr 14 2011, 03:15 AM

New Member
*
Junior Member
38 posts

Joined: Jul 2007


they revive their FX moniker...
now im scare with the price...
dma0991
post Apr 14 2011, 04:08 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(Nosferatu @ Apr 13 2011, 11:24 PM)
AMD Chipsets Will be the First to Support USB 3.0

AMD Fusion USB3.0

Thats a good start for the notebooks using amd chipset. Does this mean when bulldozer arrives we're getting USB3.0 mobos as well ? brows.gif
While AMD maybe the first to finish off what Intel and USB 3.0 is fast now, isnt Thunderbolt better since it has 10gb/s transfer rate ?
*
At least now they have native support for USB 3.0..not too sure as to whether Thunderbolt will takeoff or not as there are so many devices out there compatible with USB
If Intel manages to force all OEM to implement the Thunderbolt then there is a possibility it could be the successor to USB..
But then again Thunderbolt is so fast I doubt any device can actually gain additional performance as devices such as HDD is not fast enough to keep up..
QUOTE(syazani43 @ Apr 14 2011, 03:15 AM)
they revive their FX moniker...
now im scare with the price...
*
Definitely not all their products will be under the FX moniker and will be priced accordingly..
If AMD decides to price it at a level of LGA2011 X79 they will just dig their grave because it is too expensive for the mainstream market..
Bulldozer should be priced according to SB prices..according to this chart also you won't see a whole complete system won't cost a lot and not priced $1k+ per CPU
user posted image
saturn85
post Apr 14 2011, 04:18 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(Nosferatu @ Apr 13 2011, 11:24 PM)
AMD Chipsets Will be the First to Support USB 3.0

AMD Fusion USB3.0

Thats a good start for the notebooks using amd chipset. Does this mean when bulldozer arrives we're getting USB3.0 mobos as well ? brows.gif
While AMD maybe the first to finish off what Intel and USB 3.0 is fast now, isnt Thunderbolt better since it has 10gb/s transfer rate ?
*
yeah, a nice move. rclxms.gif
smokymcpot
post Apr 14 2011, 02:25 PM

Regular
******
Senior Member
1,171 posts

Joined: Sep 2010


Woah. Llano quad core also below 700 USD. Is it gonna be more than 500? :S
yimingwuzere
post Apr 14 2011, 02:31 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


QUOTE(smokymcpot @ Apr 14 2011, 02:25 PM)
Woah. Llano quad core also below 700 USD. Is it gonna be more than 500? :S
*
Compare prices with the Sandy Bridge equivalent. The 700USD quote is for the whole rig.

Regarding USB3, would they release a new southbridge that supports it for FX890? That would be important to enthusiasts I reckon, rather than the current third party Renesas chips.
Avex
post Apr 16 2011, 11:11 AM

On my way
****
Junior Member
570 posts

Joined: Jan 2003
From: /k/ isle

All i want to know is where and when can i get my hands on AMD 8-core CPU
Clem1982
post Apr 21 2011, 09:48 AM

Just Helping Out ^^
*******
Senior Member
8,746 posts

Joined: Jul 2010
From: S.A.B.A.H


New update!!
http://hothardware.com/Reviews/Questions-o...ozer-Discussed/

looks like I'll have to change my mobo afterall cry.gif
Unleashed
post Apr 22 2011, 08:23 PM

Casual
***
Junior Member
322 posts

Joined: Dec 2010
From: Kuala Terengganu



oh man, i cant wait!!!
really hope it can beat sandy bridge..
and hope its price is good too..
definitely will change to bulldozer when it is released!!!!

COME ON AMD!!!
tissueboxie
post Apr 22 2011, 10:18 PM

New Member
*
Newbie
2 posts

Joined: Apr 2011
Zacate is good but not revolutionary. I hope to see Llano's IGP perform better, much better than Intel's SNB.
dma0991
post Apr 23 2011, 05:48 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(tissueboxie @ Apr 22 2011, 10:18 PM)
Zacate is good but not revolutionary. I hope to see Llano's IGP perform better, much better than Intel's SNB.
*
Zacate was only a proof of concept that Fusion is suitable for the market..it does well in the netbook and low cost notebook market
Llano will obviously be better than Zacate because it is not built for low power consumption like Zacate at 18W..Intel SB GPU is not that bad either
The HD6450 is a discrete GPU but it is also part of Llano which has HD6410-HD6550 so you can expect similar or better performance..
» Click to show Spoiler - click again to hide... «


This post has been edited by dma0991: Apr 28 2011, 05:14 AM
jeopardise
post Apr 27 2011, 07:03 PM

tidak memberi seketul tahi!
******
Senior Member
1,767 posts

Joined: Jan 2003
From: Bandar Seri Putra


QUOTE
AMD's FX "Bulldozer" CPU Clock Speeds Revealed

user posted image

While AMD is rather cautious in its official statements in regards to anything related to the upcoming CPU offerings based on the next-generation Bulldozer architecture, unofficial sources leak more and more information. This is not a surprise, as the launch is drawing near. Now a Chinese website published excerpts from datasheets explaining the technical specifications of various Bulldozer samples. These are not the usual engineering samples we are talking about here (those are ticking at 1.8 and 2.6GHz), but samples of actual products that are going to be launched on June 7, 2011 in Taipei, Taiwan.

user posted image

More info at: http://www.brightsideofnews.com/news/2011/...s-revealed.aspx
saturn85
post Apr 27 2011, 10:08 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



wow, the cpu boost frequency quite high.
one of them can boost to 4.1GHz. notworthy.gif
kingkingyyk
post Apr 30 2011, 10:52 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Source : www.inpai.com.cn
Translated : By me

The Six Differences Between AM3 and AM3+ Socket.
AM3+ socket :
user posted image
user posted image
AM3+ pin socket is larger than AM3 pin socket by 11%, so the performance of electricity also different.
To prevent breaking the pin on the CPU when putting it on AM3 motherboard, you must be careful.
user posted image
The difference is not only limited on appearance only, but also technical specification.
AM3+ socket has faster link between CPU and power supply controller.
It uses the design on 3.4MHz VID. It enables better power management and power saving.
For your information, AM3 motherboard only provide 400KHz, which is obviously slower.
user posted image
AM3+ motherboard also can reduce the ripple by 22%, making the power management more scientific, better stability.
user posted image
Because of the advance architecture and high core number of Bulldozer, motherboard is required to provide more electricity.
So, AM3+ socket can provide more 32% of electricity than AM3, to meet the requirement of Bulldozer.
user posted image
In addition, AM3+ motherboard got adjusted cooler bracket.
According to there said, it can reduce the temperature of CPU at certain degree.
MichaelJohn
post Apr 30 2011, 10:58 AM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

About time they changed the cooler retention design ...

damn , need to start saving now
dma0991
post Apr 30 2011, 03:12 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


Actually that came from ASRock..not too sure if it applies to all AM3+ board from all manufacturers but about the pin hole is definitely for all AM3+ boards

http://www.asrock.com/news/events/2011AM3+/

QUOTE
AMD's busy June launch schedule leaks - Zambezi, Llano are all in

It's no secret that AMD is planning for some major releases before this quarter ends, but the exact time line has only been suggested. Thankfully, now the schedule for AMD's June offensive has leaked online so everyone can mark their calendars and make plans for potential upgrades.

The whole AMD-flavored madness will begin on June 1st at Computex where the company will reveal its Sabine notebook platform (powered by the Llano A-Series APUs), the 900 Series chipsets (there will be FM1 parts for Llano and AM3+ parts for Zambezi/FX Series CPUs), and the VISION 2011 line (basically includes all desktop/notebook/netbook platforms for this year).

Moving forward to June 7th, this is the day on which AMD will officially unveil the FX Series processors (Zambezi) and the AM3+ platform. The 6/8-core Zambezi chips will have their debut at E3 in Los Angeles.

On June 13 the AMD-supported Fusion Developer Summit will kick off in Seattle and will, of course, focus on the Fusion ecosystem. Nothing all that exciting for the regular user but there may be some interesting software announcement made.

Last but not least, on June 14, AMD will hold in Seattle the 'Client Launch Event' for both the Sabine (notebook) and Lynx (desktop) platforms, and the VISION 2011 offering. Expect a heap of announcement on the 14th since partners will get the green light to reveal their Sabine/Lynx-based products.

As you can see there will be two fiery AMD weeks in June so don't book any time off. We sure won't.
user posted image


June 1 (Computex) - Llano announcement + 900 series chipset launch + Vision 2011
June 7 (E3) - FX Bulldozer launch + AM3+ motherboards launch
AMDAthlon
post May 2 2011, 05:58 PM

The future is Fusion
*******
Senior Member
5,221 posts

Joined: Aug 2007
From: Deneb star


QUOTE(^KamilskaZ^ @ Mar 31 2011, 04:32 PM)
by seen that price system,can it fusion with dedicated graphic card like hybrid crossfire?
*
Yes it can.It can be paired with either HD6570 or 6670.Refer to below :


[DH] Radeon HD 6550: Fastest IGP desinged for desktop level Fusion LIano Processors

QUOTE
AMD Radeon HD 6550 detailed. It will come with Fusion A8-3550 and A8-3550P Processors. It has 400 shader processors and the default GPU speed is 594MHz. Consumers can use Turks based discrete graphics card such as Radeon HD 6570 and Radeon HD 6670 with Radeon HD 6550 in dual graphics mode and AMD called Radeon HD 6550 + Radeon HD 6670 as Radeon HD 6690.


http://translate.google.com/translate?js=n...eon-HD-6550.htm
saturn85
post May 3 2011, 09:52 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



Three Bulldozer motherboards leaked brows.gif

AMD FX and Llano performance leaked brows.gif
user posted image
dma0991
post May 5 2011, 12:56 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


^ That is not an accurate indicator of performance as PCMark Vantage is capped at 4 cores or threads. That is why you can see that Core i3 2100 2C/4T and Core i5 2300 4C/4T has a very close score against the Core i7 2600K 4C/8T. So that means that actually the score for the AMD FX 8 core is using only 4 cores to produce that score which matches the Core i7 2600K with 4 physical cores running but HT off due to the 4 core or thread limitation of PCMark Vantage.
mitodna
post May 5 2011, 12:58 AM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
QUOTE(saturn85 @ May 5 2011, 12:24 AM)
AMD FX and Llano performance leaked brows.gif
» Click to show Spoiler - click again to hide... «

*
Bit worried about the performance, FX-8 good old CPU is like 2600K only,

A8 APU also much uncompatitive?

Hope to see more
Racerx
post May 5 2011, 01:33 AM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(mitodna @ May 4 2011, 11:58 PM)
Bit worried about the performance, FX-8 good old CPU is like 2600K only,

A8 APU also much uncompatitive?

Hope to see more
*
Take such leaks with a spoon of salt. rolleyes.gif


Added on May 5, 2011, 1:35 am
QUOTE(mitodna @ May 4 2011, 11:58 PM)
Bit worried about the performance, FX-8 good old CPU is like 2600K only,

A8 APU also much uncompatitive?

Hope to see more
*
Take such leaks with a spoon of salt. rolleyes.gif

This post has been edited by Racerx: May 5 2011, 01:35 AM
saturn85
post May 5 2011, 01:38 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(dma0991 @ May 5 2011, 12:56 AM)
^ That is not an accurate indicator of performance as PCMark Vantage is capped at 4 cores or threads. That is why you can see that Core i3 2100 2C/4T and Core i5 2300 4C/4T has a very close score against the Core i7 2600K 4C/8T. So that means that actually the score for the AMD FX 8 core is using only 4 cores to produce that score which matches the Core i7 2600K with 4 physical cores running but HT off due to the 4 core or thread limitation of PCMark Vantage.
*
i see, pcmark vantage has this type of limitation. sad.gif
yimingwuzere
post May 5 2011, 01:17 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


The A8 APU is expected to be uncompetitive from the processor's point of view, it should only return scores similar to Athlon X4. You won't be looking at it at all unless you plan to buy entry/mid range laptops or HTPCs that need more performance than Brazos/Ontario APUs.
kingkingyyk
post May 7 2011, 02:59 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Source : www.inpai.com.cn
Translated : By me
Recently, we already saw the engineering sample of Llano APU from AMD.
Let's understand it.
user posted image
Because of Llano APU uses socket FM1 (which is not like E-350, soldered with motherboard), it is same with current desktop processor, able to be assembled to and disassembled from the motherboard.
The following motherboard is with socket FM1.
user posted image
Because of this motherboard is used for testing, so you can see a lot of custom soldering.
There are a lot of testing point on the motherboard too, mainly is for the engineers to test the status of the system.
This testing motherboard is powered by FCH A75 chipset. This chipset provides native USB 3.0 support, and does not need third party chip to support that.
It provides a front USB 3.0 connector, 4 DDR3 slots and 5 SATA ports. For power, this motherboard uses 3+2 phase power design. Due to APU got a good GPU integrated, we predict the actual product will provide even better.

In the expansion side, it provides 1 PCI-E x16 slot, 2 PCI-E x4 slots, 1 PCI slot and 1 Mini PCI-E slot. For I/O interface, the motherboard provides HDMI, DisplayPort and D-Sub. Due to the picture is not clear, so we guess it also has a gigabit ethernet LAN, 4 USB 2.0, 6 channel audio card and 1 E-SATA socket.

AMD A-Series desktop APU will have 4 K10.5+(or known as Husky) x86 cores, Radeon HD6000 class "BeaverCreek" GPU(either 300 or 400 stream processors).
For 2 cores variants, it will have "WinterPark" GPU (160 stream processors).
The related products will support dual channel DDR3, with highest 4MB cache support. Part of the products will support Turbo Core (Dynamic clock boosting), and special multi-GPU support. The first batch of A-series APU will be available at 2011 Q3, including 2 cores and 4 cores. The TDU of them is 100W/65W(Quad Core) and 65W. In 2011 Q4, AMD will renew the processors, making brand news A8, A6 and A4 series APUs.

AMD and it's partners give high expectation to the graphic performance of APU, as the integrated GPU has 400 stream processors, will far faster than the GPU in Sandy Bridge processors, attracting the multimedia gamers. And also, AMD pointed out, the calculating ability and usage of HD6000 series GPU will increase the performance of non-gaming performance greatly.


Added on May 11, 2011, 1:38 pmI read some really impressive marks.
FX-8100 on stock is as fast as i7 2600K (OC-ed to 5GHz) in single threaded workload.
A beast is coming. tongue.gif

This post has been edited by kingkingyyk: May 11 2011, 01:38 PM
yimingwuzere
post May 16 2011, 01:08 PM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


http://twitter.com/#!/ilucasmr

This guy claims to have a FX-4110 and posted superpi results. Translate from Portuguese to English.

QUOTE(kingkingyyk @ May 7 2011, 02:59 PM)
I read some really impressive marks.
FX-8100 on stock is as fast as i7 2600K (OC-ed to 5GHz) in single threaded workload.
A beast is coming. tongue.gif
*
sos?

This post has been edited by yimingwuzere: May 16 2011, 01:09 PM
MichaelJohn
post May 16 2011, 01:12 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

QUOTE(yimingwuzere @ May 16 2011, 01:08 PM)
http://twitter.com/#!/ilucasmr

This guy claims to have a FX-4110 and posted superpi results. Translate from Portuguese to English.
sos?
*
Really.... hmm.gif
billytong
post May 16 2011, 04:37 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(kingkingyyk @ May 7 2011, 02:59 PM)
I read some really impressive marks.
FX-8100 on stock is as fast as i7 2600K (OC-ed to 5GHz) in single threaded workload.
A beast is coming. tongue.gif
*

I will not be impress if it is taking 8 core to reach this kind of speed. Unless it is a 4 core vs 4 core battle then it is a different story.

everling
post May 16 2011, 08:56 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
The words single threaded was used, suggesting it was a single core vs single core. If a single stock BD core was as fast as an OCed Sandy core, that is good news.
saturn85
post May 16 2011, 09:52 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(kingkingyyk @ May 7 2011, 02:59 PM)
I read some really impressive marks.
FX-8100 on stock is as fast as i7 2600K (OC-ed to 5GHz) in single threaded workload.
A beast is coming. tongue.gif
*
this is really interesting. rclxms.gif
where you read it? drool.gif
mitodna
post May 16 2011, 10:25 PM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
QUOTE(saturn85 @ May 16 2011, 09:52 PM)
this is really interesting. rclxms.gif
where you read it? drool.gif
*
2 more weeks, hope Bulldozer debuts on Computex.
dma0991
post May 17 2011, 01:58 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(kingkingyyk @ May 7 2011, 02:59 PM)
I read some really impressive marks.
FX-8100 on stock is as fast as i7 2600K (OC-ed to 5GHz) in single threaded workload.
A beast is coming. tongue.gif
*
I am somewhat skeptical. hmm.gif
shogun_125
post May 17 2011, 04:06 PM

On my way
****
Senior Member
557 posts

Joined: Jul 2006
From: PhotoJournalist

nowadays none of the processor in the world can beat intel Sandy bridge..
kingkingyyk
post May 17 2011, 05:53 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(yimingwuzere @ May 16 2011, 01:08 PM)
http://twitter.com/#!/ilucasmr

This guy claims to have a FX-4110 and posted superpi results. Translate from Portuguese to English.
sos?
*
www.inpai.com.cn, CPU section. brows.gif

Anyway. Latest news :
A8-3530MX - Fastest Llano mobile processor.
Core - Quad
Clock Speed - 1.6GHz
Turbo Boost - 2.6GHz

GPU
Model - HD6620G
Clock - 444MHz
Stream Processors : 400

TDP - 45W

This post has been edited by kingkingyyk: May 17 2011, 05:58 PM
adie82
post May 17 2011, 11:36 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


i tot 1.9ghz! turbo to 2.6!
dma0991
post May 18 2011, 02:14 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


A series AMD Llano motherboards coming out soon. Good for those who wants a PC without having to fork out extra money for a discrete level GPU. thumbup.gif

http://www.ecs.com.tw/ECSWebSite/Media/New...=1408&MenuID=45

The first pictured Llano compatible Socket FM1 motherboard, ECS A75F-A brows.gif
» Click to show Spoiler - click again to hide... «


Asus Sabertooth 990X Socket AM3+ motherboard brows.gif
» Click to show Spoiler - click again to hide... «


This post has been edited by dma0991: May 19 2011, 03:55 PM
billytong
post May 22 2011, 09:13 AM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(kingkingyyk @ May 21 2011, 02:13 PM)
I take 1 module as 1.5 core instead. smile.gif
Larger than HT core.
*

the question is if this "1.5 core" AMD claimed "8core" CPU is able to go head to head with Intel Sandy bridge quad core using 4 threaded application. (not 8 thread) then I am impressed. Otherwise it is rather pointless. biggrin.gif

besides I still prefer performance per core, we have been stucking @ ~3Ghz for a while and Performance per Ghz is only growing slowly. +10% from nehelem to Sandy bridge? Meh. doh.gif
bahrin
post May 22 2011, 10:06 AM

Getting Started
**
Junior Member
53 posts

Joined: May 2011
From: perak


hi guys,im wanna setup new rig..my plan to build intel sandy bridge system,im wanna ask better wait for review new amd proc or what..
chocobo7779
post May 22 2011, 10:42 AM

Power is nothing without control
********
All Stars
14,673 posts

Joined: Sep 2010
QUOTE(bahrin @ May 22 2011, 10:06 AM)
hi guys,im wanna setup new rig..my plan to build intel sandy bridge system,im wanna ask better wait for review new amd proc or what..
*
hmm.gif Why don't wait for BD and see for the results lo~ whistling.gif
cybersans
post May 22 2011, 12:42 PM

Casual
***
Junior Member
319 posts

Joined: Jan 2008


QUOTE(bahrin @ May 22 2011, 10:06 AM)
hi guys,im wanna setup new rig..my plan to build intel sandy bridge system,im wanna ask better wait for review new amd proc or what..
*
i think it is depending to yourself. what do you want. what do you need. is your budget enough? are you on rush? if you want to wait for a thing which is still not launch yet, then wait. if you want to get a thing which already sell, then grab it. you don't need to ask people's opinion for this. it is your money, you decide wink.gif
it is like you want to choose a car, or girlfriend. too many beautiful, nice looking, performance whatsoever. too many comparison cause headache, and after you choose you will feel some disappointed because it is still not satisfying you. biggrin.gif
dma0991
post May 22 2011, 03:15 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


user posted image
AMD Bulldozer and Llano estimated pricing.

» Click to show Spoiler - click again to hide... «

Another A75 AMD Llano board out by ASRock. New heatsink bracket for all AMD AM3+/FM1 motherboards and 8 SATA 6GB/s ports natively supported by the AMD chipset. flex.gif


yshiuan
post May 22 2011, 03:25 PM

Look at all my stars!!
*******
Senior Member
2,126 posts

Joined: Sep 2008
From: Kedah

zambezi 8cores is exp shocking.gif
dma0991
post May 22 2011, 03:33 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(yshiuan @ May 22 2011, 03:25 PM)
zambezi 8cores is exp shocking.gif
*
It is not expensive if you consider the current price of a Core i7 2600K is $315. You cant just do a conversion from USD to MYR and expect that 8 core BD to cost that much. If you look here you can also see that Intel recommends a price of $317 for the Core i7 2600K.
usop8290
post May 22 2011, 05:15 PM

Enthusiast
*****
Senior Member
998 posts

Joined: May 2009
From: Bangi & Kuala Terengganu


yeah..very reasonable price if the 8 core zambezi will perform better than 2600k..
bahrin
post May 22 2011, 07:03 PM

Getting Started
**
Junior Member
53 posts

Joined: May 2011
From: perak


QUOTE(cybersans @ May 22 2011, 12:42 PM)
i think it is depending to yourself. what do you want. what do you need. is your budget enough? are you on rush? if you want to wait for a thing which is still not launch yet, then wait. if you want to get a thing which already sell, then grab it. you don't need to ask people's opinion for this. it is your money, you decide wink.gif
it is like you want to choose a car, or girlfriend. too many beautiful, nice looking, performance whatsoever. too many comparison cause headache, and after you choose you will feel some disappointed because it is still not satisfying you. biggrin.gif
*
thank bro..my budget is enough and i still can wait..btw girlfriend is out of league.. biggrin.gif
kingkingyyk
post May 22 2011, 09:12 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Leaked price (Arranged, converted from US Dollar to RM, source : computerbase.de) :
user posted image
user posted image

I wonder P stands for what.

This post has been edited by kingkingyyk: May 22 2011, 09:22 PM
yshiuan
post May 22 2011, 09:34 PM

Look at all my stars!!
*******
Senior Member
2,126 posts

Joined: Sep 2008
From: Kedah

QUOTE(kingkingyyk @ May 22 2011, 09:12 PM)
Leaked price (Arranged, converted from US Dollar to RM, source : computerbase.de) :
» Click to show Spoiler - click again to hide... «


I wonder P stands for what.
*
performance mayb? hmm.gif

still quite exp, can fight with intel d

if can pwn ivy bridge also den it is worth for its price tongue.gif
mitodna
post May 22 2011, 10:45 PM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
P = Intel K series?
I hope A8-3550P better 15% on i5-2500K
LYR
post May 22 2011, 11:40 PM

No one is indispensable
******
Senior Member
1,866 posts

Joined: Apr 2006
the pricing seems to be nice. now, performance will decide if AMD will be the king or still a horse.
denn0c0il
post May 23 2011, 04:04 AM

Getting Started
**
Junior Member
61 posts

Joined: May 2009
QUOTE(kingkingyyk @ May 22 2011, 09:12 PM)
Leaked price (Arranged, converted from US Dollar to RM, source : computerbase.de) :
user posted image
user posted image

I wonder P stands for what.
*
sure will get one if performance per core better than sandy.... rclxms.gif
Searingmage
post May 23 2011, 11:10 AM

Regular
******
Senior Member
1,809 posts

Joined: Feb 2010


QUOTE(yshiuan @ May 23 2011, 10:59 AM)
if can pwn ivy bridge also den it is worth for its price tongue.gif
*
Don't be so ambitious first.. Lol..
First, wait it to pwn sandy bridge, only then we talk bout ivy bridge. Since ivy bridge is not launched yet..
But hopefully, with the bulldozer, AMD can once again compete in Proc market.
yshiuan
post May 23 2011, 11:44 AM

Look at all my stars!!
*******
Senior Member
2,126 posts

Joined: Sep 2008
From: Kedah

QUOTE(Searingmage @ May 23 2011, 11:10 AM)
Don't be so ambitious first.. Lol..
First, wait it to pwn sandy bridge, only then we talk bout ivy bridge. Since ivy bridge is not launched yet..
But hopefully, with the bulldozer, AMD can once again compete in Proc market.
*
LOL, i just wanna see price war tongue.gif
En.Vader
post May 23 2011, 11:59 AM

Getting Started
**
Junior Member
64 posts

Joined: Oct 2006


judging from the leaked price range, I think bulldozer is no better than sandy bridge.
adie82
post May 23 2011, 12:33 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


me also think the same.... if it superior thean SB, amd will market it for higher pricetag!.

i think Glofo also part of AMD!
dma0991
post May 23 2011, 12:57 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(En.Vader @ May 23 2011, 11:59 AM)
judging from the leaked price range, I think bulldozer is no better than sandy bridge.
*
QUOTE(adie82 @ May 23 2011, 12:33 PM)
me also think the same.... if it superior thean SB, amd will market it for higher pricetag!.
*
Even if it is superior in terms of performance comparable to SB Extreme not a lot of people is going to pay 3k just for an AMD CPU. That kind of super high end market is just for Intel as only some rich enthusiasts which is <1% of the consumers are willing to pay more than 1k for the best CPU. If they get some performance out of the BD architecture and sell it at a similar price to the regular SB then it is just fine.

Simply put if a company can sell something that is cheap and in large quantities will be more profitable than a company that sells something that is expensive but in small quantities. That is why Toyota is a much bigger company than Ferarri.
everling
post May 23 2011, 01:01 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
AMD is seriously crippled by a less advanced manufacturing technology. But if Bulldozer is within striking distance of Sandy Bridge, it's a win for me. Because if AMD had the same manufacturing technology as Intel, AMD would have the performance and efficiency crown.
dma0991
post May 23 2011, 01:13 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


I wouldn't say that AMD is crippled because they currently do not have any fab to manufacturer CPU. They are currently relying on Global Foundries to do their CPU unlike Intel which is rich enough to have their own fab. Not many know how good GloFlo is at manufacturing yet so if they are good at it then maybe it might perform better. As for efficiency also depends if the company has a lot of money to do R&D faster than their competitor in this case Intel would lead. As for the manufacturing size there is a limit and some have said that we're approaching that limit really soon and it gets harder to manufacture as it gets smaller due to current leakage.

QUOTE(adie82 @ May 23 2011, 01:53 PM)
i think Glofo also part of AMD!
*
No they are not. AMD got shares in GloFlo but not even close to 50% majority share so GloFlo is not owned by AMD. The difference is that Intel controls its fab so it can tell it to do whatever they want while GloFlo is independent like TSMC and they can do whatever they want and not be a customer to AMD only.
En.Vader
post May 23 2011, 02:19 PM

Getting Started
**
Junior Member
64 posts

Joined: Oct 2006


i no expert, but i think amd clearly lost its way to innovate when they sold global foundries.
dma0991
post May 23 2011, 02:23 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(En.Vader @ May 23 2011, 02:19 PM)
i no expert, but i think amd clearly lost its way to innovate when they sold global foundries.
*
I don't see how a semiconductor company can lose its way to innovate when AMD designs the architecture and GF makes the wafers. There is no advantage or disadvantage to having a separation of a fab from the company as AMD and Nvidia makes their graphic cards at TSMC and they're doing pretty well.
En.Vader
post May 23 2011, 03:08 PM

Getting Started
**
Junior Member
64 posts

Joined: Oct 2006


you are correct, when your main competitor is pushing for 22nm, high-k and 3d-transistor, its still fine to stick with whatever as long your chip sells as well.
dma0991
post May 23 2011, 03:41 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(En.Vader @ May 23 2011, 03:08 PM)
you are correct, when your main competitor is pushing for 22nm, high-k and 3d-transistor, its still fine to stick with whatever as long your chip sells as well.
*
And you think that AMD is not going for those as well? They are going for that but it is slightly slower due to the fact that they do not have enough money for R&D therefore they would be behind Intel in this. AMD will implement 3D FinFET when they are going for 20nm. HKMG was implemented long ago already and will be a part of every Intel and AMD processors.

Adding all that to their 32nm process along with a new architecture and new manufacturing process will just make yields lower. That is why Intel implements their Tick Tock because they think it is too risky to include die shrink and new architecture together as it will reduce yield. If there is no performance gain from a smaller process then they would usually stick to the cheaper and easier to produce bigger process. Take for example the H67/P67/Z68 chipset which is made on a bigger manufacturing process instead of following SB at 32nm because there is no performance increase for the chipset to be smaller.
En.Vader
post May 23 2011, 04:10 PM

Getting Started
**
Junior Member
64 posts

Joined: Oct 2006


Again you are correct, I assume it is okay to be lagged behind because everyone has his own pace to follow.

Waiting for bulldozer bechmarks for me its like watching a horse race whereby intel is a very well known race horse, with its jokey riding high on it wearing nothing but women red high heels. And bulldozer is juzt a very mad spanish alpha bull. Excited but kindda expected.
everling
post May 23 2011, 04:23 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
It is not okay for AMD or GloFo to be more than a generation behind Intel. No matter how good your engineers are at extracting every little bit of performance for a given process node, it is almost impossible for them to make a 90nm to be a 65nm's equal or a 65nm to be 45nm's equal. Sandy Bridge's biggest and primary advantage over AMD's current offerings is the process node. Remove that and Intel will feel very uncomfortable.

Also, AMD's total revenue is Intel's R&D budget. AMD is doing an amazing job when all things are considered. Here's to hoping that they can keep it up.
dma0991
post May 23 2011, 04:34 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


Intel is the leader when it comes to smaller manufacturing process in the semiconductor industry. However this trend cannot continue for long as the limit for silicon is near, I won't mention numbers here even though I know because the future is still unknown but we will not be going beyond or near 1nm I can guarantee that. They have to find some other ways to improve other than reduce the manufacturing node.

If BD is released and it doesn't show a strong single threaded performance against SB then it is within my assumption as well because BD is a server based CPU and will be stronger in terms of multithreaded applications. AMD aims to reclaim the server market with BD so I am not surprised at all. But of course I hope there would be some kind of silicon fairy dust they can throw in that makes it an all rounder champion. tongue.gif

kingkingyyk
post May 23 2011, 06:20 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(dma0991 @ May 23 2011, 04:34 PM)
Intel is the leader when it comes to smaller manufacturing process in the semiconductor industry. However this trend cannot continue for long as the limit for silicon is near, I won't mention numbers here even though I know because the future is still unknown but we will not be going beyond or near 1nm I can guarantee that. They have to find some other ways to improve other than reduce the manufacturing node.

If BD is released and it doesn't show a strong single threaded performance against SB then it is within my assumption as well because BD is a server based CPU and will be stronger in terms of multithreaded applications. AMD aims to reclaim the server market with BD so I am not surprised at all. But of course I hope there would be some kind of silicon fairy dust they can throw in that makes it an all rounder champion.  tongue.gif
*
Actually the new material is in R&D to replace silicon, named Gallium arsenide (GaAs). smile.gif

Llano mobile processor models leaked :
user posted image

Bulldozer clock speed is leaked too :
FX-8130P, 3.8GHz, turbo boost to 4.2GHz
FX-8110, 3.6GHz, turbo boost to 4.0GHz

Source : chiphell.com

AMD launched new G-series processor
T40E, 2 cores, 1GHz, 1MB L2, HD6250, 6.4W TDP
T40R, 1 core, 1GHz, 1MB L2, HD6250, 5.5W TDP.

Second batch of Bulldozer leaked :
They will be available in market in September.
user posted image
everling
post May 23 2011, 06:22 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
If the trend continues for long enough and companies like AMD fade even more into obscurity, it won't matter even if the manufacturing process halts at 5nm. Because alternative technologies would probably have a higher initial capital requirement. If that initial cost is high enough, nobody is going to be able to compete against Intel and Intel just might be able to create a new form of monopoly. However I might be wrong.


Added on May 23, 2011, 6:27 pm
QUOTE(kingkingyyk @ May 23 2011, 06:20 PM)
Actually the new material is in R&D to replace silicon, named Gallium arsenide (GaAs). smile.gif
*
GaAs will do very little to decrease the process size. Atoms range from about 0.11nm to 20nm in width. Molecules will be larger.

But newer materials may allow for higher frequency chips. GaAs might help with that. There have also been research in using manufactured diamonds, that are more flawless than natural diamonds, to provide another replacement to the venerable silicon. It would be nice to see single cores hitting past 10 GHz.

This post has been edited by everling: May 23 2011, 06:27 PM
dma0991
post May 23 2011, 06:46 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


The trend would not continue long enough I think. Next year will be 22nm then 14nm and most probably 10nm and 6nm is the last from Intel. What comes after I am not so sure. Even if it requires a high initial investment in R&D in new materials the cost will be passed down to the consumer. One of the reasons why going smaller with silicon is not the best way as it gets more expensive and like I said cost to consumer. The material that replaces silicon should be cheaper or at least comparable in terms of price and manufacturing in order to maintain a price that many consumers can benefit from.

Although it is true that Intel is Chipzilla and they are very good in what they do but it won't help them if the market is trending towards the mobile and ARM is the dominant processor in that segment due to its low power consumption. When it comes to the mobile, less power consumption is more important than more performance. To put into perspective Intel has to put all kinds of special methods like the recent Tri Gate and 22nm or smaller just to compete with the plain 40nm ARM. If Intel doesn't improve Atom soon they will be left behind but since they have tons of cash that may not be true.

As for BD, AMD has their direction and I am sure they know what market they are targeting, I can elaborate but too lazy to type. rolleyes.gif
adie82
post May 24 2011, 04:36 AM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


er.... spec same like C-50 except for TDP!
everling
post May 24 2011, 09:03 AM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
QUOTE(dma0991 @ May 23 2011, 06:46 PM)
Although it is true that Intel is Chipzilla and they are very good in what they do but it won't help them if the market is trending towards the mobile and ARM is the dominant processor in that segment due to its low power consumption. When it comes to the mobile, less power consumption is more important than more performance. To put into perspective Intel has to put all kinds of special methods like the recent Tri Gate and 22nm or smaller just to compete with the plain 40nm ARM. If Intel doesn't improve Atom soon they will be left behind but since they have tons of cash that may not be true.
*
By 2014, you might have the choice of choosing an ARM chip or a full spec Ivy Bridge successor for the same power envelope and heat generation. Well, that's quite a hyperbole, but it is plausible. If Intel can successfully increase their process technology lead ahead of the ARM competition, you might eventually find x86 chips in your routers, TVs and cars instead of your traditional ARM chips by 2020.

Global Foundries might then be Intel's biggest spoilers (maybe 5% of the market? tongue.gif), as they could function as the go to semiconductor fabricator for high performance ARM. By virtue of having process technology that is only a generation or a few behind Intel, instead of several generations behind that most cheaper and smaller fabs would be.
billytong
post May 24 2011, 09:20 AM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(dma0991 @ May 23 2011, 06:46 PM)
Although it is true that Intel is Chipzilla and they are very good in what they do but it won't help them if the market is trending towards the mobile and ARM is the dominant processor in that segment due to its low power consumption. When it comes to the mobile, less power consumption is more important than more performance. To put into perspective Intel has to put all kinds of special methods like the recent Tri Gate and 22nm or smaller just to compete with the plain 40nm ARM. If Intel doesn't improve Atom soon they will be left behind but since they have tons of cash that may not be true.

As for BD, AMD has their direction and I am sure they know what market they are targeting, I can elaborate but too lazy to typerolleyes.gif
*

They(Intel) can either blame themselves or Microsoft for halting the development of OS & softwares. I mean how long we are stucking @ keyboard and mouse click interface? Since Win95, there isnt much change in Human computer interaction. Right now u are still typing words with your decade old technology keyboard under quad core CPU and the lazy factor are halting u to elaborate further. With Quad core and Hex core today we could have OS with AI assistant, using Microsoft kinect interact with computer.(they potting it to PC but they didnt really promote it for window usage). Software and hardware industry something useful the OS, u think consumer wont buy this kind of gadget? Look at what Nintendo Wii had done.

have u ever see Intel putting big resources in software development in order to secure the x86 performance demand? Not much.

This post has been edited by billytong: May 24 2011, 09:21 AM
mitodna
post May 24 2011, 10:21 PM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
QUOTE(kingkingyyk @ May 23 2011, 10:05 PM)
AMD launched new G-series processor
T40E, 2 cores, 1GHz, 1MB L2, HD6250, 6.4W TDP
T40R, 1 core, 1GHz, 1MB L2, HD6250, 5.5W TDP.
*
12 hours with 3G Chromebook coming?
pandera999
post May 25 2011, 09:10 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(kingkingyyk @ May 25 2011, 06:35 PM)
Second batch of Bulldozer leaked :
They will be available in market in September.
user posted image
*
mind share the link sifu? notworthy.gif
denn0c0il
post May 25 2011, 09:13 PM

Getting Started
**
Junior Member
61 posts

Joined: May 2009
cant see the pic...
saturn85
post May 25 2011, 11:00 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(kingkingyyk @ May 25 2011, 06:35 PM)
Second batch of Bulldozer leaked :
They will be available in market in September.
user posted image
*
2nd batch have lower number.
probably with lower speed? unsure.gif

AMD 990FX Preview - Waiting for Bulldozer brows.gif
user posted image
dma0991
post May 28 2011, 12:33 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


Fusion strategy brows.gif
» Click to show Spoiler - click again to hide... «


Llano APU for the mobile segment. 4 cores + 400 SP @ 444MHz with only a 45W TDP. brows.gif

user posted image
Nosferatu
post May 28 2011, 12:36 AM

Casual
***
Junior Member
308 posts

Joined: Dec 2004


QUOTE(saturn85 @ May 27 2011, 10:41 PM)
wasnt sabertooth for intel platform?
i am not so sure. last i remembered it was on intel platform. that is a pretty board tho. Subtle and none too flashy
saturn85
post May 28 2011, 04:47 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(Nosferatu @ May 28 2011, 12:36 AM)
wasnt sabertooth for intel platform?
i am not so sure. last i remembered it was on intel platform. that is a pretty board tho. Subtle and none too flashy
*
yes, there are asus sabertooth for intel sandy bridge as well. biggrin.gif

haha, sabertooth colour theme got army uniform feel. biggrin.gif
MichaelJohn
post May 28 2011, 04:53 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

QUOTE(saturn85 @ May 27 2011, 10:41 PM)
Atleast they removed the black plate hmm.gif
But IMO , Sabertooth doesn't looks like a good colour scheme for AMD XD
ROG looks nice on them... brows.gif

kingkingyyk
post May 30 2011, 01:56 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Omg.
The retail version of Llano is released already.
A6-3650 and A8-3850 are able to be oc-ed to 4GHz without increasing voltage. brows.gif
user posted imageuser posted image
Nice voltage. icon_idea.gif

This post has been edited by kingkingyyk: May 30 2011, 01:59 PM
MichaelJohn
post May 30 2011, 02:01 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

Nice Voltage indeed brows.gif
adie82
post May 30 2011, 02:20 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


why core = 1 thread 1? and other detail still blank?

or cpu-z still dont know this APU?


Added on May 30, 2011, 2:22 pmis it true then great wooo....less then 1v can go up to 4ghz! poison!!!!

This post has been edited by adie82: May 30 2011, 02:22 PM
billytong
post May 30 2011, 02:33 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


Damn the triple SLI setup for the sabertooh just makes it more sexier than the P67 ones. Why cant they come out 6 months earlier, I would have join AMD because of that.
kingkingyyk
post May 30 2011, 02:40 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(adie82 @ May 30 2011, 02:20 PM)
why core = 1 thread 1? and other detail still blank?

or cpu-z still dont know this APU?


Added on May 30, 2011, 2:22 pmis it true then great wooo....less then 1v can go up to 4ghz! poison!!!!
*
The database of CPU-Z is not being updated to identify Llano yet. Same goes to Bulldozer too.
Racerx
post May 30 2011, 03:50 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



Bulldozer got pushed back...again...
Late July launch...
http://www.anandtech.com/show/4365/compute...68-motherboards

It this another DNF??
yinchet
post May 30 2011, 03:59 PM

If you wish for peace, prepare for war
Group Icon
Elite
1,157 posts

Joined: Jul 2008
From: Petaling Jaya

QUOTE(Racerx @ May 30 2011, 03:50 PM)
Bulldozer got pushed back...again...
Late July launch...
http://www.anandtech.com/show/4365/compute...68-motherboards

It this another DNF??
*
It seem like they can't get desirable performance...?? hmm.gif

QUOTE
AMD originally wanted to launch Bulldozer at Computex but performance issues with its B0 and B1 stepping chips pushed back the launch. Now we're looking at a late July launch with B2 silicon, but performance today is a big unknown. Apparently the performance of B1 stepping silicon doesn't look too good.


This post has been edited by yinchet: May 30 2011, 04:19 PM
dma0991
post May 30 2011, 04:13 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(Racerx @ May 30 2011, 03:50 PM)
Bulldozer got pushed back...again...
Late July launch...
http://www.anandtech.com/show/4365/compute...68-motherboards

It this another DNF??
*
If they announce it June then most probably it will have retail availability by late July but if they announce it late July that could mean that it can be delayed till September like what was initially rumored. But then AMD denies the September delay launch so I'm not really sure what is going on. Then again it could be that because many know so little about Bulldozer at its possible announcement date (June 7) then all kinds of rumor is happening. hmm.gif
Najmods
post May 30 2011, 04:25 PM

*mutter mutter mutter mutter*
*******
Senior Member
5,211 posts

Joined: Feb 2005
From: Konohana


QUOTE(yinchet @ May 30 2011, 03:59 PM)
It seem like they can't get desirable performance...?? hmm.gif
*
Its better be late than never. I sure people don't want another TLB bug on earlier B2 stepping Phenoms
saturn85
post May 30 2011, 08:13 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(kingkingyyk @ May 30 2011, 01:56 PM)
Omg.
The retail version of Llano is released already.
A6-3650 and A8-3850 are able to be oc-ed to 4GHz without increasing voltage. brows.gif
Nice voltage.  icon_idea.gif
*
4ghz on 0.996v, just great. rclxms.gif
QUOTE(adie82 @ May 30 2011, 02:20 PM)
why core = 1 thread 1? and other detail still blank?
or cpu-z still dont know this APU?
*
hehe, yea, cpuz haven't recognize this cpu. biggrin.gif
QUOTE(billytong @ May 30 2011, 02:33 PM)
Damn the triple SLI setup for the sabertooh just  makes it more sexier than the P67 ones.  Why cant they come out 6 months earlier, I would have join AMD because of that.
*
just notice sabertooth p67 only have 2 pcie x16 slot.
sell your rig after bulldozer come out. brows.gif
QUOTE(Racerx @ May 30 2011, 03:50 PM)
Bulldozer got pushed back...again...
Late July launch...
http://www.anandtech.com/show/4365/compute...68-motherboards
It this another DNF??
*
have to wait again. sad.gif
adie82
post May 30 2011, 11:16 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


QUOTE(Racerx @ May 30 2011, 03:50 PM)
Bulldozer got pushed back...again...
Late July launch...
http://www.anandtech.com/show/4365/compute...68-motherboards

It this another DNF??
*
what is DNF stand for? hmm.gif
Najmods
post May 30 2011, 11:51 PM

*mutter mutter mutter mutter*
*******
Senior Member
5,211 posts

Joined: Feb 2005
From: Konohana


QUOTE(adie82 @ May 30 2011, 11:16 PM)
what is DNF stand for? hmm.gif
*
DNF stand for Did Not Finish but I guess he means Duke Nukem Forever, the most famous 'vaporware' ironically with the same acronym
kingkingyyk
post May 31 2011, 01:26 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Some sneak peaks.
user posted image
user posted image
user posted image
user posted image
user posted image
user posted image

The MSI A75A-G35 is a weird motherboard,
ATX sized with 2 RAM slots only.
Got 2 PCI-E x16 but does not support CrossfireX. LOL?

And hey, MSI you naughty, still using old heatsink bracket. brows.gif

This post has been edited by kingkingyyk: May 31 2011, 01:34 AM
annoymous1234
post May 31 2011, 01:29 AM

Look at all my stars!!
*******
Senior Member
7,614 posts

Joined: Mar 2009

QUOTE(kingkingyyk @ May 31 2011, 01:26 AM)
Some sneak peaks.
wow i like the logo thumbup.gif VISION AMD
saturn85
post May 31 2011, 01:40 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



AMD's Bulldozer May Only Due in September sad.gif
kingkingyyk
post May 31 2011, 01:41 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(saturn85 @ May 31 2011, 01:40 AM)
But current leaked Bulldozer models are FX-4110, FX-6110, FX-8110, FX-8150.
Possible the models inside are second batch? smile.gif
QUOTE
The images, which were published by Zol.com.cn web-site, also point to new model numbers for the chips: FX-8150, FX-8100, FX-6100 and FX-4100, which may indicate that the company intends to alter previously set specifications of the chips.

Hope AMD will not let me to give them :
» Click to show Spoiler - click again to hide... «


More pictures :
user posted image
user posted image
user posted image

This post has been edited by kingkingyyk: May 31 2011, 01:47 AM
dma0991
post May 31 2011, 01:58 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(kingkingyyk @ May 31 2011, 01:41 AM)
Hope AMD will not let me to give them :
» Click to show Spoiler - click again to hide... «
I'll give AMD that if by July they tell that they will announce it by September. doh.gif
Racerx
post May 31 2011, 02:09 AM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(saturn85 @ May 31 2011, 12:40 AM)
Late,that's way too late...AMD... shakehead.gif


Added on May 31, 2011, 2:10 am
QUOTE(adie82 @ May 30 2011, 10:16 PM)
what is DNF stand for? hmm.gif
*
Duke Nukem Forever,haven't heard of it?

This post has been edited by Racerx: May 31 2011, 02:10 AM
kingkingyyk
post May 31 2011, 02:13 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Another article, translated by me. (Last reply is too long already.) :
Source : http://www.pcpop.com/doc/0/667/667061.shtml
user posted image
Another leaked benchmark result.
FX-8110P+GTX560 Ti, got 26676 marks.
For comparison, i7 2600K+GTX580 got 29152 marks.
And also, physics acceleration didn't being turned off the both benchmarks.
From the result, the CPU mark is 81917, much higher than i7 2600K (64164).
user posted image
This screenshot is actually came from the Gigabyte Product Certificating Engineer, Alain Sam-Lai.
The CPU-Z used is internal testing version, 1.58.1. This version is mainly to add support for identifying Bulldozer.
The actual changelog is :
- Added support for FMA4, XOP on Bulldozer processors.
- Added support for AMD Zambezi, Valencia, Interlagos and other processors with Bulldozer architecture.
- Added support for AMD 990FX+SB950 chipset.
- Added support for AM3+ socket.
- Added support for AMD Turbo Core.
- Added new AMD logo, including AMD FX-series.
- Support DDR4 1.2v standard briefly.
- Added i7 2650/2700/2800K processor's ID. (brows.gif)
- Fixed some bugs.

Actually the first Bulldozer benchmark result leaks are 3DMark06, Cinebench R10 and SuperPi. Maybe the processor was engineering sample, so the result is not satisfying. The later lated SuperPi result shows, the single core performance of Bulldozer is very strong. Result of 1 million Super Pi is 7.800s, much higher than i7 2600K's 10.047s. For multithreaded performance, Bulldozer got 166.895 in WPrime 1024M, nearly 50% faster than i7-2600K's 246.34s.

Looks like the performance of this generation of Bulldozer processor is hopeful, but the launching date is still unknown. Previous news was stating Bulldozer will be launched in June. But latest news showed Bulldozer will be delayed to July. The upgraded version of Bulldozer will be launched in September. These shows, the first generation of Bulldozer can be assured to be launched in July, as the 2 months interval for releasing new models are normal.

» Click to show Spoiler - click again to hide... «


Yet another 1. (Source : http://www.chiphell.com/forum-80-1.html)
Computex 2011 is finally launched.

About the Bulldozer performance, before the launching, there are a lot's of rumors already, but the trust level is not high.
Especially about the performance, just take them as joke.

Originally, AMD planned to launch Zambezi processors on Computex 2011, but the performance of B0 and B1 didn't reach the expected level.
The B2 revision is under manufacturing.

AMD unofficially says Bulldozer is planned to launch in Q3, but looks like now, most probably the launching will be at end of July.
But, first of all, the B2 revision must satisfying, but the actual performance is still unpredictable.

Asrock A75 Extreme 6
user posted image
user posted image
user posted image
user posted image
user posted image
user posted image
user posted image

This post has been edited by lex: Jun 25 2011, 09:01 PM
saturn85
post May 31 2011, 02:18 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(kingkingyyk @ May 31 2011, 01:41 AM)
But current leaked Bulldozer models are FX-4110, FX-6110, FX-8110, FX-8150.
Possible the models inside are second batch?  smile.gif
*
or they will skip the first batch and direct launch the 2nd batch? unsure.gif
dma0991
post May 31 2011, 02:25 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(Racerx @ May 31 2011, 02:09 AM)
Late,that's way too late...AMD... shakehead.gif
*
Intel delayed their Ivy Bridge till March-April 2012 so maybe AMD delayed it just because Intel does it too lol.
kingkingyyk
post May 31 2011, 02:28 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(dma0991 @ May 31 2011, 02:25 AM)
Intel delayed their Ivy Bridge till March-April 2012 so maybe AMD delayed it just because Intel does it too lol.
*
Korea registered the patent right of 3d transistor earlier than Intel by 10 days.
Interesting.
Can't wait to see how Intel responds.
» Click to show Spoiler - click again to hide... «

dma0991
post May 31 2011, 02:40 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(kingkingyyk @ May 31 2011, 02:28 AM)
Korea registered the patent right of 3d transistor earlier than Intel by 10 days.
Interesting.
Can't wait to see how Intel responds.
3D transistor or better put is called FinFET. Tri Gate is just what Intel calls its form of FinFET and Intel did not invent the idea. It is already according to research that it will be implemented around 2x nm for CPU. There are different types of FinFet and Tri Gate is only one type. Since Intel implemented Tri Gate doesn't mean that AMD can't. Same goes for HyperThreading which AMD can put it in Bulldozer and have a similar design like Intel but they decided to go with a different design instead. Congrats to Intel though for being the first to actually have a production ready CPU with FinFET.

Can buy the FX-8130P now for 1998 Yuan. link icon_idea.gif

Looks like Bulldozer is delayed and production will begin by August and on sale by September only. link sad.gif
QUOTE
As result, AMD will need to design a new stepping of the processor and therefore delay the commercial launch to September.


This post has been edited by dma0991: May 31 2011, 05:15 AM
Racerx
post May 31 2011, 05:31 AM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(dma0991 @ May 31 2011, 01:40 AM)
Looks like Bulldozer is delayed and production will begin by August and on sale by September only. link  sad.gif
*
Did you hear that?It's the simultaneous facepalm of people around the globe...
dma0991
post May 31 2011, 06:05 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(Racerx @ May 31 2011, 05:31 AM)
Did you hear that?It's the simultaneous facepalm of people around the globe...
*
Well it is never a good thing to have something delayed especially something that many are anticipating but some said that it was never a delay as AMD never specified officially when it would be launched. AMD did say 2011 but not an accurate date of release. It's going to hurt AMDs chance and their time frame to sell their CPU till Ivy comes out is cut short by 2-3 months.
» Click to show Spoiler - click again to hide... «

everling
post May 31 2011, 07:56 AM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
If the earlier leaked benchmarks showed good performance, just why do AMD need to dump B0 and B1 chips? How many thousand chips were trashed?

If the South Korean patent successfully invalidates Intel's, then that is very good news for everyone.
kingkingyyk
post May 31 2011, 09:40 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
3D Transistors? We Don't Need 'Em, AMD's Foundry Says
http://www.pcmag.com/article2/0,2817,2384927,00.asp
Interesting article.

Updated news for the delay of Bulldozer.
QUOTE
FX series processor are already working correctly, does not have any problem. But the performance is not satisfying. The B0 and B1 revision only can reach 2.5GHz stock, 3.5GHz turbo boost maximum. It is not yet to reach the AMD's expectation level, and unable to compete with opponent. So, AMD is adjusting the design, going to B2 revision. Hopefully the TDP is maintained while increasing the clock. But obviously, this requires quite amount of time.
Triple facepalm. doh.gif doh.gif doh.gif

This post has been edited by kingkingyyk: May 31 2011, 10:59 AM
dma0991
post May 31 2011, 01:27 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(everling @ May 31 2011, 07:56 AM)
If the earlier leaked benchmarks showed good performance, just why do AMD need to dump B0 and B1 chips? How many thousand chips were trashed?

If the South Korean patent successfully invalidates Intel's, then that is very good news for everyone.
*
Always take leaked benches with a grain of salt. They are most of the time Photoshop-ed images and even I could do it if I want to create FUD. AMD themselves are not silly to actually produce the chips in thousands just to realize that they are not meeting expectation. If that was the case then AMD would just sell the chips with the previous stepping as trashing thousands of sale worthy chips is a waste to AMD. Those stepping are running at low speed and most probably AMD now has the green light at this stepping to mass produce their chips.

I don't see how is that good news when it will only hinder Intel slightly from actually selling their 22nm node with Tri Gate. Intel is not a small corporation like AMD. If Intel wants something and they find that it benefits their pockets in the long run they can just buy out the Korean patent and AMD does not have the capacity to do that. Intel needs it so that they can compete with ARM as Tri Gate will benefit stuff like Atom the most instead of Ivy Bridge.

QUOTE(kingkingyyk @ May 31 2011, 09:40 AM)
3D Transistors? We Don't Need 'Em, AMD's Foundry Says
http://www.pcmag.com/article2/0,2817,2384927,00.asp
Interesting article.

Updated news for the delay of Bulldozer.

Triple facepalm.  doh.gif  doh.gif  doh.gif
*
I am quite sure that AMD will have FinFET as well by the time they reach 20nm. GloFlo is currently R&D for the technology but will not be available till 2013 or later if there are no delays. As an example there is also a different variation of FinFET which is not Tri Gate. So in actual fact there is absolutely no reason why AMD can't have it on their CPU.
» Click to show Spoiler - click again to hide... «

AMD will have to sell Bulldozer eventually so September is not that far. It's better that AMD delays a few months to work out the problems rather than having to recall their CPU or having many unsatisfied customers by selling a inferior product. By the time AMD releases their CPU with the latest stepping their 32nm should mature a bit more.

kingkingyyk
post May 31 2011, 01:28 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE
AMD will have to sell Bulldozer eventually so September is not that far. It's better that AMD delays a few months to work out the problems rather than having to recall their CPU or having many unsatisfied customers by selling a inferior product. By the time AMD releases their CPU with the latest stepping their 32nm should mature a bit more.

Rather than repeating the history of Intel. whistling.gif

user posted image
Weird Llano mobo, without any display output.
Asus's engineers got problem? biggrin.gif?
dma0991
post May 31 2011, 02:16 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(kingkingyyk @ May 31 2011, 01:28 PM)
Rather than repeating the history of Intel.  whistling.gif
*
That and the fact that 1 billion in recalls might be a big loss to AMD in money and reputation.

Llano is out officially so its not all that bad actually. If AMD really did not release anything at all during Computex then they deserve an epic facepalm. Would be nice to see some A75 board + Llano based recommendations competing against the Core i3 2100 in the low price range while waiting for Bulldozer to be an alternative to the i5 and i7. icon_idea.gif
pandera999
post May 31 2011, 02:53 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



heard that Bulldozer 2nd gen will be available next year 2012.
AMD currently refers to this as Enhanced Bulldozer.. hmm.gif
kingkingyyk
post May 31 2011, 02:57 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(pandera999 @ May 31 2011, 02:53 PM)
heard that Bulldozer 2nd gen will be available next year 2012.
AMD currently refers to this as Enhanced Bulldozer.. hmm.gif
*
Yeah. smile.gif

AMD will release new mobile platform in 2012. Their official roadmaps are released already.
user posted image
Comal and Deccon, these 2 new platforms will target performance and entry segment. Comal platform will be powered by Trinity, Weatherford and Richland APU. The
later 1 will use Krishna and Wichita APU. Performance wise, it will stronger than Llano APU.
user posted image
Specification.
user posted image
Chipset.

user posted image
Sapphire 990FX Pure. brows.gif

This post has been edited by kingkingyyk: May 31 2011, 03:05 PM
pandera999
post May 31 2011, 03:12 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



Sapphire 990FX Pure.. nice drool.gif drool.gif next year ivy oso release. so, i think, amd aware of this... then the new bulldozer will counter it hmm.gif
saturn85
post May 31 2011, 03:29 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(kingkingyyk @ May 31 2011, 09:40 AM)
Updated news for the delay of Bulldozer.
QUOTE
FX series processor are already working correctly, does not have any problem. But the performance is not satisfying. The B0 and B1 revision only can reach 2.5GHz stock, 3.5GHz turbo boost maximum. It is not yet to reach the AMD's expectation level, and unable to compete with opponent. So, AMD is adjusting the design, going to B2 revision. Hopefully the TDP is maintained while increasing the clock. But obviously, this requires quite amount of time.

Triple facepalm. doh.gif doh.gif doh.gif
*
from this, start to feel amd bulldozer achitecture performance is not superior than intel. sad.gif

wow, sapphire board, rare to see. biggrin.gif

This post has been edited by saturn85: May 31 2011, 03:30 PM
kingkingyyk
post May 31 2011, 05:03 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(pandera999 @ May 31 2011, 03:12 PM)
Sapphire 990FX Pure.. nice  drool.gif  drool.gif next year ivy oso release. so, i think, amd aware of this... then the new bulldozer will counter it hmm.gif
*
Too sad, the Sapphire mobo does not support SLi. doh.gif

Sapphire A75 Pure.
user posted image
pandera999
post May 31 2011, 05:44 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(kingkingyyk @ May 31 2011, 05:03 PM)
Too sad, the Sapphire mobo does not support SLi.  doh.gif
*
shakehead.gif erk... then crossfire?
everling
post May 31 2011, 06:09 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
AMD could have released the slow BD processors as low-end CPUs. That would sate those who don't mind a low end BD processor while whetting the people's appetite for faster BDs and making it worthwhile for manufacturers to sell all the AM3+ motherboards that they have been showing off.

For crying out loud, the motherboard manufacturers are already showing off ready boards! And you want to make your partners wait for many more months? doh.gif
dma0991
post May 31 2011, 06:52 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(everling @ May 31 2011, 06:09 PM)
For crying out loud, the motherboard manufacturers are already showing off ready boards! And you want to make your partners wait for many more months? doh.gif
*
I think that motherboard manufacturers only shows their boards at Computex and not in full production yet. Even the X79 boards are out but SB-E is still not out yet. Most probably SB-E will be out at the same time as BD if it is certain that BD WILL launch at September. Now the problem with that is the competition is going to be hard on AMD at that point in time when SB-E appears.

Even without BD yet I'm sure many others with AM3 processors can drop in theirs into the AM3+ socket of the new board while they wait for BD to come out by September. Let's just hope that Llano is promising enough to cover up for Bulldozer's lateness.
pandera999
post May 31 2011, 11:07 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(dma0991 @ May 31 2011, 06:52 PM)
I think that motherboard manufacturers only shows their boards at Computex and not in full production yet. Even the X79 boards are out but SB-E is still not out yet. Most probably SB-E will be out at the same time as BD if it is certain that BD WILL launch at September. Now the problem with that is the competition is going to be hard on AMD at that point in time when SB-E appears.

Even without BD yet I'm sure many others with AM3 processors can drop in theirs into the AM3+ socket of the new board while they wait for BD to come out by September. Let's just hope that Llano is promising enough to cover up for Bulldozer's lateness.
*
QUOTE(kingkingyyk @ May 31 2011, 10:56 PM)
Sapphire A75 Pure.

*
is this also another sapphire prototype one? since bro dma0991 said it not fully production. hmm.gif

This post has been edited by pandera999: May 31 2011, 11:11 PM
dma0991
post Jun 1 2011, 01:38 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(pandera999 @ May 31 2011, 11:07 PM)
is this also another sapphire prototype one? since bro dma0991 said it not fully production.  hmm.gif
*
What I mean by full production is that all the manufacturers are at full production capacity to make that particular motherboard. It doesn't happen at launch/announcement and would usually take a month. Also during launch/announcement there is no retail availability of the board, meaning it is not sold at your local shops at time of launch.

A prototype/concept will be stated by the manufacturer themselves. An example is the LGA2011 board, ASUS Danshui Bay.
kingkingyyk
post Jun 1 2011, 05:11 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Bulldozer APU. brows.gif
user posted imageuser posted imageuser posted imageuser posted image
user posted image

user posted image
user posted image
Bulldozer demo? brows.gif

Lucid Virtu now supports AMD platform, aka Virtu Universal now.
user posted image
user posted image
Virtu Universal got new feature, that's Virtual Vsync. brows.gif
user posted image
Supports all DX9, 10 and 11 games.

This post has been edited by kingkingyyk: Jun 1 2011, 05:24 PM
Clem1982
post Jun 1 2011, 05:19 PM

Just Helping Out ^^
*******
Senior Member
8,746 posts

Joined: Jul 2010
From: S.A.B.A.H


QUOTE(kingkingyyk @ May 31 2011, 10:56 PM)
Sapphire A75 Pure.
» Click to show Spoiler - click again to hide... «

*
looks..... kinda wierd.... something is off on the PCie layout and it could do with more Sata ports.. i thought they changed the retention brackets on the new AM3+ platform??? rclxub.gif
kikikukiki
post Jun 1 2011, 06:30 PM

New Member
*
Junior Member
20 posts

Joined: Jan 2008
QUOTE(kingkingyyk @ Jun 1 2011, 05:11 PM)
Bulldozer APU. brows.gif
user posted imageuser posted imageuser posted imageuser posted image
user posted image

user posted image
user posted image
Bulldozer demo?  brows.gif

Lucid Virtu now supports AMD platform, aka Virtu Universal now.
user posted image
user posted image
Virtu Universal got new feature, that's Virtual Vsync. brows.gif
user posted image
Supports all DX9, 10 and 11 games.
*
so close yet so far... 60-90 days for BD wor... by then everybody will be thinking, "hmmm... maybe i should wait for ivy bridge" yawn.gif
storm88
post Jun 1 2011, 06:56 PM

~UncleSam Ready to Rolls~
*******
Senior Member
5,595 posts

Joined: Jan 2003
From: Between Hell and Heaven
2012 Will come out Trinity APUs
Anyway, sharing another "Toxic"



Attached thumbnail(s)
Attached Image
billytong
post Jun 1 2011, 07:01 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(kikikukiki @ Jun 1 2011, 06:30 PM)
so close yet so far... 60-90 days for BD wor... by then everybody will be thinking, "hmmm... maybe i should wait for ivy bridge"  yawn.gif
*

The further Delay of BD only means the performance is going to be a disappointment. Phenom 1 is delayed, so are Nvidia Fermi 400 series. IMO it doesnt look good for AMD.

and Thread to thread performance wise, it is going to loose to Intel. Multi core is rather pointless especially software are not taking advantages of it. by the look of it having more lower performance cores doesnt seems to appeal me.

I'll like to have a 5Ghz dual core TDP 125w CPU, where is that? Doesnt exist. doh.gif

adie82
post Jun 1 2011, 07:59 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


where got bulldozer APU? AFAIK bulldozer is CPU!...


Added on June 1, 2011, 8:08 pmOIC... trinity basically is bulldozer core+ grafix rite?

This post has been edited by adie82: Jun 1 2011, 08:08 PM
saturn85
post Jun 1 2011, 10:42 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(billytong @ Jun 1 2011, 07:01 PM)
I'll like to have a 5Ghz dual core TDP 125w CPU, where is that? Doesnt exist.  doh.gif
*
haha, this is good for gamer. brows.gif
QUOTE(adie82 @ Jun 1 2011, 07:59 PM)
OIC... trinity basically is bulldozer core+ grafix rite?
*
yea, should be. biggrin.gif
dma0991
post Jun 1 2011, 11:26 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(billytong @ Jun 1 2011, 07:01 PM)
The further Delay of BD only means the performance is going to be a disappointment. Phenom 1 is delayed, so are Nvidia Fermi 400 series. IMO it doesnt look good for AMD.

and Thread to thread performance wise, it is going to loose to Intel. Multi core is rather pointless especially software are not taking advantages of it. by the look of it having more lower performance cores doesnt seems to appeal me.

I'll like to have a 5Ghz dual core TDP 125w CPU, where is that? Doesnt exist.  doh.gif
*
The thing is BD is a server CPU first then consumer CPU second. BD was made to offer more cores than Intel as a solution to Intel's HT. As to why AMD wants to offer more cores is because BD is targeted at the enterprise market that does a lot of virtualization that according to what AMD believes is a good target for them. Even on the server side there are some situations that are suited for Intel and AMD separately. At the enteprise level, having more cores is never a disadvantage, the same applies for Intel.

Canned software or whatever software you buy or illegally download cannot make good advantage of more cores than what they are programmed for but customized software that are not commonly used by average user at all can handle the extra because they are customized to take advantage of it. OpenCL is a good step to further take advantage of multiprocessing but its going to take time for software developers to make them.

If you're strictly a gamer then you can just settle for how many cores the game may support. Having a quad core at least is a better choice than a dual core especially if multitasking. Try using a single core now and you'll know what I mean, have to wait a task is completed before another task can be executed. If you really want a powerful dual core that overclocks like mad then get the Core i3 2120K if it ever comes out.
kingkingyyk
post Jun 1 2011, 11:28 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(adie82 @ Jun 1 2011, 07:59 PM)
where got bulldozer APU? AFAIK bulldozer is CPU!...


Added on June 1, 2011, 8:08 pmOIC... trinity basically is bulldozer core+ grafix rite?
*
Yeah. Bulldozer is the CPU codename.
viruz019
post Jun 2 2011, 12:32 AM

iSeeStars
******
Senior Member
1,518 posts

Joined: Mar 2008
From: Here'n'There


still no news on the amd BD?
pandera999
post Jun 2 2011, 12:44 AM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(viruz019 @ Jun 2 2011, 12:32 AM)
still no news on the amd BD?
*
next year... counter for ivy bridge biggrin.gif
saturn85
post Jun 2 2011, 04:57 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(viruz019 @ Jun 2 2011, 12:32 AM)
still no news on the amd BD?
*
see the picture: biggrin.gif
user posted image
billytong
post Jun 2 2011, 10:02 AM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(dma0991 @ Jun 1 2011, 11:26 PM)
If you really want a powerful dual core that overclocks like mad then get the Core i3 2120K if it ever comes out.
*

quite frankly if it isnt Intel do not come out the i3-2120k that priced at half of 2500K(@ Jan 2011) I would have get 2120k instead of 2500k. (Since I will be ending up using Ivy bridge, 2500K is pretty much my "temporary" CPU)

You mentioned about single core performance, but there is a huge difference between a single core and a dual core on everyday task(window environment) because you went from single to multitask, but the performance between dual and quads diminished smaller. and there are quite a number of softwares, (for me personally) only make use of dual cores and they have no plans of getting quad cores support because of the complexity involves in recoding/scheduling assignment for 4 cores. Thats the suck part unfortunately doh.gif

This post has been edited by billytong: Jun 2 2011, 10:04 AM
kingkingyyk
post Jun 2 2011, 10:08 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(billytong @ Jun 2 2011, 10:02 AM)
quite frankly if it isnt Intel do not come out the i3-2120k that priced at half of 2500K(@ Jan 2011) I would have get 2120k instead of 2500k. (Since I will be ending up using Ivy bridge, 2500K is pretty much my "temporary" CPU)

You mentioned about single core performance, but there is a huge difference between a single core and a dual core on everyday task(window environment) because you went from single to multitask, but the performance between dual and quads diminished smaller. and there are quite a number of softwares, (for me personally) only make use of dual cores and they have no plans of getting quad cores support because of the complexity involves in recoding/scheduling assignment for 4 cores. Thats the suck part unfortunately doh.gif
*
Prepare some money to get a new mobo too.
Some mobo are unable to support it, up to manufacturer.
user posted image
user posted image
kwlian
post Jun 2 2011, 11:21 AM

New Member
*
Junior Member
45 posts

Joined: Jul 2008
QUOTE(billytong @ Jun 1 2011, 07:01 PM)

I'll like to have a 5Ghz dual core TDP 125w CPU, where is that? Doesnt exist.  doh.gif
*
From this I can see that u r never a gamer lols @.@
Racerx
post Jun 2 2011, 12:48 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



Bulldozer officially delayed,will be 60-90 days late.

user posted image
pandera999
post Jun 2 2011, 01:01 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(Racerx @ Jun 2 2011, 12:48 PM)
expected sweat.gif
dma0991
post Jun 2 2011, 01:43 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(billytong @ Jun 2 2011, 10:02 AM)
quite frankly if it isnt Intel do not come out the i3-2120k that priced at half of 2500K(@ Jan 2011) I would have get 2120k instead of 2500k. (Since I will be ending up using Ivy bridge, 2500K is pretty much my "temporary" CPU)

You mentioned about single core performance, but there is a huge difference between a single core and a dual core on everyday task(window environment) because you went from single to multitask, but the performance between dual and quads diminished smaller. and there are quite a number of softwares, (for me personally) only make use of dual cores and they have no plans of getting quad cores support because of the complexity involves in recoding/scheduling assignment for 4 cores. Thats the suck part unfortunately doh.gif
*
The price of the Core i3 2120K is not even half of the Core i5 2500K and from what I've heard the Core i3 2120K is just a 4 core binned CPU with 2 disabled to give headroom for the other 2 to overclock. The Core i5 2500K is still the better buy. I'm not too sure how much performance gain IB will be but may not be a lot. Performance/watt will increase no doubt which is really the key focus of Tri Gate. So actually you can be satisfied with the Core i5 2500K already and upgrade something else like a fast SSD if you don't have one currently.

You mentioned that your software doesn't take advantage of quad cores but I'm talking about multitasking which refers to running multiple different programs at the same time that would take advantage of a quad. Lets just say you're running 2 of the programs that you mentioned simultaneously. So if 1 of your programs can only make use of 2 then that means you can run 2 at the same time. As for the case of your Core i5 2500K, if 2 cores are occupied with the program that you run then you have 2 more cores to use for browsing or watch a movie while you wait for it to complete(if it takes hours).

QUOTE(Racerx @ Jun 2 2011, 12:48 PM)
Maybe the stepping is an issue but some people suggest that AMD is production capacity constrained since GloFlo has to manufacture Llano to meet the demand leaving no slot to manufacture Bulldozer.

Why not get a SB now? rolleyes.gif
billytong
post Jun 2 2011, 01:55 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(dma0991 @ Jun 2 2011, 01:43 PM)
You mentioned that your software doesn't take advantage of quad cores but I'm talking about multitasking which refers to running multiple different programs at the same time that would take advantage of a quad. Lets just say you're running 2 of the programs that you mentioned simultaneously. So if 1 of your programs can only make use of 2 then that means you can run 2 at the same time. As for the case of your Core i5 2500K, if 2 cores are occupied with the program that you run then you have 2 more cores to use for browsing or watch a movie while you wait for it to complete(if it takes hours).
*

Still goes back to the same thing, I cant improve my dual core the performance. The are a whole lot of reason why Intel/AMD implement Turbo core. Apparently the implementation of turbo core on the newer Intel/AMD CPU architecture are better but it is not really significant enough to make up the difference. Take 2500K as example, 3.3GHz to 3.7Ghz isnt really revolutionary

The way the software make for muli-core is limited to how many cores it written for.

I cant take a 2 threaded application and get a huge performance increase on a 4 core CPU. It is not like GPU.

dma0991
post Jun 2 2011, 02:24 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(billytong @ Jun 2 2011, 01:55 PM)
Still goes back to the same thing, I cant improve my dual core the performance. The are a whole lot of reason why Intel/AMD implement Turbo core. Apparently the implementation of turbo core on the newer Intel/AMD CPU architecture are better but it is not really significant enough to make up the difference. Take 2500K as example, 3.3GHz to 3.7Ghz isnt really revolutionary

The way the software make for muli-core is limited to how many cores it written for.

I cant take a 2 threaded application and get a huge performance increase on a 4 core CPU. It is not like GPU.
*
You're not going to get a huge turbo just because Intel is selling a quad core as a dual core. You can overclock a Core i5 2500K as much as a Core i3 2120K because all SB processors have a max ceiling. No doubt the Core i3 2120K is marketed for the overclocker but it will still be sold with a lower TDP compared to a Core i5 2500K. The Core i5 2500K has the same TDP, as a Core i5 2500 despite the latter does not have an overclocking feature.

Since Turbo Boost is based on the processors TDP, you're not going to get huge boost (0.8-1GHz) than If you're really serious moving from your current Core i5 2500K to a Core i3 2120K then I would consider that a downgrade rather than an upgrade. Keep your Core i5, it will serve you well. rolleyes.gif
billytong
post Jun 2 2011, 04:07 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(dma0991 @ Jun 2 2011, 02:24 PM)
You're not going to get a huge turbo just because Intel is selling a quad core as a dual core. You can overclock a Core i5 2500K as much as a Core i3 2120K because all SB processors have a max ceiling. No doubt the Core i3 2120K is marketed for the overclocker but it will still be sold with a lower TDP compared to a Core i5 2500K. The Core i5 2500K has the same TDP, as a Core i5 2500 despite the latter does not have an overclocking feature.

Since Turbo Boost is based on the processors TDP, you're not going to get huge boost (0.8-1GHz) than If you're really serious moving from your current Core i5 2500K to a Core i3 2120K then I would consider that a downgrade rather than an upgrade. Keep your Core i5, it will serve you well.  rolleyes.gif
*

Didnt really say about downgrading, just that I am going after absolute dual core performance. Going Ivy bridge is probably my main reason behind this too. rolleyes.gif

kingkingyyk
post Jun 2 2011, 07:48 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Asus F1A75 | Asus F1A75-M
user posted imageuser posted image
Asus F1A75-I Deluxe | non-Deluxe
user posted image
MSI A75A-G35 | MSI A75MA-G55
user posted imageuser posted image
MSI 990FXA-GD65 | MSI 970A-G45
user posted imageuser posted image


Added on June 2, 2011, 7:54 pmMSI 990FXA-GD80
user posted image

This post has been edited by kingkingyyk: Jun 2 2011, 07:54 PM
pandera999
post Jun 2 2011, 11:52 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



MSI 990FXA-GD80 look like airport laugh.gif dasyat my imagination...
wat different Asus F1A75-I Deluxe and non-Deluxe?
shin gouki
post Jun 3 2011, 01:14 AM

Getting Started
**
Junior Member
74 posts

Joined: Jul 2005


AMD = Advance Multiple Delay!!!
Argghh
zerorating
post Jun 3 2011, 02:04 AM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(shin gouki @ Jun 3 2011, 01:14 AM)
AMD = Advance Multiple Delay!!!
Argghh
*
Does AMD mention the release date for Bulldozer, i think they only mention that Q2 for Llano and Q3 for Bulldoze, i think its still within the time frame, looks like lots of manufacturer impress with new 990fx series chipset with the engineering sample, i guess the bulldozer still gonna be great

This post has been edited by zerorating: Jun 3 2011, 02:06 AM
pandera999
post Jun 3 2011, 09:36 AM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(zerorating @ Jun 3 2011, 02:04 AM)
Does AMD mention the release date for Bulldozer, i think they only mention that Q2 for Llano and Q3 for Bulldoze, i think its still within the time frame, looks like lots of manufacturer impress with new 990fx series chipset with the engineering sample, i guess the bulldozer still gonna be great
*
ya, bulldozer still great.. but it wil be release next year and delay.. LIano, coming soon.. brows.gif
storm88
post Jun 3 2011, 09:44 AM

~UncleSam Ready to Rolls~
*******
Senior Member
5,595 posts

Joined: Jan 2003
From: Between Hell and Heaven
herm... i just found something very funny.
i've been monitor this thread always, but non represents AMD official to tell when was the launch date.

All the info was based on the "Rumour" ? i perhaps?
I spoked with AMD malaysia at march, by that time he already said BD will release EARLIEST August.

So?
pandera999
post Jun 3 2011, 09:45 AM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(storm88 @ Jun 3 2011, 09:44 AM)
herm... i just found something very funny.
i've been monitor this thread always, but non represents AMD official to tell when was the launch date.

All the info was based on the "Rumour" ? i perhaps?
I spoked with AMD malaysia at march, by that time he already said BD will release EARLIEST August.

So?
*
shocking.gif really? seems at the website said.. eh... shakehead.gif doh.gif

This post has been edited by pandera999: Jun 3 2011, 09:45 AM
storm88
post Jun 3 2011, 09:51 AM

~UncleSam Ready to Rolls~
*******
Senior Member
5,595 posts

Joined: Jan 2003
From: Between Hell and Heaven
QUOTE(pandera999 @ Jun 3 2011, 10:45 AM)
shocking.gif  really? seems at the website said.. eh... shakehead.gif  doh.gif
*
yalor. Actually i was at the same boat hope BD come out earlier possible. But When heard what he said... haha what to say?
so be patient la smile.gif
ALeUNe
post Jun 3 2011, 11:20 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(zerorating @ Jun 3 2011, 02:04 AM)
Does AMD mention the release date for Bulldozer, i think they only mention that Q2 for Llano and Q3 for Bulldoze, i think its still within the time frame, looks like lots of manufacturer impress with new 990fx series chipset with the engineering sample, i guess the bulldozer still gonna be great
*
I don't think 990fx is impressive.
http://www.tomshardware.com/reviews/990fx-...m3,2953-12.html

As usual, you can expect AMD mobos from Asus, Gigabyte, Asrock, MSI, Biostar, ECS.
Like what you saw in previous release.

I'm still waiting for Bulldozer and Llano to impress me.
AlamakLor
post Jun 3 2011, 05:57 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


One thing that I'm leaning towards AMD is that the socket will support future processor. Unless they try to pull stuff like AM3++ board
pandera999
post Jun 3 2011, 06:05 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(storm88 @ Jun 3 2011, 09:51 AM)
yalor. Actually i was at the same boat hope BD come out earlier possible. But When heard what he said... haha what to say?
so be patient la smile.gif
*
another waiting sweat.gif like 43sl... huh... last2, i frust.. laugh.gif
saturn85
post Jun 4 2011, 05:01 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(storm88 @ Jun 3 2011, 09:44 AM)
herm... i just found something very funny.
i've been monitor this thread always, but non represents AMD official to tell when was the launch date.

All the info was based on the "Rumour" ? i perhaps?
I spoked with AMD malaysia at march, by that time he already said BD will release EARLIEST August.

So?
*
sad, those website don't know get news from where. sad.gif
SUScopadelrey
post Jun 4 2011, 01:43 PM

Getting Started
**
Junior Member
245 posts

Joined: Jan 2005


when's IV bridge coming?
MichaelJohn
post Jun 4 2011, 01:44 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

QUOTE(copadelrey @ Jun 4 2011, 01:43 PM)
when's IV bridge coming?
*
Your asking this in an upcoming AMD CPU Thread? lol

Looks like things are heating up at ComputeX
Though over some observation , some motherboard manufacturer didn't use the new bracketing system for the CPU Cooler for the upcoming 990Fx Mobos

user posted image
Credits to windwithme


Added on June 5, 2011, 9:02 am

SUScopadelrey
post Jun 4 2011, 01:47 PM

Getting Started
**
Junior Member
245 posts

Joined: Jan 2005


QUOTE(MichaelJohn @ Jun 4 2011, 01:44 PM)
Your asking this in an upcoming  AMD CPU Thread? lol
*
because the delay of BD most likely means that Iv Bridge is gonna rape the market before AMD can come up with something.

And if SB is so powerful already...what will Ivy Bridge do? it's a 22nm I think
Nosferatu
post Jun 4 2011, 03:21 PM

Casual
***
Junior Member
308 posts

Joined: Dec 2004


QUOTE
Featuring the x86 based Bulldozer cores paired up with a DirectX 11 capable GPU, the Trinity is made in 32nm and is currently scheduled for 2012. AMD didn't get into specifics regarding the specs or launch date but we are quite sure that it might "accidentaly" concur with the March/April 2012 Ivy Bridge release date.

fudzilla


hmm thats like a crazy wild guess lol

This post has been edited by Nosferatu: Jun 4 2011, 03:21 PM
pandera999
post Jun 4 2011, 06:41 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(copadelrey @ Jun 4 2011, 01:47 PM)
because the delay of BD most likely means that Iv Bridge is gonna rape the market before AMD can come up with something.

And if SB is so powerful already...what will Ivy Bridge do? it's a 22nm I think
*
see the gpu between green camp and the reds... the reds always stike back... ivy will rape off first but then, BD will counter it back.. incoming LIano... it will booommm... laugh.gif
Clem1982
post Jun 5 2011, 01:53 PM

Just Helping Out ^^
*******
Senior Member
8,746 posts

Joined: Jul 2010
From: S.A.B.A.H


QUOTE(MichaelJohn @ Jun 4 2011, 06:45 PM)
Looks like things are heating up at ComputeX
Though over some observation , some motherboard manufacturer didn't use the new bracketing system for the CPU Cooler for the upcoming 990Fx Mobos
Credits to windwithme
*
Which is a good thing, they don't have to change the brackets totally so that other 3rd party hsf can still be used... the BD is supposed to be a OCing beast so it'll need all the cooling it can get.... imagine having to wait till HSF manufacturers adjusts their bracket system before u can see OC benchmarks tongue.gif
viruz019
post Jun 5 2011, 02:25 PM

iSeeStars
******
Senior Member
1,518 posts

Joined: Mar 2008
From: Here'n'There


argh! hand itchy sad.gif

i thought BD was going to be announce and release this month sad.gif..now i still cant build my rig..early august..hmm.gif..hope that news is real tongue.gif
^KamilskaZ^
post Jun 5 2011, 02:45 PM

roar...roar....
******
Senior Member
1,222 posts

Joined: Jan 2003
From: Melaka




Added on June 5, 2011, 9:02 am

*

[/quote]


macam...macam goldberg
Deathbed
post Jun 6 2011, 04:45 PM

New Member
*
Junior Member
14 posts

Joined: May 2011
From: Kota Kinabalu, Sabah


Thank god AMD are just in time.. I was planning on a 1155 Sandy end of this month. Was actually upset these few days when Intel got so much to offer than AMD but now.. YAY~!!! Please come to papa BULLDOZER!!!
saturn85
post Jun 7 2011, 01:18 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(Deathbed @ Jun 6 2011, 04:45 PM)
Thank god AMD are just in time.. I was planning on a 1155 Sandy end of this month. Was actually upset these few days when Intel got so much to offer than AMD but now.. YAY~!!! Please come to papa BULLDOZER!!!
*
probably have to wait until late july or august. unsure.gif

hehe, end of next year,
probably bulldozer enhance already launch. brows.gif
zonan4
post Jun 7 2011, 02:07 AM

On my way
****
Senior Member
561 posts

Joined: Aug 2006
From: Kajang, Selangor



Good end of next year i will buy new system.... So more delay will be better....
yinchet
post Jun 7 2011, 04:48 AM

If you wish for peace, prepare for war
Group Icon
Elite
1,157 posts

Joined: Jul 2008
From: Petaling Jaya

QUOTE
AMD BullDozer delay is Strategic decision
By Hilbert Hagedoorn, June 6, 2011 - 7:46 PM N/A

Well that's what AMD says, and of course any decision could be labeled as strategic but the Bulldozer processors (Zambezi FX series) have been delayed alright. guru3D was able to confirm that it will take 60 to 90 days from this week before the new processors will see the light of day. Meanwhile there of course will be Llano.

Guido Lohmann, AMD PR Manager Northern Europe, "The very gratifying success of the C-and E-series APUs has led to the decision to go ahead first in the desktop area with an APU, and then to follow with the Bulldozer processors,” concluded the company's rep."

Before the word was out reports and indications from Asia suggested that AMD is problems with the performance of its Bulldozer architecture, the first chip revisions functioned at lower than expected frequencies hence they already are working and producing on a new B2 stepping.

Now this is just a rumor, but it was expected that Zambesi would be able to run 3.5 GHz, whereas the B0 and B1 revision halted at 2.5 GHz. The new B2 stepping should (hopefully) solve this.

Zambezi is targeting the high-end desktop space and come with an unlocked multiplier, support for AMD's Turbo Core 2.0 technology and an integrated dual-channel DDR3-1866MHz controller.
sosej guru3d
pandera999
post Jun 7 2011, 09:03 AM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(zonan4 @ Jun 7 2011, 02:07 AM)
Good end of next year i will buy new system.... So more delay will be better....
*
many choices brows.gif brows.gif
customer2
post Jun 7 2011, 04:18 PM

Enthusiast
*****
Senior Member
823 posts

Joined: Jun 2009
amd is crazy == , their performance naik sikit demi sikit untill compete with intel
saturn85
post Jun 7 2011, 04:30 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



haha, this is a good things. biggrin.gif
getting bore if intel lead forever. yawn.gif
billytong
post Jun 7 2011, 06:34 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


If u ask me I am not quite convince. if they got good stuff, they probably have show it by now.
kingkingyyk
post Jun 7 2011, 07:18 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Finally, some official words from AMD. biggrin.gif
user posted image
user posted image
user posted imageuser posted image
user posted imageuser posted image
Err..... The noisy stock cooler again?
Hope AMD can give some better coolers like the one in Athlon X2 era. smile.gif
user posted image[/URL]
You can tune the clock for every core. brows.gif

This post has been edited by kingkingyyk: Jun 7 2011, 07:52 PM
everling
post Jun 7 2011, 07:44 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
Am I seeing things or is that a tin container for the 8-core chip? shocking.gif
kingkingyyk
post Jun 7 2011, 07:46 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Yeah, it is a tin container, Lol.
user posted image

Dirt 3 on Bulldozer. biggrin.gif


This post has been edited by kingkingyyk: Jun 7 2011, 08:00 PM
Irishcoffee
post Jun 7 2011, 07:49 PM

ilX / Espressivo
*******
Senior Member
2,994 posts

Joined: Jan 2003
From: Behind You

oh dooooom
they nvr change thier stock cooler which is damn noisy~
panglimanadzri
post Jun 7 2011, 07:55 PM

Getting Started
**
Junior Member
172 posts

Joined: Jan 2011


what benefit the "flex floating point" will bring for a processor? does it improve core performance, thus will benefit us in gaming, encoding videos etc? anyone care to explain?
Unleashed
post Jun 7 2011, 09:05 PM

Casual
***
Junior Member
322 posts

Joined: Dec 2010
From: Kuala Terengganu



the box for the AMD FX 8 Core looks cool!!! drool.gif drool.gif
im definitely going to buy that...
dma0991
post Jun 7 2011, 09:23 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(panglimanadzri @ Jun 7 2011, 07:55 PM)
what benefit the "flex floating point" will bring for a processor? does it improve core performance, thus will benefit us in gaming, encoding videos etc? anyone care to explain?
*
I can't really explain much about it but FlexFP will give you more flexibility when it comes to programs that want to use it compared to the conventional method like SB has 256bit dedicated per core. With the FlexFP you can have 2 128bit and 2 cores in a module can share those 2 to make a 256bit.

FlexFP will not be the determining factor that will put Bulldozer ahead of SB. There are other parts of the CPU that is more important and tweaking those will give a much higher performance than just having FlexFP. I'm a little bit skeptical about FMA4 because SB still uses FMA3 and the industry only moves to FMA4 when Intel pays tells them.
MichaelJohn
post Jun 7 2011, 09:59 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

I'm buying just to get the tin container... *sarcasm* tongue.gif
saturn85
post Jun 7 2011, 10:48 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(kingkingyyk @ Jun 7 2011, 07:46 PM)
Yeah, it is a tin container, Lol.
user posted image
*
doubt a tin container will have extra cost or not?
looks like there have different model number than previous one. unsure.gif
QUOTE(panglimanadzri @ Jun 7 2011, 07:55 PM)
what benefit the "flex floating point" will bring for a processor? does it improve core performance, thus will benefit us in gaming, encoding videos etc? anyone care to explain?
*
probably will benefits program that use floating point operation,
like folding@home. brows.gif
not sure about gaming. unsure.gif
adie82
post Jun 7 2011, 11:48 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


wow!!!! nice FX 8 core container!.....
kikikukiki
post Jun 8 2011, 02:30 PM

New Member
*
Junior Member
20 posts

Joined: Jan 2008
AMD FX-8130P is here already... if you believe it! rclxm9.gif

http://wccftech.com/2011/05/30/amd-bulldoz...19980-yuan-308/


Clem1982
post Jun 8 2011, 03:01 PM

Just Helping Out ^^
*******
Senior Member
8,746 posts

Joined: Jul 2010
From: S.A.B.A.H


QUOTE(kikikukiki @ Jun 8 2011, 02:30 PM)
AMD FX-8130P is here already... if you believe it!  rclxm9.gif

http://wccftech.com/2011/05/30/amd-bulldoz...19980-yuan-308/
*
sweat.gif sweat.gif sales post from china? very dubious... tongue.gif I'll wait for the benchmarks and availability in the local market tongue.gif
pandera999
post Jun 8 2011, 04:46 PM

모든 것​에는 정해진 때​가 있으니
*******
Senior Member
6,214 posts

Joined: Sep 2010
From: Busan, Kr | Kuching, Swk



QUOTE(Clem1982 @ Jun 8 2011, 03:01 PM)
sweat.gif  sweat.gif sales post from china? very dubious...  tongue.gif I'll wait for the benchmarks and availability in the local market tongue.gif
*
laugh.gif wait review from user oso??
Turnip
post Jun 8 2011, 07:23 PM

bonjour beau là-bas
******
Senior Member
1,111 posts

Joined: Aug 2005
From: UK


get the BD out already AMD... sleep.gif

Before the woman ask for something else.
kingkingyyk
post Jun 8 2011, 09:50 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
user posted image
user posted image
user posted image
dma0991
post Jun 8 2011, 09:57 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


AMD Llano mobile based devices launching by June 14th
QUOTE
Some already listed
AMD's Llano based mobile part, codename Sabine, will officially launch on 14th of June. Although AMD hasn't quite been screaming it from the rooftops, our sources close to the AMD confirmed that the mobile Llano will officially launch on 14th.

We already wrote about AMD's Llano mobile lineup and, as you probably already know, there will be five quad-core models in A8 and A6 series as well as three dual-core models in A4 and E2 series. The top part will be a quad-core A8-3530MX with 4MB of L2 cache that will work at 1.9GHz. This one will feature Radeon HD 6620G graphics with 400 stream processors and a 444MHz GPU clock. The TDP of this top part APU is set at 45W. You can check out the rest of the lineup here.

The A6-3410MX also showed up in retail/e-tail as part of HP's Pavilion dv6-6110sg notebook listed on Passiontec.de site. The A6-3410MX is a quad-core part that ticks at 1.6GHz and comes with a Radeon HD 6520G graphics part that has 320 stream processors and works at 400MHz. The notebook is listed at €590 which isn't a bad price for a quad-core APU equipped notebook. You can find it here.

We are quite sure that there will be more listings as we draw nearer to the official launch date. The launch of desktop Llano, codename Lynx, hasn't been officially announced but we do know that it will come sometime after the mobile one.

sos

AMD FX Processor
Official page for AMD FX processors. I'm 50/50 with AMD Bulldozer as of now but AMD promo videos are always a 100. Their videos are always full of epic lulz laugh.gif

This post has been edited by dma0991: Jun 8 2011, 11:10 PM
taxidoor
post Jun 8 2011, 11:18 PM

Regular
******
Senior Member
1,008 posts

Joined: Mar 2006
From: Kuantan Pahang



erm waiting some ES result from chiphell website, thier senior forumer getting an ES sample result if you can read chinese please read ba
Chiphell

erm the chip not amd supply to him, he was buying so i think he can post up the result

it might be problematic ES proc (cant oc well, reading error) at least we can read something what 8 core can do. maybe same speed i vs a
dma0991
post Jun 8 2011, 11:29 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


^Not too sure if there will be any results posted by him. Posting any performance figures related to a unreleased product would lead to a breach of NDA with AMD. Of course the consequences would be legal action against him and he may not get any ES chips in the future. Then again it would be nice to see some numbers for the final stepping.

IIANM the rules for a NDA is that the ES chips belongs to the company that gives to the person for whatever purpose the company specifies them to do. It can not be sold to another person as it is a property of the company itself even if he did buy it legally. That means the person that sold the ES to him has already gone against the NDA. Most probably AMD would confiscate the ES chip without compensation to the buyer.

Usually ES chips would run at a much lower base clock than a retail version as they try to work out the bugs. Do post some numbers if he really decided to post some information, which I think is unlikely.
kingkingyyk
post Jun 9 2011, 12:42 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
user posted image
user posted imageuser posted image

user posted image
user posted image

The performance improvement is decent. smile.gif
Without L3 cache, it is still able to perform on par with Phenom II. smile.gif
storm88
post Jun 9 2011, 10:18 AM

~UncleSam Ready to Rolls~
*******
Senior Member
5,595 posts

Joined: Jan 2003
From: Between Hell and Heaven
i suggest...
we take chinese based material for "entertainment" be make our day easier smile.gif
MichaelJohn
post Jun 9 2011, 02:06 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

Saving up to around RM1K for MB and CPU , you think enough ar?

Not going for 8 Core (For now)
Just need for normal needs , casual gaming...
ah_khoo
post Jun 9 2011, 02:15 PM

- No Action Talk Only -
Group Icon
Elite
8,103 posts

Joined: Jan 2003
From: Tanah Lot @ Dungun, Terengganu.


QUOTE(MichaelJohn @ Jun 9 2011, 02:06 PM)
Saving up to around RM1K for MB and CPU , you think enough ar?
*
quad core BD + decent mobo is possible, but for 8 cores monster, i doubt so. chip itself will eat up almost 75% of ya budget... sweat.gif
dma0991
post Jun 9 2011, 02:32 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


A 4 or 6 core BD together with a motherboard for 1k is definitely possible. Since you're gaming, an 8 core is unnecessary since you can better spend on a 4 core and a decent motherboard with good VRM and overclock the 4 cores.

AMD is not aiming to be in the same price bracket as the LGA1366 or LGA2011 so 1k is definitely possible.

AMD Confirms FX Pricing: Mid-$300 for an 8-Core Processor

The price of a FX-8130P is confirmed to be at $320 or about +- RM1000. Comes in a nice packaging as well. drool.gif

» Click to show Spoiler - click again to hide... «

Clem1982
post Jun 9 2011, 02:37 PM

Just Helping Out ^^
*******
Senior Member
8,746 posts

Joined: Jul 2010
From: S.A.B.A.H


Engineering samples from AMD laugh.gif

http://www.hexus.net/content/item.php?item=30761
Turnip
post Jun 9 2011, 03:26 PM

bonjour beau là-bas
******
Senior Member
1,111 posts

Joined: Aug 2005
From: UK


QUOTE(kingkingyyk @ Jun 8 2011, 10:50 PM)
user posted image
user posted image
user posted image
*
By the look of the "collector's tin" show's that AMD is serious this time! laugh.gif

Impress me AMD.Or it's SB for me. sleep.gif
kingkingyyk
post Jun 9 2011, 09:18 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
user posted image
brows.gif
MichaelJohn
post Jun 9 2011, 09:21 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

I'm Sold!
Lol

clawhammer
post Jun 9 2011, 10:08 PM

///M
Group Icon
VIP
8,788 posts

Joined: Jan 2003
From: Kuala Lumpur




I hope it's faster than Sandy Bridge of the same price range biggrin.gif
shin gouki
post Jun 9 2011, 10:10 PM

Getting Started
**
Junior Member
74 posts

Joined: Jul 2005


Wth rm1000 so expensive one!!!
Maybe its for hardcore person.
Think might need to get 6 core one.
Hope they will reveal the price soon!!!
kingkingyyk
post Jun 9 2011, 10:16 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
brows.gif
user posted image
user posted image
user posted image
user posted image

brows.gif More.
user posted imageuser posted image
user posted image
Wait..? Lose Phenom II x6 1055T? doh.gif
Racerx
post Jun 9 2011, 10:35 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(dma0991 @ Jun 9 2011, 08:17 PM)
AMD Confirms FX Pricing: Mid-$300 for an 8-Core Processor

The price of a FX-8130P is confirmed to be at $320 or about +- RM1000. Comes in a nice packaging as well.  drool.gif

» Click to show Spoiler - click again to hide... «

*
Definitely a more fitting packaging compared to Intel [cough* i7 2600K same small paper box as i3 2100*cough]

QUOTE(kingkingyyk @ Jun 9 2011, 08:18 PM)
user posted image
brows.gif
*
That's fast drool.gif
adie82
post Jun 9 2011, 11:03 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


QUOTE(kingkingyyk @ Jun 9 2011, 09:18 PM)
user posted image
brows.gif
*
wow!!!! rclxms.gif rclxms.gif rclxms.gif

im in!


Added on June 9, 2011, 11:03 pmuser posted image

nice vcore!

This post has been edited by adie82: Jun 9 2011, 11:03 PM
Searingmage
post Jun 9 2011, 11:18 PM

Regular
******
Senior Member
1,809 posts

Joined: Feb 2010


Damn.. That's one cool box from AMD biggrin.gif
Pls, don't delay any further than July T_T
Racerx
post Jun 9 2011, 11:23 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(kingkingyyk @ Jun 9 2011, 10:13 PM)
brows.gif More.
user posted imageuser posted image
user posted image
Wait..? Lose Phenom II x6 1055T?  doh.gif
*
That's BD? blink.gif
kingkingyyk
post Jun 9 2011, 11:27 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Yep.
26s for single threaded in SuperPI. brows.gif
user posted image

Looks like the sample got some problems. biggrin.gif
Unstable and Performance does not proportional to clock.

This post has been edited by kingkingyyk: Jun 9 2011, 11:28 PM
dma0991
post Jun 9 2011, 11:35 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


After looking at so many 'leaked' benchmarks I would usually take it with a grain of salt, especially with Cinebench. I lost count already how many I saw a Photoshopped version.
Racerx
post Jun 9 2011, 11:36 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(kingkingyyk @ Jun 9 2011, 10:27 PM)
Yep.
26s for single threaded in SuperPI. brows.gif
user posted image

Looks like the sample got some problems.  biggrin.gif
Unstable and Performance does not proportional to clock.
*
That's rather slow TBH.The Cinebench R11.5's score is even lower than the i5 2500K sweat.gif
kingkingyyk
post Jun 9 2011, 11:37 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(dma0991 @ Jun 9 2011, 11:35 PM)
After looking at so many 'leaked' benchmarks I would usually take it with a grain of salt, especially with Cinebench. I lost count already how many I saw a Photoshopped version.
*
The TS got real engineering sample. He got photo on that. smile.gif
Anyway, his unit apparently, got some problems. biggrin.gif
Searingmage
post Jun 10 2011, 01:09 AM

Regular
******
Senior Member
1,809 posts

Joined: Feb 2010


QUOTE(kingkingyyk @ Jun 9 2011, 11:37 PM)
The TS got real engineering sample. He got photo on that.  smile.gif
Anyway, his unit apparently, got some problems.  biggrin.gif
*
And.. that's causing the delay in launching bulldozer right? shakehead.gif
everling
post Jun 10 2011, 02:00 AM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
If AMD can give me a quad-core that is noticeably faster than my Phenom II X3 710 on single threaded apps, isn't any hotter, AES-NI and CPU+MB pricing of about RM700, I'm sold. tongue.gif
kingkingyyk
post Jun 10 2011, 10:16 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
Okay, the next gen APU, Trinity will got HD6770 core integrated. brows.gif.
But I think the RAM will become bottleneck. sad.gif

For APU users, time to get performance RAM and OC it to get better IGP performance. icon_idea.gif

This post has been edited by kingkingyyk: Jun 10 2011, 10:17 AM
taxidoor
post Jun 10 2011, 10:28 AM

Regular
******
Senior Member
1,008 posts

Joined: Mar 2006
From: Kuantan Pahang



QUOTE(kingkingyyk @ Jun 10 2011, 10:16 AM)
Okay, the next gen APU, Trinity will got HD6770 core integrated. brows.gif.
But I think the RAM will become bottleneck. sad.gif

For APU users, time to get performance RAM and OC it to get better IGP performance.  icon_idea.gif
*
Have the same feeling cause share system ram right?
Btw 8core series with built in graphic?
kingkingyyk
post Jun 10 2011, 10:40 AM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(taxidoor @ Jun 10 2011, 10:28 AM)
Have the same feeling cause share system ram right?
Btw 8core series with built in graphic?
*
No. smile.gif
FT1(APU) - 2/4 cores+IGP
AM3+ - 4/6/8 bulldozer cores. IGP from chipset.

Trinity (Next Gen APU) - 2/4 bulldozer cores+IGP
dma0991
post Jun 10 2011, 11:28 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


The RAM issue with the APU is already known for quite some time. It has more to do with the bandwidth that the RAM has rather than speed. For a discrete GPU you have a very big bandwidth compared to what you can find on normal RAM. Only solution is to have a dedicated memory for the GPU on the motherboard which was not implemented maybe due to cost. Another solution is to increase the dual channel memory to triple/quad channel memory but have to wait till AMD decides to actually implement.

Putting the RAM issue aside, the number of pins on the socket could have been increased as well. Now the CPU and GPU have to share the 905 pins that Socket FM1 have which might not be a good thing.
Silverfire
post Jun 10 2011, 06:00 PM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



So is there any new bench for the 8 cores monster?
shin gouki
post Jun 11 2011, 04:35 PM

Getting Started
**
Junior Member
74 posts

Joined: Jul 2005


QUOTE(kingkingyyk @ Jun 9 2011, 11:13 PM)
brows.gif More.
user posted imageuser posted image
user posted image
Wait..? Lose Phenom II x6 1055T?  doh.gif
*
According to the pic
2.80GHz BD lose to 2.80GHz i7
This is dissapointing
But the announced stock speed should be 3.60GHz
Wanna ask
If the speed is 3.60GHz means all 8 cores run at 3.60GHz?


Added on June 11, 2011, 4:51 pm
QUOTE(dma0991 @ Jun 10 2011, 11:28 AM)
The RAM issue with the APU is already known for quite some time. It has more to do with the bandwidth that the RAM has rather than speed. For a discrete GPU you have a very big bandwidth compared to what you can find on normal RAM. Only solution is to have a dedicated memory for the GPU on the motherboard which was not implemented maybe due to cost. Another solution is to increase the dual channel memory to triple/quad channel memory but have to wait till AMD decides to actually implement.

Putting the RAM issue aside, the number of pins on the socket could have been increased as well. Now the CPU and GPU have to share the 905 pins that Socket FM1 have which might not be a good thing.
*
Now only I know about this
So that means the APU'S GPU will share the memory of the normal RAM?

This post has been edited by shin gouki: Jun 11 2011, 04:51 PM
kingkingyyk
post Jun 11 2011, 05:17 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE
According to the pic
2.80GHz BD lose to 2.80GHz i7
This is dissapointing

I already said, there are some bugs with the tested sample.
When OC-ed to 3.2GHz, it shows performance decrement. LOL. laugh.gif
QUOTE
But the announced stock speed should be 3.60GHz
Wanna ask
If the speed is 3.60GHz means all 8 cores run at 3.60GHz?

Did you notice, engineering sample? laugh.gif
Yes, all cores will run at same clock.
If you enabled C-state, cores may run at different frequency, depending on workload on that particular core.

QUOTE
So that means the APU'S GPU will share the memory of the normal RAM?

Yep.

Some super impressive result has came. Broke the IGP record. brows.gif
user posted image
user posted image
user posted image
Bye-bye to neeb Intel IGP. biggrin.gif
user posted image
user posted image
user posted image
user posted image
user posted image
user posted image

Result Page.
Are you sold?

user posted image
Updated model list.

This post has been edited by kingkingyyk: Jun 11 2011, 05:25 PM
adie82
post Jun 11 2011, 08:07 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


im sold... but want to know how much 1st hehehe

3 days to go!
shin gouki
post Jun 11 2011, 11:27 PM

Getting Started
**
Junior Member
74 posts

Joined: Jul 2005


Dunno whether I should buy the zambezi cpu or the trinity apu.... Rumour said that trinity will be released in march/april 2012 while zambezi will be released in august/sept 2011.... But I reli like the trinity apu... Looks promising
AlamakLor
post Jun 11 2011, 11:47 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


The beauty of going AMD is that you don't have to deal with the socket BS that Intel is feeding us. You can go with whatever CPU and just swap it out without changing the whole platform.
Silverfire
post Jun 12 2011, 12:07 AM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



Got new SuperPI 1M result?
dma0991
post Jun 12 2011, 12:13 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(AlamakLor @ Jun 11 2011, 11:47 PM)
The beauty of going AMD is that you don't have to deal with the socket BS that Intel is feeding us. You can go with whatever CPU and just swap it out without changing the whole platform.
*
That may change when AMD introduces the Komodo to replace the Zambezi. The Komodo is supposed to be an APU so that might be the point that the Socket AM3+ is no longer useful. If according to the timeline Komodo should come out next year and most likely a new Socket will be introduced as well. After they have transitioned to the newer socket then backwards compatibility would continue from there and not backwards compatible with AM3+.

Of course this is all speculation and might have some truth but if AMD really wants to change then they might as well go all the way by bringing down their Socket C32 or Socket G34 for Komodo which has a lot of contacts points and LGA. brows.gif
ALeUNe
post Jun 12 2011, 02:31 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(kingkingyyk @ Jun 9 2011, 10:19 AM)
» Click to show Spoiler - click again to hide... «


The performance improvement is decent.  smile.gif
Without L3 cache, it is still able to perform on par with Phenom II.  smile.gif
*
I think it should be faster than Phenom II.
Do you expect it slower than Phenom II?

I hope it is faster than Sandy Bridge too, clock to clock.
Bulldozer is AMD's biggest project ever. A big hoo-haa since 2005.
I expect it to blow Sandy Bridge out of water. It would be a bit of turn-off if this AMD's "greatest" architecture fails to beat Intel's.
I don't expect it to be cheap though. I think the price doesn't matter as long as it's faster than Sandy Bridge - the performance justifies the price.
Silverfire
post Jun 12 2011, 02:52 AM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(ALeUNe @ Jun 12 2011, 02:31 AM)
I think it should be faster than Phenom II.
Do you expect it slower than Phenom II?

I hope it is faster than Sandy Bridge too, clock to clock.
Bulldozer is AMD's biggest project ever. A big hoo-haa since 2005.
I expect it to blow Sandy Bridge out of water. It would be a bit of turn-off if this AMD's "greatest" architecture fails to beat Intel's.
I don't expect it to be cheap though. I think the price doesn't matter as long as it's faster than Sandy Bridge - the performance justifies the price.
*

I don't think its faster than Sandy B. clock to clock, judging on bench posted by kingkingyyk above.
user posted image
Racerx
post Jun 12 2011, 03:03 AM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



@ALeUNe and Silverfire,that's Llano not Bulldozer.


Added on June 12, 2011, 3:04 am@ALeUNe and Silverfire,those pictures you guys quoted/posted are Llano not Bulldozer

This post has been edited by Racerx: Jun 12 2011, 03:04 AM
ALeUNe
post Jun 12 2011, 03:06 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(Silverfire @ Jun 12 2011, 02:52 AM)
I don't think its faster than Sandy B. clock to clock, judging on bench posted by kingkingyyk above.
» Click to show Spoiler - click again to hide... «

*
I thought the silicon was still buggy and thus poor performance.

If the BD is not faster than Intel's, it will lose the group of users that hungry for infinite performance.
(I personally feel it is a turn-off if BD runs slower than Sandy Bridge. Get what I meant? Big hoo-haa, highly speculated but turn out a "slowpoke").

However, there is another group of customer that AMD can grab.
That's AMD's BD must have higher overall value than what Intel can offer (i.e. the embedded GPU)

QUOTE(Racerx @ Jun 12 2011, 03:03 AM)
@ALeUNe and Silverfire,that's Llano not Bulldozer.
*
Thanks for pointing that out.
I don't expect Llano 4-core runs slower than Phenom II too.
(What's the point of launching a new desktop processor that runs slower than the old processor? Get what I mean?)
Silverfire
post Jun 12 2011, 03:06 AM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(Racerx @ Jun 12 2011, 03:03 AM)
@ALeUNe and Silverfire,that's Llano not Bulldozer.


Added on June 12, 2011, 3:04 am@ALeUNe and Silverfire,those pictures you guys quoted/posted are Llano not Bulldozer
*

Oh I see. The release of Bulldozer is around the corner right?

Found this after going through almost 20 pages in LGA1155 thread, good reference when BD bench out.
user posted image

This post has been edited by Silverfire: Jun 12 2011, 03:12 AM
dma0991
post Jun 12 2011, 03:32 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(ALeUNe @ Jun 12 2011, 02:31 AM)
I think it should be faster than Phenom II.
Yes
Do you expect it slower than Phenom II?
Obviously not. Nobody would sell a product that is inferior compared to the previous
I hope it is faster than Sandy Bridge too, clock to clock.
Not likely clock to clock but BD is based on high clock speed design
Bulldozer is AMD's biggest project ever. A big hoo-haa since 2005.
I expect it to blow Sandy Bridge out of water. It would be a bit of turn-off if this AMD's "greatest" architecture fails to beat Intel's.
It will beat SB or at least it should beat SB in terms of performance. I would be surprised if single threaded performance matches or beats SB. Multithreaded performance should be Bulldozer's strong point.
I don't expect it to be cheap though. I think the price doesn't matter as long as it's faster than Sandy Bridge - the performance justifies the price. That is why AMD is not competing against SB-E in terms of price and it is priced according to SB.
*
QUOTE(ALeUNe @ Jun 12 2011, 03:06 AM)
I thought the silicon was still buggy and thus poor performance.

If the BD is not faster than Intel's, it will lose the group of users that hungry for infinite performance.
(I personally feel it is a turn-off if BD runs slower than Sandy Bridge. Get what I meant? Big hoo-haa, highly speculated but turn out a "slowpoke").

However, there is another group of customer that AMD can grab.
That's AMD's BD must have higher overall value than what Intel can offer (i.e. the embedded GPU)
*
It is sort of a big issue with BD but throughout 2005 there has been a lot of changes in design. What we are looking at now is not what it was back in 2005.

BD is made not made exclusively for enthusiasts. It should focus more on virtualization, cloud, database, web and HPC where the softwares used are not restricted and are able to use the full potential of multicore processing.



Comparison between Llano & Sandy Bridge in a mobile platform. They should have done a physical test with the laptops turned on and tested. Simulated version with the edited background looks so weird.
AlamakLor
post Jun 12 2011, 11:27 AM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


I'm considering taking my chances by buying the C5F now lol
Nosferatu
post Jun 12 2011, 12:39 PM

Casual
***
Junior Member
308 posts

Joined: Dec 2004


Intel's Cpus are core i3, i5, i7
Amd's Apus are A4, A6, A8.

Nice naming there laugh.gif
ALeUNe
post Jun 12 2011, 02:45 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(dma0991 @ Jun 12 2011, 12:48 PM)
» Click to show Spoiler - click again to hide... «


Comparison between Llano & Sandy Bridge in a mobile platform. They should have done a physical test with the laptops turned on and tested. Simulated version with the edited background looks so weird.
*
Summary,
1) AMD has 2 hours longer battery life in idle
2) AMD's USB 3.0 is 10% faster than Intel's
3) AMD has 1 hour longer battery life in full load
billytong
post Jun 12 2011, 03:15 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(dma0991 @ Jun 12 2011, 03:32 AM)
It is sort of a big issue with BD but throughout 2005 there has been a lot of changes in design. What we are looking at now is not what it was back in 2005.

BD is made not made exclusively for enthusiasts. It should focus more on virtualization, cloud, database, web and HPC where the softwares used are not restricted and are able to use the full potential of multicore processing.
*

Anyway I am still very curious about their per core performance. Given how slow software developer are picking up, nobody will care about how fast a 8 core beating a 4 core 2600k, when software are still stucking @ 2 thread or 4 threaded.

Even the latest game are still 4 threaded. Those who bought low clocked <2.5Ghz Core 2 quad are pretty much screw up now.Because thse new games needed >2.5Ghz per core to perform better. I am going to see Phenom II X6 user will be suffering this as well in the future.

This post has been edited by billytong: Jun 12 2011, 03:16 PM
dma0991
post Jun 12 2011, 04:11 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(billytong @ Jun 12 2011, 03:15 PM)
Anyway I am still very curious about their per core performance. Given how slow software developer are picking up, nobody will care about how fast a 8 core beating a 4 core 2600k, when software are still stucking @ 2 thread or 4 threaded. 

Even the latest game are still 4 threaded. Those who bought low clocked <2.5Ghz Core 2 quad are pretty much screw up now.Because thse new games needed >2.5Ghz per core to perform better. I am going to see Phenom II X6 user will be suffering this as well in the future.
*
Even if you do not agree with AMD going with more cores, that doesn't stop the progress method that most semiconductor companies are going with. True the current SB is 4 core and most applications are still within 4 cores/threads but does that mean that the upcoming Haswell with 8 cores that would come after Ivy Bridge in 2013 is useless?

Since Intel is also going with more cores like AMD does that mean Intel is going to a path of failure as well? Of course there will be more and more programs developed to take the advantage of multi core but games are slow to catch on. Doesn't mean that you are very satisfied having 2 cores would mean that the majority of users will. For games I think that most PC gamers should be worried more about games being ported from console to PC rather than the other way around. Due to the fact that games are ported from console, having the most uber powerful CPU or GPU is not going to make your game have lifelike graphics and physics.

Despite Intel having a higher per core performance, for applications like VM having more cores is an advantage. You can cram more cores in a server tower means yo can run more virtual machines. When you are depending on thin clients to run your business, having a powerful core is not going to make a difference when most of the office work that involves word processing are not very CPU demanding. So in practice having 8 cores from AMD allows me to run 4 VM while only 2 VM with an Intel if I allocate 2 cores per system. That is already a 50% increase in the number of people that could use. Powerful single core performance has its place in the server market where more cores are not necessary but virtualization, cloud, database, web and HPC which is only a part of the server market can benefit from more cores.

AMD is aiming at the server space with BD because there is a lot of money to be made in the server space and also they want to regain their dropping market share in the server space. Consider that Intel can sell a Core i7 2600K with a die size of 216mm2 versus a Intel Xeon E7-8870 server CPU with a die space of 513mm2. That is 2.4x the die space but if you compare the price of Core i7 2600K which is $320 and Westmere-EX which is $4616, that is a 14.4x increase in profit when you consider the small 2.4x increase in die space.

Penoreh_Getah
post Jun 12 2011, 04:23 PM

Getting Started
**
Junior Member
91 posts

Joined: Apr 2011
when will amd llano coming out? is it coming to malaysia as well?
adie82
post Jun 12 2011, 04:36 PM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


QUOTE(Nosferatu @ Jun 12 2011, 12:39 PM)
Intel's Cpus are core i3, i5, i7
Amd's Apus are A4, A6, A8.

Nice naming there laugh.gif
*
nice catch there... thumbup.gif

so u want to choos A or I? hmm.gif
kingkingyyk
post Jun 12 2011, 04:39 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
AES Benchmark.
Bulldozer
user posted image
i7 2600K @ 3.9GHz. brows.gif
user posted image
i5 2500K
user posted image

This post has been edited by kingkingyyk: Jun 12 2011, 07:18 PM
everling
post Jun 12 2011, 05:08 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
Very nice. More than enough performance for my needs, although it seems that the Bulldozer is less efficient than Sandy Bridge.
^KamilskaZ^
post Jun 12 2011, 05:37 PM

roar...roar....
******
Senior Member
1,222 posts

Joined: Jan 2003
From: Melaka



woah...bd vcore already at 1.4v
kingkingyyk
post Jun 12 2011, 07:13 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(^KamilskaZ^ @ Jun 12 2011, 05:37 PM)
woah...bd vcore already at 1.4v
*
The sample was getting BSOD frequently. sad.gif
The tester had to jack up the voltage.
Oh yea, forgot to mention, the i7 used in AES benchmark result that I posted just now was OC-ed to 3.9GHz. smile.gif

This post has been edited by kingkingyyk: Jun 12 2011, 07:21 PM
middels8088
post Jun 12 2011, 08:25 PM

Getting Started
**
Junior Member
99 posts

Joined: Aug 2010


QUOTE(everling @ Jun 12 2011, 05:08 PM)
Very nice. More than enough performance for my needs, although it seems that the Bulldozer is less efficient than Sandy Bridge.
*
To be exact, the 2600K have a max TDP of 95W while the Bulldozer core have a max TDP of 186W...
kingkingyyk
post Jun 12 2011, 08:37 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(middels8088 @ Jun 12 2011, 08:25 PM)
To be exact, the 2600K have a max TDP of 95W while the Bulldozer core have a max TDP of 186W...
*
AMD and Intel got different measurement for TDP.

Failed statement.

This post has been edited by kingkingyyk: Jun 12 2011, 08:39 PM
billytong
post Jun 12 2011, 10:06 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(dma0991 @ Jun 12 2011, 04:11 PM)
Even if you do not agree with AMD going with more cores, that doesn't stop the progress method that most semiconductor companies are going with. True the current SB is 4 core and most applications are still within 4 cores/threads but does that mean that the upcoming Haswell with 8 cores that would come after Ivy Bridge in 2013 is useless?

Since Intel is also going with more cores like AMD does that mean Intel is going to a path of failure as well? Of course there will be more and more programs developed to take the advantage of multi core but games are slow to catch on. Doesn't mean that you are very satisfied having 2 cores would mean that the majority of users will. For games I think that most PC gamers should be worried more about games being ported from console to PC rather than the other way around. Due to the fact that games are ported from console, having the most uber powerful CPU or GPU is not going to make your game have lifelike graphics and physics.

Despite Intel having a higher per core performance, for applications like VM having more cores is an advantage. You can cram more cores in a server tower means yo can run more virtual machines. When you are depending on thin clients to run your business, having a powerful core is not going to make a difference when most of the office work that involves word processing are not very CPU demanding. So in practice having 8 cores from AMD allows me to run 4 VM while only 2 VM with an Intel if I allocate 2 cores per system. That is already a 50% increase in the number of people that could use. Powerful single core performance has its place in the server market where more cores are not necessary but virtualization, cloud, database, web and HPC which is only a part of the server market can benefit from more cores.

AMD is aiming at the server space with BD because there is a lot of money to be made in the server space and also they want to regain their dropping market share in the server space. Consider that Intel can sell a Core i7 2600K with a die size of 216mm2 versus a Intel Xeon E7-8870 server CPU with a die space of 513mm2. That is 2.4x the die space but if you compare the price of Core i7 2600K which is $320 and Westmere-EX which is $4616, that is a 14.4x increase in profit when you consider the small 2.4x increase in die space.
*

I agree with ur argument on server and professional applications. The thing is most desktop application are slow on adapting, by the time they are adapting it some of them would be bottleneck by per core performance. I am not saying AMD are wrong on 8 core CPU, but I just wanted to see BD core performance are as good as Sandy. There hasnt been much major speed bump since Core 2. Even the Turbo boost @ Phenom & Intel CPU isnt really significant at all. 3.3GHz to 3.7ghz @ 2500k, not really impressive bump after shutting off 3 of the 4 core.

just my 2 cents.

This post has been edited by billytong: Jun 12 2011, 10:20 PM
lex
post Jun 13 2011, 12:07 AM

Old Am I?
Group Icon
VIP
18,182 posts

Joined: Jan 2005
From: Dagobah
QUOTE(kingkingyyk @ Jun 12 2011, 04:39 PM)
AES Benchmark.
» Click to show Spoiler - click again to hide... «
This contradicts the official AMD slide presentation here...
user posted image
The slide says "> 2X" vs 1100T. Also notice the text at the bottom: " > 1600 for AMD FX"

Core i7 2600K scores about > 3X vs 1100T (source: Intel's Sandy Bridge Microarchitecture Debuts: Core i5 2500K and Core i7 2600K CPUs Reviewed > Application Performance)
user posted image

Also I do question the CPUZ also (version 1.57.1 does not mention Bulldozer support: CPUZ Version history). Also note the "Max TDP" in the CPUZ window (possible fake). hmm.gif

This post has been edited by lex: Jun 13 2011, 12:15 AM
hakunamatata
post Jun 13 2011, 03:03 AM

On my way
****
Senior Member
511 posts

Joined: Aug 2007


when will the bulldozer be released?
culain99
post Jun 13 2011, 10:23 AM

-----
*****
Junior Member
765 posts

Joined: Jun 2007
yup me also waiting, when bulldozer be released ?
dunno go for i5-2500k or bulldozer, wanna upgrade from my trusty OC e6750
kingkingyyk
post Jun 13 2011, 02:44 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE
Also I do question the CPUZ also (version 1.57.1 does not mention Bulldozer support: CPUZ Version history). Also note the "Max TDP" in the CPUZ window (possible fake).

Take a look on your link, there is no 1.57.1, but 1.57 instead.
And also, CPU-Z 1.57 got the Max TDP window already.
user posted image

Anyway, I wonder where they get 1.57.1 rolleyes.gif

This post has been edited by kingkingyyk: Jun 13 2011, 02:45 PM
Silverfire
post Jun 13 2011, 05:26 PM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(kingkingyyk @ Jun 13 2011, 02:44 PM)
Take a look on your link, there is no 1.57.1, but 1.57 instead.
And also, CPU-Z 1.57 got the Max TDP window already.
» Click to show Spoiler - click again to hide... «

Anyway, I wonder where they get 1.57.1  rolleyes.gif
*

He didn't mean the Max TDP window is fake. He meant the value might be fake.

1.57.1
http://www.sevenforums.com/software/147063...z-1-57-1-a.html
http://www.filehippo.com/download_cpuz/

1st link looks authentic. Files are hosted in cpuid.com.

This post has been edited by Silverfire: Jun 13 2011, 05:29 PM
MichaelJohn
post Jun 13 2011, 06:30 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

mmmm.... lots of 990FX Board being unboxed and first preview brows.gif
lex
post Jun 13 2011, 07:43 PM

Old Am I?
Group Icon
VIP
18,182 posts

Joined: Jan 2005
From: Dagobah
QUOTE(kingkingyyk @ Jun 13 2011, 02:44 PM)
Anyway, I wonder where they get 1.57.1  rolleyes.gif
Its already available on CPUZ website (click on the CPUZ version history link in my previous post). AFAIK only the CPUZ screenshots with unrecognized engineering samples looks more valid (without the FX logo) icon_idea.gif

QUOTE(Silverfire @ Jun 13 2011, 05:26 PM)
He didn't mean the Max TDP window is fake. He meant the value might be fake.
Yups! A staggering "186W"! ohmy.gif sweat.gif

AlamakLor
post Jun 13 2011, 07:47 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


I'm pretty set on crosshair 5 for 990fx board
shin gouki
post Jun 13 2011, 08:19 PM

Getting Started
**
Junior Member
74 posts

Joined: Jul 2005


Wanna ask pro here,
How can a software/game utilize all core of the cpu e.g. 8 cores
Izzit by programming language or game engine or the OS?
Sorry for the noob question tongue.gif
Silverfire
post Jun 13 2011, 08:35 PM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(shin gouki @ Jun 13 2011, 08:19 PM)
Wanna ask pro here,
How can a software/game utilize all core of the cpu e.g. 8 cores
Izzit by programming language or game engine or the OS?
Sorry for the noob question tongue.gif
*

All. OS then game engine then programming language to support the multi-threading/core.
kingkingyyk
post Jun 13 2011, 10:47 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(Silverfire @ Jun 13 2011, 08:35 PM)
All. OS then game engine then programming language to support the multi-threading/core.
*
If the game engine already supports multi core, then the compiled code will support multithread automatically.
You will deal with the game engine code instead if you decided to go with it.
The game engine will compile it's language. It has all of the facilities for you already. It is like a framework.
Indeed, if you decided to code the game by yourself without any game engine, and you want it to get multithread support, then you have to think yourself on how to managing the task for each core and add dynamic support for threads, even arbitrary number of threads.

Not attacking your post, but just to boost some facts into it.

This post has been edited by kingkingyyk: Jun 13 2011, 10:50 PM
Turnip
post Jun 13 2011, 11:18 PM

bonjour beau là-bas
******
Senior Member
1,111 posts

Joined: Aug 2005
From: UK


Awesome! APU for my new HTPC! rclxms.gif rclxms.gif
dma0991
post Jun 14 2011, 10:19 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


AMD A-Series Llano APU Sabine Notebook Platform Review

Llano mobile review is out early by 1 day despite the fact that the NDA is not lifted yet.
AlamakLor
post Jun 14 2011, 10:41 AM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


Didn't bother reading the whole thing but is this suppose to be a low power replacement cpu to the E series chip? This is very significantly slower than intel.
jonchai
post Jun 14 2011, 10:47 AM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


APU's aren't supposed to be faster than Intel's offering. It's supposed to offer great graphics performance at a lower cost. That's what APU is all about. Not to kill Sandy Bridge in processing performance, but to kill it in the mainstream area where graphics matter most.
billytong
post Jun 14 2011, 11:00 AM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


regarding the 990FX

Arent most if not all bulldozer comes with ATI graphics? Why would AMD want to repeat Intel p67 mistake again? Shouldnt they just come out a chipset with vga support by default?
Turnip
post Jun 14 2011, 11:13 AM

bonjour beau là-bas
******
Senior Member
1,111 posts

Joined: Aug 2005
From: UK


QUOTE(billytong @ Jun 14 2011, 12:00 PM)
regarding the 990FX

Arent most if not all bulldozer comes with ATI graphics? Why would AMD want to repeat Intel p67 mistake again? Shouldnt they just come out a chipset with vga support by default?
*
FX series chipsets never came with IGP from their history i presume.Discrete graphics card is more preferable as 990FX are targeted in enthusiast level?
jonchai
post Jun 14 2011, 12:19 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(billytong @ Jun 14 2011, 11:00 AM)
regarding the 990FX

Arent most if not all bulldozer comes with ATI graphics? Why would AMD want to repeat Intel p67 mistake again? Shouldnt they just come out a chipset with vga support by default?
*
No. The first gen Bulldozer will not come with integrated graphics on die. However, the 990GX chipset should come with an IGP. The next generation of Fusion will be Bulldozer + Integrated graphics. Again, what's the mistake with Intel? P67 not allowing integrated graphics? AMD's case is not the same.
phenomenon
post Jun 14 2011, 12:23 PM

New Member
*
Junior Member
16 posts

Joined: Jan 2010
From: Ampang, Kuala Lumpur



when this fx processor will be available at LOW YAT?????
Racerx
post Jun 14 2011, 12:57 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



Mobile Llano Review

Desktop Llano Preview
kingkingyyk
post Jun 14 2011, 01:48 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
http://www.inpai.com.cn/doc/hard/151251.htm
Bulldozer Turbo Boost allows 1GHz clock speed boost at maximum.

Llano is slightly faster to Athlon II, clock-to-clock comparison.
But still far slower than Phenom II with L3 cache.
Disappointing. wink.gif
To AMD : The game is not changed. laugh.gif

This post has been edited by kingkingyyk: Jun 14 2011, 02:42 PM
jonchai
post Jun 14 2011, 04:14 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(kingkingyyk @ Jun 14 2011, 01:48 PM)
http://www.inpai.com.cn/doc/hard/151251.htm
Bulldozer Turbo Boost allows 1GHz clock speed boost at maximum.

Llano is slightly faster to Athlon II, clock-to-clock comparison.
But still far slower than Phenom II with L3 cache.
Disappointing.  wink.gif
To AMD : The game is not changed.  laugh.gif
*
If you compare Llano with i5/i7, yes, it's pretty far off. But I believe AMD's target market with Llano is i3 and lower i5 which is the mainstream where most of the revenue comes from.

Now, I'm still waiting for reviews on AMD xfire with Llano before deciding on my next laptop purchase.

This post has been edited by jonchai: Jun 14 2011, 04:16 PM
ALeUNe
post Jun 14 2011, 04:17 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
http://www.anandtech.com/show/4444/amd-lla...on-apu-a8-3500m
http://www.tomshardware.com/reviews/a8-350...o-apu,2959.html

For mobile, The performance of Llano falls in between Arrandale i3-i5 + Radeon 5650.

It is interesting if it is priced below MYR2000.
It is excellent if it is priced below MYR1500.
It is a huge disappointment (or rather digging her own graveyard) if it's priced more than MYR2000 (considering there are better performance notebooks in that price range).
Now, it all depends on how AMD price the product.


Added on June 14, 2011, 4:20 pm
QUOTE(jonchai @ Jun 14 2011, 04:14 PM)
If you compare Llano with i5/i7, yes, it's pretty far off. But I believe AMD's target market with Llano is i3 and lower i5 which is the mainstream where most of the revenue comes from.

Now, I'm still waiting for reviews on AMD xfire with Llano before deciding on my next laptop purchase.
*
Look at the price segment, AMD's Llano should be quite comfortable if it's priced < MYR2000.

Most of the revenue comes from MYR2000 segment?
AMD doesn't look "comfortable" to me.

This post has been edited by ALeUNe: Jun 14 2011, 04:20 PM
jonchai
post Jun 14 2011, 04:25 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(ALeUNe @ Jun 14 2011, 04:17 PM)
http://www.anandtech.com/show/4444/amd-lla...on-apu-a8-3500m
http://www.tomshardware.com/reviews/a8-350...o-apu,2959.html

For mobile, The performance of Llano falls in between Arrandale i3-i5 + Radeon 5650.

It is interesting if it is priced below MYR2000.
It is excellent if it is priced below MYR1500.
It is a huge disappointment (or rather digging her own graveyard) if it's priced more than MYR2000 (considering there are better performance notebooks in that price range).
Now, it all depends on how AMD price the product.


Added on June 14, 2011, 4:20 pm
Look at the price segment, AMD's Llano should be quite comfortable if it's priced < MYR2000.

Most of the revenue comes from MYR2000 segment?
AMD doesn't look "comfortable" to me.
*
Well, you're quoting retail price of laptops. AMD does not do retails. AMD only sells chips.

This post has been edited by jonchai: Jun 14 2011, 04:26 PM
kingkingyyk
post Jun 14 2011, 04:26 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
I reckon the A4 series notebook will be priced at around RM1.5k already.
A8 with dual graphic 1 will be priced at RM2.5k. smile.gif

The mobile APU is very good. But the desktop 1 is rather weak.
ALeUNe
post Jun 14 2011, 04:28 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(jonchai @ Jun 14 2011, 04:25 PM)
Well, you're quoting retail price of laptops. AMD does not do retails. AMD only sells chips.
*
Yes, AMD don't sell finished goods but it still falls in the price game.
jonchai
post Jun 14 2011, 04:28 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(kingkingyyk @ Jun 14 2011, 04:26 PM)
I reckon the A4 series notebook will be priced at around RM1.5k already.
A8 with dual graphic 1 will be priced at RM2.5k. smile.gif

The mobile APU is very good. But the desktop 1 is rather weak.
*
All along I'm talking about mobile. For desktop, maybe HTPC? But seriously, how many ppl build a rig just for HTPC? So AMD is probably trolling with Llano desktop until Bulldozer arrives
ALeUNe
post Jun 14 2011, 04:33 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(kingkingyyk @ Jun 14 2011, 04:26 PM)
I reckon the A4 series notebook will be priced at around RM1.5k already.
A8 with dual graphic 1 will be priced at RM2.5k. smile.gif

The mobile APU is very good. But the desktop 1 is rather weak.
*
The mobile Llano is not exactly powerful. It is just as good as Intel's previous generation i3-i5.
People who have owned Arrandale i3-i5 with discreet GPU Radeon 5650/6550/Geforce GT325/GT330/GT335/GT425/GT540 do not gain in general.

Yeap, cross-fire notebook may cost up to MYR2500.


Added on June 14, 2011, 4:35 pm
QUOTE(jonchai @ Jun 14 2011, 04:28 PM)
All along I'm talking about mobile. For desktop, maybe HTPC? But seriously, how many ppl build a rig just for HTPC? So AMD is probably trolling with Llano desktop until Bulldozer arrives
*
I see it as a good HTPC solution. It is a good solution if it's cheap.

This post has been edited by ALeUNe: Jun 14 2011, 04:35 PM
jonchai
post Jun 14 2011, 04:35 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(ALeUNe @ Jun 14 2011, 04:28 PM)
Yes, AMD don't sell finished goods but it still falls in the price game.
*
My point is, regardless of how each OEM prices their products, AMD sells the same, in volume. And if OEMs are clever in marketing, they can sell them on parity with current SB i5's (w/o discrete card) because of the graphics performance of Llano alone. Also, this may please the GPGPU crowd because of the on-die graphics performance. So it's actually a win for AMD this time around. People tend to place emphasis on the latest and greatest (namely Sandy Bridge) but when it comes time for purchase, it's always value for money, save for the enthusiast crowd.
ALeUNe
post Jun 14 2011, 04:42 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(jonchai @ Jun 14 2011, 04:35 PM)
My point is, regardless of how each OEM prices their products, AMD sells the same, in volume. And if OEMs are clever in marketing, they can sell them on parity with current SB i5's (w/o discrete card) because of the graphics performance of Llano alone. Also, this may please the GPGPU crowd because of the on-die graphics performance. So it's actually a win for AMD this time around. People tend to place emphasis on the latest and greatest (namely Sandy Bridge) but when it comes time for purchase, it's always value for money, save for the enthusiast crowd.
*
How AMD sells in the same volume if there is no demand?

If the manufacturer sells Llano at MYR4000 (aka committing suicide), how many people will buy? How many chips AMD can sell?
My point is, AMD has to make sure it is priced in the right price too. Otherwise it just won't sell.
Value for money or not, it depends on the price.
billytong
post Jun 14 2011, 04:50 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(jonchai @ Jun 14 2011, 04:28 PM)
All along I'm talking about mobile. For desktop, maybe HTPC? But seriously, how many ppl build a rig just for HTPC? So AMD is probably trolling with Llano desktop until Bulldozer arrives
*

Well a media player is already costing RM200-400. if HTPC is cheap enough to price near a media player. I'll definately opt for HTPC.

A decent Fusion base chip can be a perfect multi purpose HTPC.

jonchai
post Jun 14 2011, 04:50 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(ALeUNe @ Jun 14 2011, 04:42 PM)
How AMD sells in the same volume if there is no demand?

If the manufacturer sells Llano at MYR4000 (aka committing suicide), how many people will buy? How many chips AMD can sell?
My point is, AMD has to make sure it is priced in the right price too. Otherwise it just won't sell.
Value for money or not, it depends on the price.
*
AMD sells the chips to OEMs first, and then OEMs do the pricing.

Basically, AMD's demand comes from OEMs and it's up to the OEMs to make it competitive. AMD has little to no say in this. Much like graphics. They can only suggest a Recommended Retail Price, not dictate them. Although the thought of putting an insane price tag on the notebooks is beyond me, my point sticks.

As for the value for money part, you're repeating what I said. The point of it being value for money is very subjective. Everyone has a different perspective on what's of good value. Hence I said value for money instead of price. I bought an XPS 15 for my bro recently and it was priced insanely at 3.7k yet I took it as good value. That's my view.


Added on June 14, 2011, 4:53 pm
QUOTE(billytong @ Jun 14 2011, 04:50 PM)
Well a media player is already costing RM200-400. if HTPC is cheap enough to price near a media player. I'll definately opt for HTPC.

A decent Fusion base chip can be a perfect multi purpose HTPC.
*
I wouldn't want to build a white elephant (and bulky too) just to sit in my living room and allow me to watch (dl-ed) movies. However, I ain't gonna challenge your right to do so. To each his own biggrin.gif

This post has been edited by jonchai: Jun 14 2011, 04:53 PM
billytong
post Jun 14 2011, 05:26 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(jonchai @ Jun 14 2011, 04:50 PM)
AMD sells the chips to OEMs first, and then OEMs do the pricing.

Basically, AMD's demand comes from OEMs and it's up to the OEMs to make it competitive. AMD has little to no say in this. Much like graphics. They can only suggest a Recommended Retail Price, not dictate them. Although the thought of putting an insane price tag on the notebooks is beyond me, my point sticks.

As for the value for money part, you're repeating what I said. The point of it being value for money is very subjective. Everyone has a different perspective on what's of good value. Hence I said value for money instead of price. I bought an XPS 15 for my bro recently and it was priced insanely at 3.7k yet I took it as good value. That's my view.


Added on June 14, 2011, 4:53 pm
I wouldn't want to build a white elephant (and bulky too) just to sit in my living room and allow me to watch (dl-ed) movies. However, I ain't gonna challenge your right to do so. To each his own  biggrin.gif
*

Well HTPC can be very small for ITX base mobo. movies is just part of the function, I actually would love to surf internet and word processing on my LCD.

jonchai
post Jun 14 2011, 05:38 PM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(billytong @ Jun 14 2011, 05:26 PM)
Well HTPC can be very small for ITX base mobo. movies is just part of the function, I actually would love to surf internet and word processing on my LCD.
*
Heh. I have things separated nicely. PC + LCD for work / gaming, player + TV for movies and astro

This post has been edited by jonchai: Jun 14 2011, 05:39 PM
lok3i
post Jun 14 2011, 05:55 PM

cycling for a healthy life
****
Senior Member
559 posts

Joined: Mar 2009


Saw a real life performance HERE
absolutely stunning..great job AMD
tech_frix
post Jun 14 2011, 10:00 PM

Boo Yah!
*******
Senior Member
5,656 posts

Joined: Sep 2007
From: wheres d oil price is higher than condoms..

this look promising..still will wait for real life benchmark..and dont forget d price oso..
AlamakLor
post Jun 15 2011, 01:03 AM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


It delivers great overall performance and stellar battery life as required by notebooks. Now I am wondering how their BD 8xxx would actually perform. I'm still undecided if I should pick up the C5F now or wait till the cpu gets launched. Are they supposed to be launched sometime in July? or was it supposed to be September?
jonchai
post Jun 15 2011, 10:21 AM

Ask me anything
******
Senior Member
1,568 posts

Joined: Sep 2010


QUOTE(AlamakLor @ Jun 15 2011, 01:03 AM)
It delivers great overall performance and stellar battery life as required by notebooks. Now I am wondering how their BD 8xxx would actually perform. I'm still undecided if I should pick up the C5F now or wait till the cpu gets launched. Are they supposed to be launched sometime in July? or was it supposed to be September?
*
Presumably July
everling
post Jun 15 2011, 11:30 AM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
With APUs, will high performance RAM be a significant factor?


Added on June 15, 2011, 11:38 amOh, it does.

GPU Performance: Between a Radeon HD 6450 & 5570

Anand updated the graphs with benchmarks for DDR3 1866MHz.

This post has been edited by everling: Jun 15 2011, 11:38 AM
adie82
post Jun 15 2011, 11:59 AM

please count my stars
*******
Senior Member
3,532 posts

Joined: May 2008


huge increments!
dma0991
post Jun 15 2011, 12:23 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


CyberLink Products Optimized for AMD A-Series APU Family

The main selling point of an APU, leveraging transcoding jobs to the IGP via AMD APP to compensate for the lower performing CPU.
FullMetalBoy
post Jun 15 2011, 12:24 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


anand is clearly biased towards intel.
he should edit what he just wrote before the update.


This post has been edited by FullMetalBoy: Jun 15 2011, 12:26 PM
dma0991
post Jun 15 2011, 12:33 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(FullMetalBoy @ Jun 15 2011, 12:24 PM)
anand is clearly biased towards intel.
he should edit what he just wrote before the update.
*
The bias is because Intel huge compared to AMD, therefore for most review sites to stay alive they have to support the winner which at this point in time is Intel. If AMD controls 80% of the market, I am willing to bet that Anand will support AMD. The article is good, just close one eye to the bias. It is unethical but when you have a company like Intel controlling a huge portion of the market, you can expect this kind of skew.
ALeUNe
post Jun 15 2011, 12:34 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(FullMetalBoy @ Jun 15 2011, 12:24 PM)
anand is clearly biased towards intel.
he should edit what he just wrote before the update.
*
What are the bias points that Anand made?
Please enlighten us.


Added on June 15, 2011, 12:35 pm
QUOTE(dma0991 @ Jun 15 2011, 12:33 PM)
The bias is because Intel huge compared to AMD, therefore for most review sites to stay alive they have to support the winner which at this point in time is Intel. If AMD controls 80% of the market, I am willing to bet that Anand will support AMD. The article is good, just close one eye to the bias. It is unethical but when you have a company like Intel controlling a huge portion of the market, you can expect this kind of skew.
*
How Intel control the market if she has shitty product?
Why can't AMD dominate the market if she has the world-class product?

I guess 80% of the consumers are suckers.

This post has been edited by ALeUNe: Jun 15 2011, 12:35 PM
FullMetalBoy
post Jun 15 2011, 12:54 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


QUOTE
What are the bias points that Anand made?
Please enlighten us.


by using a slow memory in the early reviews where as llano true potential lies in the higher memory speed. there are some people who doesnt actually follow anand's website and they will think that llano is just a bit better compared to snb from the early reviews.
thats y i said anand should change what he just wrote before the speed update so that other people who came by and read their reviews get a clearer explanation.

thus if you see from the mobile llano. anand purposely put 3 sandybridge corei7 paired with a discrete 460m to make intel look good. clearly amd said that their a8 llano are meant to face snb core i5/i7 alone. not paired with any nvidia gpus. of course intel paired with nvidia will cost more than an a8 laptop. there's a reason anand compared llano to them. its to make intel look good. doesnt it?

its totally bias

QUOTE
How Intel control the market if she has shitty product?
Why can't AMD dominate the market if she has the world-class product?
because they have an excellent marketing people.
now if you have a laptop with an intel only chip inside compared to amd only chip, which one is faster if u ask average user that doesnt know what chip inside.

i bet most will say its just the same unless they play games which i assume amd have the upper hand.
same goes to desktop
dma0991
post Jun 15 2011, 12:56 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(ALeUNe @ Jun 15 2011, 12:34 PM)
How Intel control the market if she has shitty product?
Why can't AMD dominate the market if she has the world-class product?

I guess 80% of the consumers are suckers.
*
SB is a good product nonetheless but does not mean that it cannot be hyped out of proportion. As an example, the use of some synthetic benchmark should be changed as they barely represent real world use.

Intel doesn't win just by making good CPUs you know. Even if Intel makes SB 10x faster than their competition but nobody knows it then there is no point. That is where review sites comes in and I have to say that I have yet to read a site that is 100% agnostic with brands that they review. Certainly there will be some review sites that bias with Intel and some that bias with AMD. There are more than one way to win a battle. NYAG
ALeUNe
post Jun 15 2011, 01:00 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(FullMetalBoy @ Jun 15 2011, 12:54 PM)
by using a slow memory in the early reviews where as llano true potential lies in the higher memory speed. there are some people who doesnt actually follow anand's website and they will think that llano is just a bit better compared to snb from the early reviews.
thats y i said anand should change what he just wrote before the speed update so that other people who came by and read their reviews get a clearer explanation.

thus if you see from the mobile llano. anand purposely put 3 sandybridge corei7 paired with a discrete 460m to make intel look good. clearly amd said that their a8 llano are meant to face snb core i5/i7 alone. not paired with any nvidia gpus. of course intel paired with nvidia will cost more than an a8 laptop. there's a reason anand compared llano to them. its to make intel look good. doesnt it?

its totally bias
*
1) If Anand wanted to lie, I don't see a reason why he posted a new benchmark result with 1866MHz ram modules.
2) Don't get sensitive. It just showed how far/how close the performance of Llano is. The cross-fired Llano is faster than GTX460 in one of the benchmarks too. GTX460 is the MOST common class-1 GPU used in most of the gaming notebooks. GTX460 was used for a purpose. I don't see any problem with that. Besides, Anand also used the HD3000 too.

Totally bias? I don't think so.


Added on June 15, 2011, 1:06 pm
QUOTE(dma0991 @ Jun 15 2011, 12:56 PM)
SB is a good product nonetheless but does not mean that it cannot be hyped out of proportion. As an example, the use of some synthetic benchmark should be changed as they barely represent real world use.

Intel doesn't win just by making good CPUs you know. Even if Intel makes SB 10x faster than their competition but nobody knows it then there is no point. That is where review sites comes in and I have to say that I have yet to read a site that is 100% agnostic with brands that they review. Certainly there will be some review sites that bias with Intel and some that bias with AMD. There are more than one way to win a battle. NYAG
*
How to capture market share? As big as 80%?
I think you need to deliver good product, good software support, good chipset, good reviews, good marketing strategies (position, price, promotion), good timing (don't delay delivering the product year after year), kickbacks, good reviews, word of mouth, real-life users' testimonies, test results etc etc etc etc.

I have owned both AMD and Intel processors. Many have tested both processors too.
It's easy to tell which is a faster processor or which is a cheaper solution - with or without the online reviews.

This post has been edited by ALeUNe: Jun 15 2011, 01:18 PM
dma0991
post Jun 15 2011, 01:20 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(ALeUNe @ Jun 15 2011, 01:00 PM)
How to capture market share? As big as 80%?
I think you need good product, good software support, good chipset, good reviews, good marketing strategies (position, price, promotion), kickbacks, good reviews, word of mouth, real-life users' testimonies, test results etc etc etc etc.
*
Obviously you did not read the link that I posted. Indeed that Intel makes good CPUs but does not mean that they cannot buy off some companies to use their products only, it happened before it can happen again. These days most PC users have more CPU performance than they could utilize,

I think the majority of mainstream users will hardly tap 50% of the potential of what SB has to offer. I have seen as well some who buys a Core i7 2600 but then most of their tasks does not even require HT.

QUOTE(ALeUNe @ Jun 15 2011, 01:00 PM)
I have owned both AMD and Intel processors. Many have tested both processors too.
It's easy to tell which is a faster processor or which is a cheaper solution.
*
user posted image
To say which is a faster CPU and which is a cheaper solution is inaccurate. You can see the percentage of transistors that are being allocated for each portion and AMD has 1/3 of each while Intel has the largest portion of it to its CPU. Simply put you cannot gain something without losing performance somewhere else. That is why you can see that AMD has a lesser CPU and a better GPU versus Intel that has a better CPU and a lesser GPU.

Intel opted for better CPU performance therefore they sacrifice their IGP performance and AMD decided to sacrifice their CPU performance for more GPU performance. No doubt that Stars cores are not good but with a transistor budget like Intel, they can make a CPU that is slightly better than what you are currently looking at Llano. Intel themselves cannot perform a miracle by making a CPU and GPU portion that is both better than AMD under the same 32nm node.
mitodna
post Jun 15 2011, 01:27 PM

Getting Started
********
All Stars
14,039 posts

Joined: Jan 2003
I feel like Anand wants to mislead people wink.gif , Anand is pro Intel,

You can feel the way they write, and there isn't i3-2310M part inside the review, hmm, wink.gif
AlamakLor
post Jun 15 2011, 01:29 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


I'd imagine Llano would be kicking some major butt in the low-mid range laptops but when it comes to laptop with discreet GPU, Intel is still going to be taking the lead.

Regardless, I'm more interested in how Zambezi/Trinity would perform. Considering that 990FX doesn't come with discreet GPU, AMD would need to squeeze in as much CPU power as possible. No excuse for allocating transistors into GPU biggrin.gif However, it's likely that they'd still perform slower than Intel but only excel in multi core intensive applications.
FullMetalBoy
post Jun 15 2011, 01:32 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


QUOTE
1) If Anand wanted to lie, I don't see a reason why he posted a new benchmark result with 1866MHz ram modules.
2) Don't get sensitive. It just showed how far/how close the performance of Llano is. The cross-fired Llano is faster than GTX460 in one of the benchmarks too. GTX460 is the MOST common class-1 GPU used in most of the gaming notebooks. GTX460 was used for a purpose. I don't see any problem with that. Besides, Anand also used the HD3000 too.


1) well i dont know. maybe he wanted to cover his action. or maybe amd or other people that are concern pressured them. but clearly he should posted those results earlier. this is an amd launched. not intel's. he should do whatever to make amd product looks good because its a norm people will advertise their best configuration for the whole world to see. not by using old catalyst, low resolution* and slow memories.
2) i must be sensitive. i dont want to buy or even see my relatives and friends buy expensive laptop but couldnt do what a cheaper laptop could do. as for comparing with gtx460 is ok. but comparing 3 laptop with the same discrete* and cpu inside is just mad.

*anand have changed it to 1366x768 and comparing it to only 1 460m laptop in the latest update

QUOTE
I think you need to deliver good product, good software support, good chipset, good reviews, good marketing strategies (position, price, promotion), good timing (don't delay delivering the product year after year), kickbacks, good reviews, word of mouth, real-life users' testimonies, test results etc etc etc etc.


you forgot to put,bribe oem and developers to use Intel's compilers that can hinder the performance of code running on AMD processors. i dont think their software support is good. good chipset? remember the b2 stepping bug?

QUOTE
I have owned both AMD and Intel processors. Many have tested both processors too.
It's easy to tell which is a faster processor or which is a cheaper solution - with or without the online reviews.


do you do professional work? that is the question. i dont think you can differentiate those 2 in word or any other ordinary stuff out there.

QUOTE
I'd imagine Llano would be kicking some major butt in the low-mid range laptops but when it comes to laptop with discreet GPU, Intel is still going to be taking the lead.


but amd will come in much lower price but performance near those high end laptops. much better perf/watt in games thanks to soi hkmg for both cpu and gpu and longer battery life and cooler laptops.

This post has been edited by FullMetalBoy: Jun 15 2011, 02:25 PM
dma0991
post Jun 15 2011, 02:24 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


@AlamakLor

user posted image

Regarding that you want the current 990X because of AMD's policy to not change sockets often, there might be a possibility that AMD will not be using AM3+ next year because Komodo is an APU and most likely according to what I said earlier AMD will introduce a new socket for Komodo (Zambezi replacement). I do think that the socket change is necessary though as they don't have enough contact points for a 10 core CPU + IGP bandwidth.

After they have transitioned to the new socket, AMD's usual backwards compatibility will continue from the new socket instead of AM3+ I suppose. However take it with a grain of salt as this is a rumor only for now.
ALeUNe
post Jun 15 2011, 02:28 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(FullMetalBoy @ Jun 15 2011, 01:32 PM)
you forgot to put,bribe oem and developers to use Intel's compilers that can hinder the performance of code running on AMD processors. i dont think their software support is good. good chipset? remember the b2 stepping bug?
do you do professional work? that is the question. i dont think you can differentiate those 2 in word or any other ordinary stuff out there.
*
I did mention kickbacks.

Seriously, the B2 bugs was handled swiftly & professionally.
Generally Intel has excellent compatibility in terms of chipset. You can think about VIA and AMD processors.

Some want faster processor. Some want cheaper solution. Both are right. Nothing wrong with that.
Look at the market share, I think the market has given you the honest answer.
4GHz? 5GHz? 6GHz? Speed is never enough.
FullMetalBoy
post Jun 15 2011, 02:45 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


sorry for that. better if i mention those kickbacks.

QUOTE
Seriously, the B2 bugs was handled swiftly & professionally


yeah they did. they have all the resources to handle it. even amd made more serious errors. compared to today, amd are a much much better company. their gpu division are doing very well. brazos are great and so as llano. bulldozer also looks promising. its just that those reviews really doesnt show amd's effort. amd deserve credits and more marketshare.

the microprocessor are not for intel alone. it is us who will suffer if it does.

dont poison me with those. im going to buy a llano notebook soon. cannot wait until august. cool2.gif

This post has been edited by FullMetalBoy: Jun 15 2011, 02:46 PM
kingkingyyk
post Jun 15 2011, 02:45 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
http://sites.amd.com/us/promo/processors/P...-processor.aspx
brows.gif
FX Promote Page.

AMD set the notebook price range already.
A4 - RM1500
A6 - RM1800
A8 - RM2100

Good price indeed.
djlah
post Jun 15 2011, 05:32 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
AMD Fusion really delivery discrete class of iGPU, AMD acquired ATi is really perfect decision.
Intel mega_shok.gif said previously want to challenge nVIDIA & ATi in GPU performance, pui.... doh.gif
I quit gaming but remain HTPC and multipurpose. good bye to Intel in future and my i5 (discrete card also no need anymore, save electricity).
Desktop Llano APU, I coming to you brows.gif brows.gif waiting it's launch and good pricing ready...
if there is switchable + hybrid (iGPU+dGPU) feature will be great to have..

This post has been edited by djlah: Jun 15 2011, 05:39 PM
FullMetalBoy
post Jun 15 2011, 05:49 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


im not sure about switchable graphic. but for hybrid crossfire between the iGPU and dGPU, it is officially supported. but its only useful if u connect an external monitor where u can crank up the resolution higher than 1366x768. they scale better than dGPU only in certain games. other than that its not recommended because the driver for hybrid graphics or dual graphics as amd calls it is still not well optimized.

QUOTE
AMD set the notebook price range already.
A4 - RM1500
A6 - RM1800
A8 - RM2100


is there a laptop with llano already shiped here?

This post has been edited by FullMetalBoy: Jun 15 2011, 05:50 PM
hakunamatata
post Jun 15 2011, 05:52 PM

On my way
****
Senior Member
511 posts

Joined: Aug 2007


Any idea when the bulldozer will be released? Is it a good time now to upgrade my athlon x2 255 to phenom x4 955 blck edtion? I'm having bottlenecking D:
FullMetalBoy
post Jun 15 2011, 05:57 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


end of july earliest until early september worst case scenario according to amd. its not an option to upgrade now vmad.gif . just wait for bulldozer

oh wait. bulldozer dont fit into your socket. you need to buy new motherboard. up to you actually if you want to upgrade to 955 or not.

QUOTE
Any idea when the bulldozer will be released? Is it a good time now to upgrade my athlon x2 255 to phenom x4 955 blck edtion? I'm having bottlenecking D:
This post has been edited by FullMetalBoy: Jun 15 2011, 06:05 PM
dma0991
post Jun 15 2011, 06:08 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


More info on AMD Turbo Core plus a healthy dose of salt.
QUOTE
Guys from Donanimhaber.com managed to get their hands on a slide that shows how will the AMD's Turbo Core Technology actually work with the upcoming FX series CPUs and it appears that there will be three different modes, two of which will be the actual Turbo.

According to the slide, AMD's FX series CPUs will be able to run at base frequency, also known as the nominal speed or simply an advertise speed with some TDP headroom. The Turbo mode will be able to increase speeds across all core, while there will also be a "Max Turbo" mode that will raise the frequency by up to 1GHz but on only half cores leaving the half in C6 shutdown mode, or simply disabled. This option makes sense as most games would certainly benefit from higher clock rather then a number of cores.

Of course, we are yet to see the FX series CPUs in action so we'll hold our judgment 'till we see some benchmarks.

More here.

user posted image
QUOTE


QUOTE(djlah @ Jun 15 2011, 05:32 PM)
AMD Fusion really delivery discrete class of iGPU, AMD acquired ATi is really perfect decision. 
Intel  mega_shok.gif said previously want to challenge nVIDIA & ATi in GPU performance, pui.... doh.gif
*
Not quite when you consider that Intel and Nvidia made a cross licensing agreement to access each others IP. Not too sure why Nvidia agreed to do this because 1.5 billion a year is not a lot of money and if it is a success it might end up eating Nvidia's GPU sales as well if the revision of Intel's graphics based on Nvidia's CUDA cores have substantially better performance than what they are implementing now.

Then again like I said earlier, you cannot gain something without losing performance somewhere else and if Intel wants a more powerful GPU on their die, they might have to sacrifice a little bit of their CPU performance.

This post has been edited by dma0991: Jun 15 2011, 06:13 PM
FullMetalBoy
post Jun 15 2011, 06:13 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


QUOTE
Not quite when you consider that Intel and Nvidia made a cross licensing agreement to access each others IP. Not too sure why Nvidia agreed to do this because 1.5 billion a year is not a lot of money and if it is a success it might end up eating Nvidia's GPU sales as well if the revision of Intel's graphics based on Nvidia's CUDA cores have substantially better performance than what they are implementing now.

Then again like I said earlier, you cannot gain something without losing performance somewhere else and if Intel wants a more powerful GPU on their die, they might have to sacrifice a little bit of their CPU performance.


The future is fusion
dma0991
post Jun 15 2011, 06:14 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(FullMetalBoy @ Jun 15 2011, 06:13 PM)
The future is fusion
*
Lol it depends. If AMD manages to get software developers to increase the number of OpenCL applications then Fusion will be a success.


QUOTE
DDR3 scaling on Llano based on RAM speed.
» Click to show Spoiler - click again to hide... «

AT


This post has been edited by dma0991: Jun 15 2011, 06:38 PM
everling
post Jun 15 2011, 07:19 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
QUOTE(dma0991 @ Jun 15 2011, 01:20 PM)
To say which is a faster CPU and which is a cheaper solution is inaccurate. You can see the percentage of transistors that are being allocated for each portion and AMD has 1/3 of each while Intel has the largest portion of it to its CPU.
*
Llano actually has most of the transistor budget allocated to the GPU, taking half of the area and its transistors are more densely packed than the CPU portion; perhaps pushing upwards of 60% of the transistor budget. The Northbridge also consumes a lot less transistors than either CPU or GPU.

QUOTE(dma0991 @ Jun 15 2011, 02:24 PM)
Regarding that you want the current 990X because of AMD's policy to not change sockets often, there might be a possibility that AMD will not be using AM3+ next year because Komodo is an APU and most likely according to what I said earlier AMD will introduce a new socket for Komodo (Zambezi replacement). I do think that the socket change is necessary though as they don't have enough contact points for a 10 core CPU + IGP bandwidth.

After they have transitioned to the new socket, AMD's usual backwards compatibility will continue from the new socket instead of AM3+ I suppose. However take it with a grain of salt as this is a rumor only for now.
*
I agree with this guess. Although it might be nice if FM1 can fully support AMD's plans for Komodo and Trinity. In which case, I'll pass on Bulldozer's hardware AES support and buy a Llano system.
AlamakLor
post Jun 15 2011, 08:24 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


Actually once I upgraded my PC next, I probably won't be touching the "next gen" CPU for awhile considering that I now have 2 x 6970 with ek waterblock sitting in my closet waiting for a platform to be installed into my casing. It's either going to be z68 or 990fx. So what concerns me the most is how will AMD's high end BD compete with Intel's IB for 1155 in the future.
Searingmage
post Jun 16 2011, 12:09 AM

Regular
******
Senior Member
1,809 posts

Joined: Feb 2010


QUOTE(AlamakLor @ Jun 15 2011, 08:24 PM)
Actually once I upgraded my PC next, I probably won't be touching the "next gen" CPU for awhile considering that I now have 2 x 6970 with ek waterblock sitting in my closet waiting for a platform to be installed into my casing. It's either going to be z68 or 990fx. So what concerns me the most is how will AMD's high end BD compete with Intel's IB for 1155 in the future.
*
If AMD's BD can be better than SB by about 20-30%, then I'm sold..
Currently waiting to see if BD worth buying or not.. Else, forced to go intel IB..
Intel claimed IB will hv 30% improvement over SB, so if BD is anything less than 20% improvement of SB, I feel I would rather wait for IB, since it's coming soon too..
But I really hope AMD can beat my expectation as I hv more preference towards AMD than Intel.. >_<
Sky.Live
post Jun 16 2011, 12:17 AM

Proctected Species
*******
Senior Member
4,390 posts

Joined: Oct 2004
From: Cheras, Malaysia



I'm looking for an alll around decent laptop with primary concern on portability + battery life..

AMD seems promising this time but I'm eying more on the Intel's Ultrabook concept..

I hope AMD can delivers the same. I am more bias towards Intel mostly but I wanna try AMD on the next purchase (everytime I bought a new plattform Intel just came out with something that has a significant lead, guess it's the timing factor).
dma0991
post Jun 16 2011, 12:54 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(Sky.Live @ Jun 16 2011, 12:17 AM)
I'm looking for an alll around decent laptop with primary concern on portability + battery life..

AMD seems promising this time but I'm eying more on the Intel's Ultrabook concept..

I hope AMD can delivers the same. I am more bias towards Intel mostly but I wanna try AMD on the next purchase (everytime I bought a new plattform Intel just came out with something that has a significant lead, guess it's the timing factor).
*
Ultrabook is the concept that comes along with Ivy Bridge and it is set to be launched around April next year. Most probably AMD can't deliver the performance that you seek if your work is very CPU intensive but I don't see the harm trying out Llano anyways.

Lets just say that the price of the A8 is RM2100, add in a 120GB 3rd gen SSD which should amount to ~3k and you have a solid laptop for just about anything. IMHO a SSD has better noticeable performance gain in terms of system responsiveness than an upgrade to a better CPU.
hakunamatata
post Jun 16 2011, 01:05 AM

On my way
****
Senior Member
511 posts

Joined: Aug 2007


QUOTE(FullMetalBoy @ Jun 15 2011, 05:57 PM)
end of july earliest until early september  worst case scenario according to amd. its not an option to upgrade now vmad.gif . just wait for bulldozer

oh wait. bulldozer dont fit into your socket. you need to buy new motherboard. up to you actually if you want to upgrade to 955 or not.
*
bulldozer dont fit in AM3 socket? cry.gif I realise the price of 955 has dropped and wonder if the x6 will drop too hmm.gif
dma0991
post Jun 16 2011, 01:08 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(hakunamatata @ Jun 16 2011, 01:05 AM)
bulldozer dont fit in AM3 socket? cry.gif  I realise the price of 955 has dropped and wonder if the x6 will drop too  hmm.gif
*
Phenom II X6 won't drop in price anymore. Any company that can't sell their product for a certain amount of profit they will EOL that product. link
ALeUNe
post Jun 16 2011, 01:12 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(dma0991 @ Jun 16 2011, 12:54 AM)
Ultrabook is the concept that comes along with Ivy Bridge and it is set to be launched around April next year. Most probably AMD can't deliver the performance that you seek if your work is very CPU intensive but I don't see the harm trying out Llano anyways.

Lets just say that the price of the A8 is RM2100, add in a 120GB 3rd gen SSD which should amount to ~3k and you have a solid laptop for just about anything. IMHO a SSD has better noticeable performance gain in terms of system responsiveness than an upgrade to a better CPU.
*
Yes, generally SSD gives you the most significant performance boost. A known fact.

We do not know how ultra portable Llano is. And what are the models available for Malaysian market. 12"? 13.3"? 14"?
MYR2100? I'd consider an Acer 3820TG or 4830TG instead. I reckon it is approx MYR3000 too (+ an SSD, of course).
Balance performance of both CPU and GPU.

P/S I think it depends of price. If Llano priced at MYR1500-1700, I'd say it is one good value-for-money.

This post has been edited by ALeUNe: Jun 16 2011, 01:15 AM
Racerx
post Jun 16 2011, 01:13 AM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(dma0991 @ Jun 15 2011, 11:54 PM)
Ultrabook is the concept that comes along with Ivy Bridge and it is set to be launched around April next year. Most probably AMD can't deliver the performance that you seek if your work is very CPU intensive but I don't see the harm trying out Llano anyways.

Lets just say that the price of the A8 is RM2100, add in a 120GB 3rd gen SSD which should amount to ~3k and you have a solid laptop for just about anything. IMHO a SSD has better noticeable performance gain in terms of system responsiveness than an upgrade to a better CPU.
*
I second this.Hell,throw in a SSD in an old C2D laptop and it'll be much more responsive than a laptop with i7 2630qm + normal 5400RPM/7200RPM HDD.


Added on June 16, 2011, 1:15 am
QUOTE(ALeUNe @ Jun 16 2011, 12:12 AM)
Yes, generally SSD gives you the most significant performance boost. A known fact.

We do not know how ultra portable Llano is. And what are the models available for Malaysian market. 12"? 13.3"? 14"?
MYR2100? I'd consider an Acer 3820TG or 4830TG instead. I reckon it is approx MYR3000 too (+ an SSD, of course).
Balance performance of both CPU and GPU.
*
the 4830TG is RM2499,let's say an AMD A8 laptop costs RM2100,add a RM400 60GB~ SSD and it'll be much more responsive laptop.Unless of course one needs the CPU power.


This post has been edited by Racerx: Jun 16 2011, 01:15 AM
dma0991
post Jun 16 2011, 01:21 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(ALeUNe @ Jun 16 2011, 01:12 AM)
Yes, generally SSD gives you the most significant performance boost. A known fact.

We do not know how ultra portable Llano is. And what are the models available for Malaysian market. 12"? 13.3"? 14"?
MYR2100? I'd consider an Acer 3820TG or 4830TG instead. I reckon it is approx MYR3000 too (+ an SSD, of course).
Balance performance of both CPU and GPU.
*
That is up to the ODM to decide. I suppose that it should be within a reasonable price that many could afford as Llano was never aimed at the high end. I'm quite happy with the form factor of the current laptops actually considering that something like a Macbook Air which is a reference to the ultrabook has to make quite a lot of compromise to fit that form factor. A few of the compromise that the MB Air made are like the soldered RAM modules to the logic board and the proprietary SSD stick. It makes upgrading difficult and expensive.

QUOTE(Racerx @ Jun 16 2011, 01:13 AM)
I second this.Hell,throw in a SSD in an old C2D laptop and it'll be much more responsive than a laptop with i7 2630qm + normal 5400RPM/7200RPM HDD.


Added on June 16, 2011, 1:15 am
the 4830TG is RM2499,let's say an AMD A8 laptop costs RM2100,add a RM400 60GB~ SSD and it'll be much more responsive laptop.Unless of course one needs the CPU power.
*
thumbup.gif
yimingwuzere
post Jun 16 2011, 01:22 AM

Enthusiast
*****
Senior Member
990 posts

Joined: Sep 2005
From: Bolehland


QUOTE(ALeUNe @ Jun 16 2011, 01:12 AM)
Yes, generally SSD gives you the most significant performance boost. A known fact.

We do not know how ultra portable Llano is. And what are the models available for Malaysian market. 12"? 13.3"? 14"?
MYR2100? I'd consider an Acer 3820TG or 4830TG instead. I reckon it is approx MYR3000 too (+ an SSD, of course).
Balance performance of both CPU and GPU.

P/S I think it depends of price. If Llano priced at MYR1500-1700, I'd say it is one good value-for-money.
*
How would a SSD give a significant performance boost apart from faster Windows load times? Just curious here.
ALeUNe
post Jun 16 2011, 01:23 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(Racerx @ Jun 16 2011, 01:13 AM)
I second this.Hell,throw in a SSD in an old C2D laptop and it'll be much more responsive than a laptop with i7 2630qm + normal 5400RPM/7200RPM HDD.


Added on June 16, 2011, 1:15 am
the 4830TG is RM2499,let's say an AMD A8 laptop costs RM2100,add a RM400 60GB~ SSD and it'll be much more responsive laptop.Unless of course one needs the CPU power.
*
AMD and Intel netbook with SSD can run as smooth as notebook too.
I used to own both AMD and Intel netbook.

The price is different by MYR300 and you pay it for better CPU performance, it justifies.
Besides, GT540 is generally faster than Llano's. It justifies the price again.
My point is, you pay additional MYR300 for a better CPU & GPU.
http://www.anandtech.com/show/4444/amd-lla...apu-a8-3500m/11


Added on June 16, 2011, 1:26 am
QUOTE(yimingwuzere @ Jun 16 2011, 01:22 AM)
How would a SSD give a significant performance boost apart from faster Windows load times? Just curious here.
*
Simple explanation, computers never stop reading/writing.
SSD is the fastest drive in read and write and thus you gain the performance.

Still not convince? Get one and you'll know.
Nothing speaks louder than your own experience.

This post has been edited by ALeUNe: Jun 16 2011, 01:26 AM
dma0991
post Jun 16 2011, 01:30 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(yimingwuzere @ Jun 16 2011, 01:22 AM)
How would a SSD give a significant performance boost apart from faster Windows load times? Just curious here.
*
Let me put it in a simple way. SB processor is a steam train, coal is the data and the HDD is the person shoveling the coal in to the engine to run it. If the train can consume the coal faster than you can feed it with coal, therefore you have a slower performance. If you can feed the coal faster hence the train would run faster.
ALeUNe
post Jun 16 2011, 01:31 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(dma0991 @ Jun 16 2011, 01:21 AM)
That is up to the ODM to decide. I suppose that it should be within a reasonable price that many could afford as Llano was never aimed at the high end. I'm quite happy with the form factor of the current laptops actually considering that something like a Macbook Air which is a reference to the ultrabook has to make quite a lot of compromise to fit that form factor. A few of the compromise that the MB Air made are like the soldered RAM modules to the logic board and the proprietary SSD stick. It makes upgrading difficult and expensive.
thumbup.gif
*
Yes, I understand it is up to the manufacturer to price it, depends on brandnames, bells and whistles.
It is not value-for-money if it doesn't price competitive. It won't sell.
My point is, price is crucial in determining this product is value-for-money or not.

Let me give you an example,
it is interesting product if it's priced MYR2000.
it is god-sent gift if it's priced MYR1500.
See price effect?

This post has been edited by ALeUNe: Jun 16 2011, 01:35 AM
dma0991
post Jun 16 2011, 01:46 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(ALeUNe @ Jun 16 2011, 01:31 AM)
Yes, I understand it is up to the manufacturer to price it, depends on brandnames, bells and whistles.
It is not value-for-money if it doesn't price competitive. It won't sell.
My point is, price is crucial in determining this product is value-for-money or not.

Let me give you an example,
it is interesting product if it's priced MYR2000.
it is god-sent gift if it's priced MYR1500.
See price effect?
*
1.5k is something that everyone wants but obviously will not get it because the manufacturers themselves wants a profit and they will not allow the price to be lower than a certain point. They way I look at it Llano is competitive, 2k+- is a good price range and it is affordable to many.

Price and value for money does not matter to Apple users obviously, so that idea does not apply to everybody actually. laugh.gif
ALeUNe
post Jun 16 2011, 01:50 AM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(dma0991 @ Jun 16 2011, 01:46 AM)
1.5k is something that everyone wants but obviously will not get it because the manufacturers themselves wants a profit and they will not allow the price to be lower than a certain point. They way I look at it Llano is competitive, 2k+- is a good price range and it is affordable to many.

Price and value for money does not matter to Apple users obviously, so that idea does not apply to everybody actually.  laugh.gif
*
Yes, everyone wants it MYR1500. laugh.gif

Apple has no competitors.
AMD is facing competition. It won't sell if the price is premium.
saturn85
post Jun 16 2011, 04:34 AM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



FX Turbo Core gives 1GHz boost brows.gif
user posted image
kingkingyyk
post Jun 16 2011, 03:47 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
user posted imageuser posted image
user posted image
Time to put some GDDR5 sideport memory on it. thumbup.gif
Or recommend performance RAM for the users?

This post has been edited by kingkingyyk: Jun 16 2011, 03:48 PM
djlah
post Jun 16 2011, 03:47 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(FullMetalBoy @ Jun 15 2011, 05:49 PM)
im not sure about switchable graphic. but for hybrid crossfire between the iGPU and dGPU, it is officially supported.
.
.
.
Yes, Hybrid crossfire supported;
for desktop: 6550D + 6670 = 6690D2 rclxm9.gif rclxm9.gif rclxm9.gif
user posted image

SOS or Hybrid crossfire for notebook here

My question is, is AMD Hybrid crossfire's config can enabled/disabled on discrete card on this next new AMD Fusion Llano launch?

QUOTE(FullMetalBoy @ Jun 15 2011, 05:49 PM)
im not sure about switchable graphic.
.
.
.
oh, the pic. below seem is the answer:
user posted image
Yes, Switchable Graphics: High Performance / Power Saving thumbup.gif thumbup.gif
SOS

nah, I will said this comparison chart from TOM are more easy to read than Anandtech.

user posted image

integrated level: very clear that we can see with only APU, also far better than i5 which is 2896 vs. 1995
discrete level: either discrete only or dual graphics, also score higher than regular discrete card 5570.
of course they don't take HD6000 series to compare, is totally unfair.
I don't think also AMD gonna destroy own 6xxx series discrete card for now until HD7000 series launch.
so don't hope for GDDR5 sideport memory, until higher GDDR spec for Southern Islands launch next...
This is acceptable/reasonable.

more

This post has been edited by djlah: Jun 16 2011, 03:49 PM
Racerx
post Jun 16 2011, 04:02 PM

Tell Your World
*******
Senior Member
8,461 posts

Joined: Mar 2007
From: Kota Bharu,Kelantan



QUOTE(kingkingyyk @ Jun 16 2011, 02:47 PM)
user posted imageuser posted image
user posted image
Time to put some GDDR5 sideport memory on it.  thumbup.gif
Or recommend performance RAM for the users?
*
IINM Sideport memory is not supported.Performance RAM?Might as well get an Athlon II and a HD6670/HD5670
kurtkob78
post Jun 16 2011, 08:50 PM

Do your best
*******
Senior Member
3,833 posts

Joined: Oct 2006
From: Shah Alam


ok how can SSD help in gaming ? by using SSD as boot drive OR as BOOT and game install ? got guide? Sory off topic
MichaelJohn
post Jun 16 2011, 08:52 PM

Pan Paka Pan <3
*******
Senior Member
2,514 posts

Joined: Jun 2010
From: [Confidential]

It just loads faster , nothing more ...

SSDs doesn't make your gameplay faster or anything...
everling
post Jun 16 2011, 10:37 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
Most game's load times aren't affected by SSDs. But SSDs do significantly affect the load times of most other applications and eliminate HDD performance trashing, making your computer feel very snappy and responsive, even on old CPUs. An old AMD CPU + SSD will feel more pleasant to use than a Sandy Bridge + HDD, although it certainly won't be as fast as the Sandy Bridge once it has passed the HDD bottleneck.
hakunamatata
post Jun 17 2011, 12:55 AM

On my way
****
Senior Member
511 posts

Joined: Aug 2007


QUOTE(dma0991 @ Jun 16 2011, 01:08 AM)
Phenom II X6 won't drop in price anymore. Any company that can't sell their product for a certain amount of profit they will EOL that product. link
*
What is EOL? Can bulldozer fit into my MSI 870S-G46 mobo?
Silverfire
post Jun 17 2011, 01:55 AM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(hakunamatata @ Jun 17 2011, 12:55 AM)
What is EOL? Can bulldozer fit into my MSI 870S-G46 mobo?
*

End Of Life. End of product support. Can read more at Wiki.
storm88
post Jun 17 2011, 08:19 AM

~UncleSam Ready to Rolls~
*******
Senior Member
5,595 posts

Joined: Jan 2003
From: Between Hell and Heaven
QUOTE(everling @ Jun 16 2011, 11:37 PM)
Most game's load times aren't affected by SSDs. But SSDs do significantly affect the load times of most other applications and eliminate HDD performance trashing, making your computer feel very snappy and responsive, even on old CPUs. An old AMD CPU + SSD will feel more pleasant to use than a Sandy Bridge + HDD, although it certainly won't be as fast as the Sandy Bridge once it has passed the HDD bottleneck.
*
You sure about your statement?
djlah
post Jun 17 2011, 10:18 AM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(everling @ Jun 16 2011, 10:37 PM)
Most game's load times aren't affected by SSDs. But SSDs do significantly affect the load times of most other applications and eliminate HDD performance trashing, making your computer feel very snappy and responsive, even on old CPUs. An old AMD CPU + SSD will feel more pleasant to use than a Sandy Bridge + HDD, although it certainly won't be as fast as the Sandy Bridge once it has passed the HDD bottleneck.
*
if too old AMD system, will not get benefit of SSD. unless the AMD system come with SATA II.
SATA I communicate at a rate of 1.5 Gbit/s for most very old system. now all at least run at SATA II which is interfaces running at 3.0 Gbit/s.
New motherboard now you purchased nowadays already support SATA III at 6 Gbit/s physical layer but lack of affordable SATA III HDD.
using SATA II SSD now, planning to upgraded SATA III SSD when the price reduce.
Sky.Live
post Jun 17 2011, 11:30 AM

Proctected Species
*******
Senior Member
4,390 posts

Joined: Oct 2004
From: Cheras, Malaysia



QUOTE(dma0991 @ Jun 16 2011, 12:54 AM)
Ultrabook is the concept that comes along with Ivy Bridge and it is set to be launched around April next year. Most probably AMD can't deliver the performance that you seek if your work is very CPU intensive but I don't see the harm trying out Llano anyways.

Lets just say that the price of the A8 is RM2100, add in a 120GB 3rd gen SSD which should amount to ~3k and you have a solid laptop for just about anything. IMHO a SSD has better noticeable performance gain in terms of system responsiveness than an upgrade to a better CPU.
*
Actually no need that much juice, just greed and geek haha.. I realised I cant utilised more than what my system has to offer now, despite after 3 years using the rig already.
everling
post Jun 17 2011, 12:39 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
QUOTE(storm88 @ Jun 17 2011, 08:19 AM)
You sure about your statement?
*
I choose the wrong words. The gist I wanted to share was that while some games, not all, do show loading improvements, they benefit less from SSDs than most other applications.

One of the more amazing examples of such was Neverwinter Nights (2002). When loading, for some modules it will extract thousands of tiny temporary files to disk. You'd think that with an SSD, NWN's load times would have improved like ten fold or something. Well, it didn't, I didn't felt a difference and the Windows Task Manager didn't show a difference either. I don't know how they managed that little bit of sorcery, but there you go.

On more current games, I and some other S2TW players can say that it doesn't significantly effect S2's long load times. I haven't checked against the Task Manager, so it might actually be a little faster, but it certainly doesn't feel like it. For multiplayer games, like L4D or Killing Floor, I can't say whether SSDs are better or not as my laptop's i5 CPU is also better than my friends older machines.

QUOTE(djlah @ Jun 17 2011, 10:18 AM)
if too old AMD system, will not get benefit of SSD. unless the AMD system come with SATA II.
*
Systems still on SATA 1.5Gbps are not old, they are ancient. sweat.gif
Silverfire
post Jun 17 2011, 05:32 PM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(everling @ Jun 17 2011, 12:39 PM)
I choose the wrong words. The gist I wanted to share was that while some games, not all, do show loading improvements, they benefit less from SSDs than most other applications.

One of the more amazing examples of such was Neverwinter Nights (2002). When loading, for some modules it will extract thousands of tiny temporary files to disk. You'd think that with an SSD, NWN's load times would have improved like ten fold or something. Well, it didn't, I didn't felt a difference and the Windows Task Manager didn't show a difference either. I don't know how they managed that little bit of sorcery, but there you go.

On more current games, I and some other S2TW players can say that it doesn't significantly effect S2's long load times. I haven't checked against the Task Manager, so it might actually be a little faster, but it certainly doesn't feel like it. For multiplayer games, like L4D or Killing Floor, I can't say whether SSDs are better or not as my laptop's i5 CPU is also better than my friends older machines.
Systems still on SATA 1.5Gbps are not old, they are ancient. sweat.gif
*

Whilst your drive affects game load time, it can be bottlenecked by either the drive or processor or graphic memory or physical memory.

This post has been edited by Silverfire: Jun 17 2011, 05:33 PM
JayChoww
post Jun 17 2011, 05:47 PM

New Member
*
Junior Member
49 posts

Joined: Aug 2007


I'm using SSD on my atom netbook. Loading time much better now but it still slow as hell compare to my desktop lol

______________________

Sorry..off topic tongue.gif

This post has been edited by JayChoww: Jun 17 2011, 05:48 PM
Nosferatu
post Jun 17 2011, 05:58 PM

Casual
***
Junior Member
308 posts

Joined: Dec 2004


QUOTE
» Click to show Spoiler - click again to hide... «


AMD's APU product line is currently divided into several different segments: G series CPUs, set to target embedded products; C series CPUs designed for ultra-thin notebooks or tablet PCs; Z series mainly targeting tablet PCs; E series targeting ultra-thin notebooks or small form factor (SFF) desktop PCs; and A series targeting mainstream notebooks, all-in-one PCs and desktop PCs.

Compared to Intel's processors, Bergman believes AMD's APU shares a similar concept as Intel's Sandy Bridge, but Sandy Bridge is unable to provide parallel calculations as strong as AMD's APU, and does not support the existing industry standards such as DirectX 11, Open GL 4.1 or OpenCL. In addition, Sandy Bridge is designed based on the application user interface of Windows Vista, while AMD's APU is capable of fully supporting the application user interface of Windows 7, Bergman added.

» Click to show Spoiler - click again to hide... «


In addition, AMD's Dual Graphics technology also allows its APU to coordinate with AMD's discrete graphics cards to allow a graphics performance boost of 75%. With Intel's graphics solution in Sandy Bridge, the integrated graphics is not used if an additional discrete graphics card is added to the platform, Berman pointed out.

The Trinity platform will still adopt 32nm process and AMD is set to launch Krishna with 28nm process in 2012, Bergman noted. Commenting on questions whether AMD will outsource its production to Globalfoundries or Taiwan Semiconductor Manufacturing Company (TSMC), Bergman only said that both firms will have the chance to produce the 28nm products for AMD.


DigiTimes
annoymous1234
post Jun 17 2011, 09:12 PM

Look at all my stars!!
*******
Senior Member
7,614 posts

Joined: Mar 2009

QUOTE(kurtkob78 @ Jun 16 2011, 08:50 PM)
ok how can SSD help in gaming ? by using SSD as boot drive OR as BOOT and game install ? got guide? Sory off topic
*
it will help to load faster smile.gif
kingkingyyk
post Jun 17 2011, 10:50 PM

10k Club
Group Icon
Elite
15,694 posts

Joined: Mar 2008
QUOTE(hakunamatata @ Jun 17 2011, 12:55 AM)
What is EOL? Can bulldozer fit into my MSI 870S-G46 mobo?
*
http://event.msi.com/mb/am3+/
The model is already stated there.
shinjite
post Jun 18 2011, 01:03 PM

�ŞħĬΩĵΐŦ��
********
All Stars
19,307 posts

Joined: Jan 2003
From: Klang


Aarrgghh, no support for 790FX sad.gif
billytong
post Jun 18 2011, 02:05 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(Silverfire @ Jun 17 2011, 05:32 PM)
Whilst your drive affects game load time, it can be bottlenecked by either the drive or processor or graphic memory or physical memory.
*

Neverwinter knights 1 is a pretty old game. Unless u are running P4 2.0GHz and below system there is no way the current destop would bottleneck the game.
AlamakLor
post Jun 19 2011, 02:45 AM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


Been doing some research on the product life cycle and upcoming chips. I'm incline to believe the AM3+ will not last. It's likely going to suffer the same fate as AM2. It would seem that AM3+ is a refreshed 790 to support the first gen BD. The real thing will come from FMx socket.

OTOH, Intel's z68/p67 isn't looking too good either. It'd seem that IB may need a new board despite using the same 1155 socket. Although this seems a little unlikely considering the confusion this would cause. If IB works on 1155 I'd say Intel is still a better bet until enhanced bulldozer is launched.
Silverfire
post Jun 19 2011, 04:00 AM

Cruxiaer
*******
Senior Member
4,947 posts

Joined: Nov 2007



QUOTE(billytong @ Jun 18 2011, 02:05 PM)
Neverwinter knights 1 is a pretty old game. Unless u are running P4 2.0GHz and below system there is no way the current destop would bottleneck the game.
*

Oh sorry for the misunderstanding. I'm not referring to one game but all on general.
billytong
post Jun 19 2011, 09:39 AM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(AlamakLor @ Jun 19 2011, 02:45 AM)
Been doing some research on the product life cycle and upcoming chips. I'm incline to believe the AM3+ will not last. It's likely going to suffer the same fate as AM2. It would seem that AM3+ is a refreshed 790 to support the first gen BD. The real thing will come from FMx socket.

OTOH, Intel's z68/p67 isn't looking too good either. It'd seem that IB may need a new board despite using the same 1155 socket. Although this seems a little unlikely considering the confusion this would cause. If IB works on 1155 I'd say Intel is still a better bet until enhanced bulldozer is launched.
*

It is more likely the BD get socket change than 1155. IB is suppose to be out by end of this year. Even the short live 1156 is at least 2 years old.
everling
post Jun 19 2011, 12:00 PM

Look at all my stars!!
*******
Senior Member
3,591 posts

Joined: Feb 2008
Wasn't Intel supposed to change their socket design every tick tock?
FullMetalBoy
post Jun 19 2011, 12:21 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


as far as i know, intel tick tock strategy is each processor architecture gets to be made in two successive manufacturing processes, while each process gets to build two succeeding architectures. New architecture or new process doesnt need new socket

usually integrating stuff like new memory controlller, electric circuits and even graphics requires new socket. not the architecture itself

This post has been edited by FullMetalBoy: Jun 19 2011, 12:26 PM
AlamakLor
post Jun 19 2011, 08:33 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


Yup, I think BD will get a socket change soon after a few Zambezi are released. Further reading suggests that Intel's IB will definitely run on 1155, or so called backwards compatible. Not sure if there'd be anything given up running it on older (current) mobo. So after further consideration, I think I may be better off going Z68 Extreme-Z + 2500k. Sell the 2500k when IB replacement comes out...hopefully spotting 6 cores at least.

My guess is that IB would highly likely get 6 cores or more. The die shrink simply allows more cores to be squeezed in. And with another 30% speed boost that Intel proclaimed, I think AMD would need to roll out FMx ASAP if they intend to stay in the competition. Also, Commodore is essentially a BD, I would imagine AMD should be able to release it much quicker than initial BD's (Zambezi). Rev 1 of just about anything, be it CPU, Mobo, Cars always have more issues and take longer to release.

One thing I may be wrong is that AM3+ might just run alongside FMx. Essentially putting themselves in the same position as Intel:

AM3+/1155 (PCIe 2.0, dual channel)
FMx/2011 (PCIe 3.0, quad channel)

Yeah lot's of wild guesses...laugh.gif I am replacing my EK Nickel blocks so I won't have my PC for another week plus. Hopefully we'd see some BD in action and that Z68 extreme-z becomes available.
billytong
post Jun 19 2011, 09:09 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


Same here, it will not be worth upgrading from 2500k to IB if it is not at least 6 cores.
shinjite
post Jun 20 2011, 09:30 AM

�ŞħĬΩĵΐŦ��
********
All Stars
19,307 posts

Joined: Jan 2003
From: Klang


Basically new platform just to support the newer techs....aagghh
Anyway, I am still fine with the current AM3 mobos functionality
FullMetalBoy
post Jun 20 2011, 12:40 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


QUOTE
OTOH, Intel's z68/p67 isn't looking too good either. It'd seem that IB may need a new board despite using the same 1155 socket. Although this seems a little unlikely considering the confusion this would cause. If IB works on 1155 I'd say Intel is still a better bet until enhanced bulldozer is launched.


http://motherboardnews.com/2011/05/27/ivy-...lity-explained/

laptop chipset doesnt support ivybridge
depends on luck actually. some desktop doesnt support also.
AlamakLor
post Jun 20 2011, 01:18 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


Some of the features IB is bringing to the table isn't much of a concern for users now

- pcie 3.0 (Won't be needing it, no more $$ to get more GPU)
- USB3.0 (Doesn't really matter as of now since mobo's chipset support it)
- DX11 (on board? Not really interested in another APU concept since my discreet destroys just about anything the on board can do)

So for as long as IB works on those aforementioned chipset in the review, we are good to go biggrin.gif

I wonder how hybrid crossfire works biggrin.gif I don't mind have 3 x 6970 + whatever 6xxx on board hybrid crossfire thumbup.gif
billytong
post Jun 20 2011, 02:50 PM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


they seems to havent find a trick to harvest the APU graphic power for graphic performance. I would definitely like them to implement some driver or software to make APU render the entire window 2D GUI in background and leave 100% discrete graphic resources to games.

This post has been edited by billytong: Jun 20 2011, 06:06 PM
djlah
post Jun 20 2011, 07:37 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(AlamakLor @ Jun 20 2011, 05:22 PM)
I wonder how hybrid crossfire works biggrin.gif I don't mind have 3 x 6970 + whatever 6xxx on board hybrid crossfire thumbup.gif
*
cannot combine/crosssfire with APU graphic, only either onboard or discrete cards are possible. because onboard performance cannot match with too high end 6970 card biggrin.gif 3 x 6970 already enough la, powerful thumbup.gif

APU (A Series) A4, A6, A8 recommended dual graphics or crossfire compatible as below:
user posted image

E & C series also no dual graphics offer.
hairi.ariff_11
post Jun 21 2011, 07:28 PM

Getting Started
**
Junior Member
229 posts

Joined: Feb 2011
any expected price for the new amd llano?
kuasacow
post Jun 21 2011, 09:29 PM

New Member
*
Newbie
3 posts

Joined: Sep 2008
llano for desktop should be out soon...


This post has been edited by kuasacow: Jun 21 2011, 09:31 PM
Searingmage
post Jun 22 2011, 02:02 AM

Regular
******
Senior Member
1,809 posts

Joined: Feb 2010


I wonder if I purchase the first gen bulldozer and a am3+ mobo, can i just switch mobo only when the fx series out? >_<
siaokialeong
post Jun 22 2011, 02:19 AM

Getting Started
**
Junior Member
274 posts

Joined: Dec 2005



ya..waiting for Llano also..when will it be available on the market?
AlamakLor
post Jun 22 2011, 03:19 AM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


I think you may be a little confused.

The first gen bulldozer would run on AM3+ and is an FX series. The second gen bulldozer would run on FMx (FM1, FM2, FM3 and etc I presume) and is known as commodore. First gen bulldozer (zambezi) which runs on AM3+ is likely compatible with FMx motherboards, just like AM3 cpus are compatible with AM3+ motherboards. However, FMx bulldozer (commodore) is likely incompatible with AM3+ socket just as how the first gen bulldozer Zambezi wouldn't run on AM3 boards.

AMD's product line chart shows that FMx will be launched in 2012 but doesn't show that AM3+ will overlap FMx which leads me to think that AM3+ will be short lived (6-9 months or so). OTOH, Intel's Ivy Bridge WILL be backwards compatible with 1155 motherboards (some).
zerorating
post Jun 22 2011, 07:12 AM

Miskin Adab
*****
Senior Member
970 posts

Joined: Aug 2007
From: Lokap Polis


QUOTE(AlamakLor @ Jun 22 2011, 03:19 AM)
I think you may be a little confused.

The first gen bulldozer would run on AM3+ and is an FX series. The second gen bulldozer would run on FMx (FM1, FM2, FM3 and etc I presume) and is known as commodore. First gen bulldozer (zambezi) which runs on AM3+ is likely compatible with FMx motherboards, just like AM3 cpus are compatible with AM3+ motherboards. However, FMx bulldozer (commodore) is likely incompatible with AM3+ socket just as how the first gen bulldozer Zambezi wouldn't run on AM3 boards.

AMD's product line chart shows that FMx will be launched in 2012 but doesn't show that AM3+ will overlap FMx which leads me to think that AM3+ will be short lived (6-9 months or so). OTOH, Intel's Ivy Bridge WILL be backwards compatible with 1155 motherboards (some).
*
second gen bulldozer are still cpu (not APU),doubt it gonna use FMx socket unless amd mention that the next bulldozer will be APU, but trinity (next llano with bulldozer core) should still use FMx socket

update: i got it wrong doh.gif
maybe amd doesnt want different chipset for different product class doh.gif
whatever it is im more concern on how zambezi perform without the availability of gpu (with potentially bigger die size) when 4 core bulldozer are expensive than 4 core thuban+600mhz/8rops/400shaders gpu
user posted image

This post has been edited by zerorating: Jun 22 2011, 07:27 AM
dma0991
post Jun 22 2011, 08:25 AM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(siaokialeong @ Jun 22 2011, 02:19 AM)
ya..waiting for Llano also..when will it be available on the market?
*
It has been launched a while back already. Expect availability soon by this month or the latest next month.
xcen
post Jun 22 2011, 12:52 PM

Munch munch... Uh oh!
*******
Senior Member
2,602 posts

Joined: Jun 2008
From: Meow...



Are any reviews on the performance of Llano up on the web? Extensive reviews?

I heard it's released, but can't seem to find the extensive reviews you'd normally expect from those hardware sites.

I'd like to compare Llano and SB.
djlah
post Jun 22 2011, 12:58 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(xcen @ Jun 22 2011, 12:52 PM)
Are any reviews on the performance of Llano up on the web? Extensive reviews?

I heard it's released, but can't seem to find the extensive reviews you'd normally expect from those hardware sites.

I'd like to compare Llano and SB.
*
only found review Llano Sabine which is for mobile. always notebook 1st
still searching good extensive review for Llano Lynx, for desktop....

This post has been edited by djlah: Jun 22 2011, 12:58 PM
dma0991
post Jun 22 2011, 01:30 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(xcen @ Jun 22 2011, 12:52 PM)
Are any reviews on the performance of Llano up on the web? Extensive reviews?

I heard it's released, but can't seem to find the extensive reviews you'd normally expect from those hardware sites.

I'd like to compare Llano and SB.
*
Although I don't have the numbers or actual tests here is what you can expect, Intel SB CPU > AMD Llano CPU & AMD Llano IGP > Intel SB IGP.
xcen
post Jun 22 2011, 02:10 PM

Munch munch... Uh oh!
*******
Senior Member
2,602 posts

Joined: Jun 2008
From: Meow...



QUOTE(dma0991 @ Jun 22 2011, 01:30 PM)
Although I don't have the numbers or actual tests here is what you can expect, Intel SB CPU > AMD Llano CPU & AMD Llano IGP > Intel SB IGP.
*
Yeah, that's what I was hearing.

But the important thing is, how much is the difference? If AMD Llano CPU is too slow compared to Intel SB, then it wouldn't be a good deal since we can pair NVDIA graphics with Intel SB.
AlamakLor
post Jun 22 2011, 02:14 PM

Look at all my stars!!
Group Icon
Elite
9,856 posts

Joined: Jan 2003
From: Kuala Lumpur, WP


Forget about comparing Llano with SB laugh.gif You can already see from reviews that even the A8 pales in comparison to mobile i7 in its cpu department. Llano would probably make some decent low-mid end box/HTPC but you are probably better off going FX/SB with discreet for best performance.

Llano desktop is quite useless unless it is priced significantly lower than Intel's cpu
dma0991
post Jun 22 2011, 02:53 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


QUOTE(xcen @ Jun 22 2011, 02:10 PM)
Yeah, that's what I was hearing.

But the important thing is, how much is the difference? If AMD Llano CPU is too slow compared to Intel SB, then it wouldn't be a good deal since we can pair NVDIA graphics with Intel SB.
*
AMD CPU might not bring about huge improvement as it is just reusing the tweaked Stars cores, expect performance similar to Athlon II. The biggest improvement should be with Trinity next year that comes with Bulldozer cores. Pairing up with low end GPU nowadays is quite irrelevant since that IGP from Intel and AMD can almost be as good.

Another selling point for AMD Llano would be using the GPU to accelerate certain applications but OpenCL programs are still very few but it is good to see that AMD is currently collaborating with many software developers to make sure that they support OpenCL to tap GPGPU processing that Llano has.

If AMD follows its socket backwards compatibility method, a customer may buy Llano now and get Trinity next year just by doing a drop in upgrade. I don't think Llano desktop variant can compete very well against Core i3 2100 and above but it would still do very well in a compact HTPC that is more powerful than a E-350.

This motherboard looks awesome for a HTPC. flex.gif
» Click to show Spoiler - click again to hide... «


QUOTE(AlamakLor @ Jun 22 2011, 02:14 PM)
Forget about comparing Llano with SB laugh.gif You can already see from reviews that even the A8 pales in comparison to mobile i7 in its cpu department. Llano would probably make some decent low-mid end box/HTPC but you are probably better off going FX/SB with discreet for best performance.

Llano desktop is quite useless unless it is priced significantly lower than Intel's cpu
*
Llano's strong point would be in the mobile space where absolute CPU performance is not a strong point like the desktop. Considering that a mainstream laptop (not Alienware) has barely any user replaceable parts like CPU and/or GPU so the question of swapping out the GPU for a more powerful one is out of the question.

I've seen some(minus the fanboys) were quite enthusiastic about Llano in their notebooks as they were more concerned about battery life. Add to that the mainstream consumers treat a PC like a black box, an Intel or AMD powering it wouldn't bring about much concern to them. Try explaining the technical details about a PC to your parents and you'll see what I mean. laugh.gif


djlah
post Jun 22 2011, 04:48 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005

AMD Fusion or Llano are target for better power usage, better battery life with better visual performance.
it's unfair if we take E-Series to compare with i3, but it's Atom. A4 are the 1 compete with i3. it's promote better battery life than i3. Second, i3 system must attach any low end discrete card then only can delivery similar visual performance of A4. selling point here...

suggested price range already estimated for A4, A6 & A8; it's range of USD499-USD799 for complete set of notebook. good price right?
with standard config: 15.6" LCD, 500GB, 4GB, card reader, wireless, ODD, W7HPx64, optional Dual Graphic too.

we don't expect huge improvement on CPU but is IGP, as we can see below:
user posted image
Smart AMD, as AMD know that only introduce 32NM technology, that won't woo the customer. but AMD dare to challenge Intel SB IGP.
for sure, A-Series HD6xxx IGP > Intel HD Graphics. furthermore is DirectX 11 support vs. DirectX 10 support only. (Ivy Bridge will support DirectX11), another selling point here, dual graphics, crossfire iGPU+dGPU for only mainstream, with discrete 6670 and below only la. Intel only have option match with nVidia Optimus in notebook for auto switch btw either iGPU or dGPU only, not such thing yet for desktop. nvidia still pending.

So, for Z, C, G, E-Series is for low end, tablet or entry level computing. A-Series are for mainstream. But to compete with high end i7 extreme, high end 580-590 nvidia, still need Enthusiast level of AMD such as Zambezi(Desktop), Champlain(Notebook) with high end 69xx


dma0991
post Jun 22 2011, 05:43 PM

nyoron~
*******
Senior Member
3,333 posts

Joined: Dec 2009


^It's not much of a matter that AMD dares to challenge Intel's superiority in CPU performance. It's more about AMD playing Intel's game all this while and they are on a losing streak due to the rapid progression of Intel's Tick Tock. The only way for AMD to be 'better' than Intel is to not play their game and try to distinct themselves from Intel by offering a better balance of CPU and GPU. I think AMD Llano would not survive at all if they were to have something similar to SB.


First desktop AMD Llano chip prices revealed: quad-cores selling for $150 and less

AMD A8-3850 (4C, 2.9GHz, HD6550D) = $150
AMD A6-3650 (4C, 2.6GHz, HD6530D) = $126

Intel Core i3 2120 (2C4T, 3.3GHz, HD2000) = $150
Intel Core i3 2100 (2C4T, 3.1GHz, HD2000) = $125

Llano is almost a good deal over the i3 if it has a very good overclocking range more than 4GHz on air which might give it a nearly as good performance as a i3.
ALeUNe
post Jun 22 2011, 05:44 PM

I'm the purebred with aristocratic pedigree
Group Icon
VIP
9,692 posts

Joined: Jan 2003
From: Mongrel Isle
QUOTE(djlah @ Jun 22 2011, 04:48 PM)
AMD Fusion or Llano are target for better power usage, better battery life with better visual performance.
it's unfair if we take E-Series to compare with i3, but it's Atom. A4 are the 1 compete with i3. it's promote better battery life than i3. Second, i3 system must attach any low end discrete card then only can delivery similar visual performance of A4. selling point here...

suggested price range already estimated for A4, A6 & A8; it's range of USD499-USD799 for complete set of notebook. good price right?
with standard config: 15.6" LCD, 500GB, 4GB, card reader, wireless, ODD, W7HPx64, optional Dual Graphic too.

we don't expect huge improvement on CPU but is IGP, as we can see below:
user posted image
Smart AMD, as AMD know that only introduce 32NM technology, that won't woo the customer. but AMD dare to challenge Intel SB IGP.
for sure, A-Series HD6xxx IGP > Intel HD Graphics. furthermore is DirectX 11 support vs. DirectX 10 support only. (Ivy Bridge will support DirectX11), another selling point here, dual graphics, crossfire iGPU+dGPU for only mainstream, with discrete 6670 and below only la. Intel only have option match with nVidia Optimus in notebook for auto switch btw either iGPU or dGPU only, not such thing yet for desktop. nvidia still pending.

So, for Z, C, G, E-Series is for low end, tablet or entry level computing. A-Series are for mainstream. But to compete with high end i7 extreme, high end 580-590 nvidia, still need Enthusiast level of AMD such as Zambezi(Desktop), Champlain(Notebook) with high end 69xx
*
AMD also challenge Intel in terms of battery life too.
Remember the video clip that shows Llano has much longer battery life??
Well, i7-2630QM was picked in that video clip.

Why SB-i7 was picked again and again? While we know Intel has poor IGP? While we know SB is in different class?
Was it a good campaign with right message? I'll give you the benefit of doubt.

P/S
Good price? It depends on price. USD799 or MYR2400 is certainly not a good price.
Acer 3830TG SB-i3 with GT540 is selling at MYR1999. That's what I call good price (for now).

This post has been edited by ALeUNe: Jun 22 2011, 05:53 PM
StratOS
post Jun 22 2011, 06:35 PM

Berries~ Mmmm~
*********
All Stars
20,901 posts

Joined: Jan 2003
From: Miri, Sarawak



AMD A8-3850 (4C, 2.9GHz, HD6550D) = $150 (RM450-RM490)
AMD A6-3650 (4C, 2.6GHz, HD6530D) = $126 (RM370-RM400)

Stock will be in shores end of this week.. drool.gif

Price above is confirmed around there..

This post has been edited by StratOS: Jun 22 2011, 06:36 PM
saturn85
post Jun 22 2011, 07:14 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(xcen @ Jun 22 2011, 12:52 PM)
Are any reviews on the performance of Llano up on the web? Extensive reviews?

I heard it's released, but can't seem to find the extensive reviews you'd normally expect from those hardware sites.

I'd like to compare Llano and SB.
*
you can see this: biggrin.gif
http://www.anandtech.com/show/4448/amd-lla...ormance-preview
djlah
post Jun 22 2011, 07:38 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(ALeUNe @ Jun 22 2011, 05:44 PM)
AMD also challenge Intel in terms of battery life too.
Remember the video clip that shows Llano has much longer battery life??
Well, i7-2630QM was picked in that video clip.

Why SB-i7 was picked again and again? While we know Intel has poor IGP? While we know SB is in different class?
Was it a good campaign with right message? I'll give you the benefit of doubt.

P/S
Good price? It depends on price. USD799 or MYR2400 is certainly not a good price
Acer 3830TG SB-i3 with GT540 is selling at MYR1999. That's what I call good price (for now).
*
why to so specify only i7? all mobile SB are using HD Graphics 3000.
In general,SB Intel HD Graphic IGP are same class to compare with AMD IGP. I don't think is different class.
Intel 32NB processor have same die with GPU, AMD Llano are doing the same thing...
too early you comment the price, without actual spec and confirm launch price. you taking highest range of price, which is A8 with discrete, then you take to compare with i3? doh.gif
review already mention A4 are the 1 compete with i3....
if still wan to compare the price for early stage; nah, more detail in price range for A4 is USD599 (~RM1808) LOL

This post has been edited by djlah: Jun 22 2011, 08:05 PM
Cyclonechuah
post Jun 22 2011, 08:29 PM

(  ̄ c ̄)=c |。◕‿‿◕。|
******
Senior Member
1,726 posts

Joined: Oct 2007
From: Taiping Perak



my gosh, AMD-A8 that cheap?, does AMD-A8 still have different model number for it's ghz difference ?
xcen
post Jun 22 2011, 10:08 PM

Munch munch... Uh oh!
*******
Senior Member
2,602 posts

Joined: Jun 2008
From: Meow...



QUOTE(saturn85 @ Jun 22 2011, 07:14 PM)
Thanks! Can't wait for the full review on power consumption, heat and overclockability. biggrin.gif

Llano's Hybrid Crossfire on a laptop is also interesting to look forward to. rolleyes.gif
saturn85
post Jun 22 2011, 11:01 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(Cyclonechuah @ Jun 22 2011, 08:29 PM)
my gosh, AMD-A8 that cheap?, does AMD-A8 still have different model number for it's ghz difference ?
*
i think there are. unsure.gif
http://www.gigabyte.com/support-downloads/...p.aspx?pid=3929
QUOTE(xcen @ Jun 22 2011, 10:08 PM)
Thanks! Can't wait for the full review on power consumption, heat and overclockability. biggrin.gif
Llano's Hybrid Crossfire on a laptop is also interesting to look forward to.  rolleyes.gif
*
ya, interested on the overclock ability as well. brows.gif
djlah
post Jun 23 2011, 09:34 AM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(saturn85 @ Jun 22 2011, 11:01 PM)
great gigabyte, Socket FM1 - A75. there is 2 mATX and 2 ATX form.
mana Asus and MSI hmm.gif hmm.gif

o/t: just wonder why most of ATX gigabyte like to put many ancient PCI slot? 1 PCI slot already enough for me, other slot better put PCIEX1.

billytong
post Jun 23 2011, 10:24 AM

Lord Sauron
*******
Senior Member
4,522 posts

Joined: Jan 2003
From: Mordor, Middle Earth.


QUOTE(djlah @ Jun 23 2011, 09:34 AM)
great gigabyte, Socket FM1 - A75. there is 2 mATX and 2 ATX form.
mana Asus and MSI  hmm.gif  hmm.gif

o/t: just wonder why most of ATX gigabyte like to put many ancient PCI slot? 1 PCI slot already enough for me, other slot better put PCIEX1.
*

Agreed, I find that our ancient IDE slot seems to be more useful than PCI. Quite a number of us who took care of our HDD still have a couple of IDE HDD, DVD-RW sitting around.

My P67 board have PCI, but do not have IDE.

djlah
post Jun 23 2011, 12:02 PM

Look at all my stars!!
*******
Senior Member
7,723 posts

Joined: Jan 2005
QUOTE(billytong @ Jun 23 2011, 10:24 AM)
Agreed, I find that our ancient IDE slot seems to be more useful than PCI. Quite a number of us who took care of our HDD still have a couple of IDE HDD, DVD-RW sitting around.

My P67 board have PCI, but do not have IDE.
*
Yup, but most of board nowadays already fully fall out the IDE...
Agreed, I don't mind if the board still got 1 IDE slot. many of us might still have working IDE HDD/ODD. and also old creative sound card, i guess less ppl have PCI TV Tuner card. wat else? 1 PCI slot should be enough for old sound card.

now, AMD A75 chipset, native support 6 port SATA3 thumbup.gif my current board only have 2, rest is still SATA2.
I will slowly upgrade all to SATA3 HDD after upgrade the motherboard. and also like the native USB 3.0 controller.

http://www.aria.co.uk/Products/Components/...FM1+%28Llano%29
Gigabyte A75 motherboard, about ~RM350-RM500?

there is review on ASRock A75 Extreme6 but not found in ASRock official site...
wait wait and see...
n3w
post Jun 23 2011, 12:24 PM

Casual
***
Junior Member
350 posts

Joined: Nov 2009
I would still prefer mobo with an Ide slot for my dvd writer. But in the next few years we may have to move to sata because to make an ide slot may not be cost effective anymore. Mobos these days also does not have ide slot. Ide is slower anyway.
xcen
post Jun 23 2011, 02:26 PM

Munch munch... Uh oh!
*******
Senior Member
2,602 posts

Joined: Jun 2008
From: Meow...



IDE takes up valuable space in the motherboard also.

So I did a little bit of reading, and from what I gather, Llano will practically be a 32nm Deneb core fused together with ATI graphics.

Later next year, AMD Trinity will be released to replace Llano which is based on the new Bulldozer core which is a major redesign of AMD's processors.

So... this is practically Intel's Tick Tock strategy right?

It seems that Trinity will deliver more performance boost. And if Ivy Bridge doesn't deliver, Trinity might just be the champion processor for notebooks.
Cyclonechuah
post Jun 23 2011, 04:14 PM

(  ̄ c ̄)=c |。◕‿‿◕。|
******
Senior Member
1,726 posts

Joined: Oct 2007
From: Taiping Perak



i think with AMD, it is possible to build a rig under RM1k tongue.gif tongue.gif
FullMetalBoy
post Jun 23 2011, 07:34 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


its still early to talk about the performance of either trinity or IB. What matters is where does the future computing heads to.
You can't ignore that gpu nowadays is nearly as important as the cpu. more and more application that uses the computing power of the gpu.

what matters now is that both llano and sandy bridge processor rocks. you cant go wrong on either side ur on
saturn85
post Jun 23 2011, 07:39 PM

Folding@home
*******
Senior Member
8,686 posts

Joined: Mar 2009



QUOTE(xcen @ Jun 23 2011, 07:09 PM)
So I did a little bit of reading, and from what I gather, Llano will practically be a 32nm Deneb core fused together with ATI graphics.
*
i think more accurate will be propus core. biggrin.gif
FullMetalBoy
post Jun 23 2011, 07:51 PM

Getting Started
**
Junior Member
159 posts

Joined: Jul 2008


QUOTE
So I did a little bit of reading, and from what I gather, Llano will practically be a 32nm Deneb core fused together with ATI graphics.


QUOTE
i think more accurate will be propus core. biggrin.gif


with more L2 cache

llano iq vs sb iq

what a disgrace to intel.

"...producing a lower-quality result than the A8's integrated Radeon. The bar charts full of benchmark results won't show you that...."

so, if the llano image quality is reduced to the same level as intel, the llano IMHO would reach up to x5 or x6 better framerates.

doh.gif to intel graphics

This post has been edited by FullMetalBoy: Jun 23 2011, 07:52 PM

5 Pages  1 2 3 > » Top
 

Change to:
| Lo-Fi Version
0.1830sec    0.58    6 queries    GZIP Disabled
Time is now: 26th November 2025 - 05:01 PM