[ Read: All articles on PPoPP 2009 ]
Ok, he didn't actually use the word "stupid" but he did suggest that the purpose of higher level abstractions and parallel languages is to protect dumb programmers from themselves. He wants to see most of the effort going into direct programming hooks exposed for each layer of the hardware and software, and he believes that everyone who is "capable" of programming at that level should be doing so.
After the session I went up to Dr. Patt to challenge some of his assertions...
I argued that enterprise developers aren't stupid just because we want to use a few high level languages -- that it's just a matter of practicality. We have to target the hardware our customers have, I said, and we can't afford to write something 40 different ways to handle 40 different hardware configurations. His response: "I don't care about that".
How can you not care about the real world problems that millions of people face? About the software that runs our banking, retail, health care, government, and other important sectors? As I looked around the conference, I noticed there was almost no ISV presence there at all. Lots of universities, a couple of research labs, a couple of national labs, and that was about it. Where was the practicality, the applications, the pragmatism? As a long-time ACM member I was expecting more.
Despite all this, Patt did have some interesting things to say. Is thinking in parallel hard? "Perhaps thinking is hard", he responded. He's also a big fan of trying to increase IPC (instructions per clock) and keeping a few big cores around for sequential or critical sections. Beefy, special purpose units should be powered up and used when needed, then kept on the sidelines and turned off when not needed.
After the keynote there was a session on accelerator software chaired by Vivek Sarkar. Papers included:
This was followed by a session on Atomicity and Races, chaired by Tatiana Shpeisman. It was all about software transactional memory, which seemed a little too far "out there" even for me so I went next door to the HPCA-15 sessions on new memory architectures. Lots of interesting work is being done by Intel, IBM, and other names big and small to boost memory capacity, decrease latency, make non-uniform cache architecture (NUCA) work better, and use less power with technologies like MRAM, PCM, cache migration, 3D stacking, and on-chip tree networks.
The day ended with a joint PPpPP/HPCA panel called "Industrial Perspectives". Unfortunately this turned out to be more of a marketing presentation by NVidia, Sun, IBM, and Microsoft than anything else. I much preferred the format of the first day's panel, where most of the time was spent answering thought-provoking questions from the audience.