Tag Archives: multithread

过了愚人节咱不开玩笑:We can transform single thread to multithread–said Intel

并行运算的概念提了几十年,然而懒惰的程序员仍旧与历史潮流对着干,写出一坨又一坨让硬件叹息不止的代码来。
于是Intel大叔发彪了:你不是写不出并行化代码来么?我把你的非并行化代码统统给你变成并行化!We can transform single thread to multithread!
怎么transfer呢?工具自动实现:
The way it works is it analyses applications to see whether a part of the application can be selected and made to run parallelly. If it executes successfully, the software knows it can, and it allows an application to be recompiled with the settings in place for that thread […]