![高級體系結(jié)構(gòu)期末考試課后習(xí)題匯總_第1頁](http://file2.renrendoc.com/fileroot_temp3/2021-3/29/3e901b50-3694-4b43-8fbc-7e68b396d2fb/3e901b50-3694-4b43-8fbc-7e68b396d2fb1.gif)
![高級體系結(jié)構(gòu)期末考試課后習(xí)題匯總_第2頁](http://file2.renrendoc.com/fileroot_temp3/2021-3/29/3e901b50-3694-4b43-8fbc-7e68b396d2fb/3e901b50-3694-4b43-8fbc-7e68b396d2fb2.gif)
![高級體系結(jié)構(gòu)期末考試課后習(xí)題匯總_第3頁](http://file2.renrendoc.com/fileroot_temp3/2021-3/29/3e901b50-3694-4b43-8fbc-7e68b396d2fb/3e901b50-3694-4b43-8fbc-7e68b396d2fb3.gif)
![高級體系結(jié)構(gòu)期末考試課后習(xí)題匯總_第4頁](http://file2.renrendoc.com/fileroot_temp3/2021-3/29/3e901b50-3694-4b43-8fbc-7e68b396d2fb/3e901b50-3694-4b43-8fbc-7e68b396d2fb4.gif)
![高級體系結(jié)構(gòu)期末考試課后習(xí)題匯總_第5頁](http://file2.renrendoc.com/fileroot_temp3/2021-3/29/3e901b50-3694-4b43-8fbc-7e68b396d2fb/3e901b50-3694-4b43-8fbc-7e68b396d2fb5.gif)
版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進行舉報或認領(lǐng)
文檔簡介
1、Homework1,1 Explain the Concepts 系統(tǒng)結(jié)構(gòu)(CA: Computer Architectute)、高級系統(tǒng)結(jié)構(gòu)(Advanced CA)、Amdahl law、SCALAR PROCESSING、LOOK-AHEAD、PVP、SMP、MPP、DSM、COW、GCE、CISC、RISC、VMM、SUPERCOMPUTER、SVM、MAINFRAME、COMPUTER SYSTEM ON CHIP、PARALLEL ARCHITECTURE INTO SINGLE CHIP、MOORE定律、UMA、NUMA、COMA、CC-NUMA、NORMA、SHELL ARCH
2、ITECTURE, PRAM, BSP, Log P 2 Explain the Flynn classify and its semantics. 3 Where are the difficulties of Parallel Processing ? What is Parallel(并行)、concurrent(并發(fā)) and Simultaneous(同時)separately ? 4 Assume that a system component be speeded to 10 times, its past processing time accounts for 40% of
3、the system, how much will be the system performance improved? 5 Please draw the memory Hierarchy chart.,homework2,1 Explaining Conceptions RISC, CISC, VLIW, SUPER-SCALAR, SUPER-PIPELINE, SUPER-SCALAR-SUPER-PIPELINE, IPC, SINGLE ISSUE,MULTIPLE ISSUE, OOO, Multi-Threading 2 In ideal case, please give
4、the performances for SUPER-SCALAR, SUPER-PIPELINE, SUPER-SCALAR-SUPER-PIPELINE, and give N=8 examples and their average IPC. 3 Please describe the CPU technology in recent years, and give an example to illustrate their technical parameters. Please give computing trace of ai+7=bj+1+ck+8+dm+10 for T90
5、00 How to solve the multicore memory wall problem? 6 Simple computer design test: Supposed there are a simple CPU with A15-A0,D7-D0,read and write, an register and Tri-state buffers for I/O device, a 8k*8 ROM with A12-A0,D7-D0,CE and OE, and a 8k*8 RAM with A12-A0,D7-D0,CE,RD and WR. Please you desi
6、gn the circuit of a simple computer.,Homework,1) There is a program in a 40MHz processor,its number of integer arithmetic instructions is 45000 and the clock is 1.The number of instructions with data operations is 32000 and the clock is 2. The number of float instructions is 15000 and its clock 2. T
7、he number of instructions such as JMP etc is 8000 and its clock is 2.Please give its CPI、MIPS and the CPU execution time. 2) If the communication cost in a SP2 machine is t(m)=46+(0.035)m, please give its (漸進帶寬 )r and its (半峰值信息長度) m1/2. 3) If a N*N matrix A is multiplied by a N*N matrix B, its time
8、 is T1=CN3 s, but the execution time in a machine with n nodes is Tn=(CN3/n+bN2/square-root(N) s,here,C,N and b is a constant. Please you give its Speedup under fix-workload, fix-time and fix-memory usage.,4) (等效率)see :kumar V, Rao V N. Parallel depth firsh search, part ii: Analysis. IntI J of Paral
9、lel Programming,1987,16(6):501-519 5) (等速度)see:Sun X H,etc. scalability of parallel algorithm-machine combina-tions. IEEE transaction on parallel and distributed system,1994,5(6):519-613 6) (等延遲)see: Zhang X D,etc. latency metric: an experimental method for measuring and evaluating parallel program
10、and architecture scalability.J of parallel and distributed Computing,1994,22:392-410.,2021/3/29,5,HOMEWORK,1解釋Concepts State network(靜態(tài)網(wǎng)絡(luò))、Daymic network(動態(tài)網(wǎng)絡(luò))、crossbar(交叉開關(guān))、Multi-buses(多總線) 2 Draw N=25 MESH 3寫出用混洗交換網(wǎng)絡(luò)模擬單級立方體網(wǎng)絡(luò)的互連函數(shù)表達式please give the single cube function by using SHUFFLE-EXCHANGE N
11、ETWORK 4 How much have the different bus Arbitrate Alogrithms ? What is its merit and demerit? 總線仲裁有幾種,各有何優(yōu)缺點?,HOMEWORK,1 THERE ARE P1,P2,P3,P4 AND M1,M2,M3,M4,PLEASE USE 2*2 CROSSBAR SWITCH BOX TO DESIGN A CONNECTION NETWORK OF P1M2,P2M4,P3M1,P4M3. 2 WHAT IS DS-LINK? 3 WHAT IS DIFFERENCE BETWEEN ME
12、SSAGE-PASSING AND SHARED MEMORY? 4 WHAT ARE WORMHOLE COMMUNICATION AND ITS PERFORMANCE? 5 Explaining that Myrinet,HiPPI,FDDI,ATM,SCI,and 100BaseT。,6采用蟲洞尋徑的超立方體多機系統(tǒng)中,如果相鄰節(jié)點間有一對方向相反的單向通道,試證明在該系統(tǒng)上實現(xiàn)立方體編碼下的尋徑不會死鎖。(In a supercube network with wormhole communication,if there is a pair opposite one-way lin
13、k between any two neighbour nodes,please try to proof that the network can not be deadlocked when looking for path),自由任選(課外大作業(yè)),任選一個具有代表性的BENCHMARK小程序,要求: 1) 請分析其源程序,寫出其中的數(shù)據(jù)執(zhí)行流程(包括:數(shù)據(jù)類型、具體值和時序關(guān)系); 2) 在1)的基礎(chǔ)上,對其目標代碼再進行數(shù)據(jù)流分析,寫出其中的數(shù)據(jù)執(zhí)行流程(包括:數(shù)據(jù)類型、具體值和時序關(guān)系);觀察并寫出與1)中間結(jié)果的差別表。 3)在1)和2)基礎(chǔ)上,對其數(shù)據(jù)執(zhí)行的流程進行數(shù)據(jù)預(yù)取優(yōu)化
14、,并在具有CACHE的計算機上進行實際求解。要求給出具體數(shù)據(jù)預(yù)取的優(yōu)化方法和改進的測試時間效果表。 (可加5-10分),用PVM或MPI并行軟件工具編寫一個并行程序,要求至少有2或3個并行任務(wù)進行協(xié)同求解某問題。 What are Architecture?What areKey Tech and Theory?What areMeeting Problems? 1、Earth-Simulator 2、Blue Gene 3、Beowulf With PoPC Cluster 4、Grid Computing 5、Pervasive Computing 6、P2P Computing 7、Sp
15、ecial PoPC Cluster Such as Web Cache Cluster,作業(yè)homework1,1 H0(n)=nmH0(-n)/(-)+n(1-m)H0; Hc(n)=nmH0(-n)/(-)+n(1-m)H0 please delete the and by using ,then draw the function figure when m=0.5, =0.2(畫出其函數(shù)關(guān)系圖),Homework2,MESI Protocol,Can you fill the states?,關(guān)于可用性中的檢查點問題 CHECKPOINT(a,b,c),可在內(nèi)核、庫、應(yīng)用程序三級發(fā)生
16、;,a,b,d,c,x,y,z,P,Q,R,Process,一致性快照Checkpoint Consistency Snapshot(a-Consistency一致;b-No Consistency不一致),如果進程之間不存在一個進程的檢查點已接收了消息,而另一進程的檢查點還未發(fā)送這個消息。稱一致性快照。,a,b,x,y,z,P,Q,R,C ?,If there is not the process which receives a message at checkpoint and another process has not sent the message at checkpoint,
17、 then we say that the related checkpoints are the Consistency Snapshot,homework,1. What are the differences about MPP and SMP? Answer: MPP A large parallel processing system with a shared-nothing architecture Consist of several hundred nodes with a high-speed interconnection network/switch Each node consists of a main memory & one or more processors Runs a separate
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 企業(yè)國際化的路徑選擇-深度研究
- MR設(shè)備性能提升研究-深度研究
- 微生物在果園生態(tài)系統(tǒng)中的作用-深度研究
- 2025年血氣分析儀項目申請報告模稿
- 2025至2030年中國雷燈鏡數(shù)據(jù)監(jiān)測研究報告
- 企業(yè)電纜出售合同范例
- 壓力燒結(jié)爐項目建議書寫作參考范文
- 寫字樓交易合同范例
- 農(nóng)田土地翻耕合同范例
- 農(nóng)民蓋樓出售合同范例
- 基層醫(yī)療機構(gòu)基本情況調(diào)查報告
- 華晨寶馬汽車4S店營銷策略畢業(yè)論文
- 你畫我猜題目大全
- 人教版二年級數(shù)學(xué)下冊啟迪全優(yōu)卷第八、九單元測試卷(有答案)
- 幼兒園PPT課件《歡樂的元宵節(jié)》
- 住院患者發(fā)生管路非計劃性拔管應(yīng)急預(yù)案及處理流程應(yīng)急預(yù)案
- 電解槽檢修施工方案
- 正常分娩 分娩機制 助產(chǎn)學(xué)課件
- 讀書分享-精力管理課件
- 新上崗干部的90天轉(zhuǎn)身計劃課件
- 磁致伸縮液位計使用說明書
評論
0/150
提交評論