原创 關於自動並行化的訪談

When I started my PhD.-thesis a couple of years ago, I took some time to l

原创 世界最小晶體管問世:僅由7個原子構成

新浪科技訊北京時間5月26日消息據物理學家組織網報道,美國與澳大利亞科學家成功製造出世界上最小的晶體管——由7個原子在單晶硅表面構成的一個“量子點”,

原创 量子計算機首次正式投入商用

加拿大量子計算公司D-Wave近日正式發佈了全球第一款商用型量子計算機“D-Wave One”,量子電腦的夢想距離我們又近了一大步。其實早在2007年

原创 N個數中,選取M個數

從N個數中選取M個不同的數,共有多少種選法?並將結果打印出來。 解法:採用divide-conquer方法。 f(N,M) = f(N-1,M-1) + f(N-1, M);  具體代碼如下: #include<stdio.h> #d

原创 磁微處理器挑戰計算機最低能耗極限

根據加州大學伯克利分校電力工程師的研究,未來計算機可能使用一種由納米磁鐵製作的處理器,僅消耗物理定律所限的最低能量,這就是磁微處理器計算機。目前的硅基

原创 what is first-order language

A language in which the quantifiers contain only variables ranging over individuals and the functions have as their a

原创 JOB: Compiler engineering positions @ AMD Sunnyvale, CA

1. Senior Compiler Engineer, Stream Compute Team - AMD, Sunnyvale, California We are currently looking for a senior sof

原创 JOB AD: PathScale's compiler frontend/GPGPU team

== JOB POSTING == PathScale's compiler team is looking for individuals interested in GPGPU, C++, Visual Studio compatib

原创 perl中簡單printf操作

在perl程序中,讀入下面一行c代碼:printf("%d", number);將其保存到到變量$line中,然後將其輸出到文件句柄$out中,下面兩種做法會有什麼差異呢?1)printf $out $line;2)printf $out

原创 世紀圖靈紀念

 同事寫的非常好的一片文章,轉載在此以共享。 http://blog.sciencenet.cn/blog-414166-628109.html   -------------------------------------------

原创 Summer of code proposal: add directive to uniquely identify loops of interest

Dear all,I would like to propose an average technical project that might have a great use in many parts/derivatives of

原创 intel 2012 roadmap

原创 part of PLDI 2013 accepted papers

I collcet these data through Google (21 papers now), so maybe there are so

原创 Compiler developer position available at Qualcomm

Qualcomm CDMA Technologies (QCT) is the largest provider of 3G chipset and software technology in the world, with chips

原创 用clang編譯SPEC2006 過程中的問題(與gcc,ld相關)

1. 重複定義__strcspn_c1 編譯401.bzip2時錯誤 /usr/include/bits/string2.h:972: multiple definition of `__strcspn_c1' bgm.o:/usr/in