News Focus
News Focus
icon url

Golfbum

07/24/12 8:24 PM

#110979 RE: mmoy #110978

I'm guessing the will show it off at IDF and have a bunch of tools/libs/classes offered on it.

If history is a guide they will have at least one early adopter coming in and singing its praises.

We'll probably see more of Intel Phi as well in actual prototype systems running code with a couple of early adopters there as well.

gb
icon url

Saturn V

07/25/12 3:33 PM

#110986 RE: mmoy #110978

Your Quote about Transactional Memory: "guess that this is one way to improve performance on single-threaded programs without any programming."

I think that you meant "improve performance on multi-threaded programs without significant programming".

Transactional memory makes for simpler and more transparent implementation of semaphore locks and other software contructs needed for multi-threaeded code. If this is indeed automated by the compiler, it will allow better and widespread use of multiple cores.