PureBytes Links
Trading Reference Links
|
Clearly in the future we will have more cores to work with.
The intel design is a very different approach to the problem. It
will be interesting to see what kind of performance they get out of
it when they have real silicon to demo.
The thing that impressed me the most about the cuda architecture is
how well it hides memory latency. Rather than have a very deep
pipeline, a monster cache, and complex logic to do branch prediction,
etc. It just has many threads ready to run with zero overhead to
switch between them using a simple register renaming scheme. This
works well for problems that have lots of data that can be operated
on separately.
The future will only bring more options.
I would like to see Nvidia and ATI to agree on a general purpose
computing API so that code can be written to run on both brands.
--- In amibroker@xxxxxxxxxxxxxxx, "rhoemke" <robert@xxx> wrote:
>
> Maybe it all becomes easier with this here?
>
> http://www.intel.com/pressroom/archive/releases/20080804fact.htm?
iid=pr1_releasepri_20080804fact
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|