Search found 4 matches

by Mindmatter
Tue Mar 01, 2011 1:04 am
Forum: Discussions of General-FAH topics
Topic: Type of SSE used
Replies: 7
Views: 1555

Re: Type of SSE used

If I read it correctly, you'll get full speed from BD without a recompile of FAH, but only half speed from SB until FAH is recompiled with AVX. I see what you are saying. AMD's method will allow legacy code to use all of the 256-bit FPU whereas Intel's method requires AVX in order to split the FPU ...
by Mindmatter
Mon Feb 28, 2011 11:32 pm
Forum: Discussions of General-FAH topics
Topic: Cuda 4.0
Replies: 1
Views: 572

Re: Cuda 4.0

It might not affect anything at all. Last I knew they were switching the core over to OpenCL which Nvidia has separate drivers for. Then again their implementation of OpenCL could just plug into CUDA in the background or simply be CUDA with the OpenCL API on the front side.
by Mindmatter
Mon Feb 28, 2011 11:13 pm
Forum: Discussions of General-FAH topics
Topic: Type of SSE used
Replies: 7
Views: 1555

Re: Type of SSE used

Added the link. The other consideration is how many operations can be done simultaneously. Some AMD fanboys have criticized the Intel fanboys because chips like the i7 have virtual cores rather than real cores and imply that Bulldozer will have real cores. Well from what I can tell Bulldozer will be...
by Mindmatter
Mon Feb 28, 2011 9:43 pm
Forum: Discussions of General-FAH topics
Topic: Type of SSE used
Replies: 7
Views: 1555

Type of SSE used

I came across an article outlining the floating point processing unit in the upcoming AMD Bulldozer processor. Since 90% of my CPU usage goes to F@H, this paragraph caught my attention. The floating point unit is also much more robust than it used to be. The Phenom had a single 128 bit unit per core...