由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EE版 - computer architecture作业求教
相关主题
询问EECS方向的前景,谢过先 (转载)Re: what is rambus memory ??
一道面试题Re:(MATLAB 6.5 新特性)==>MATLAB6.5----RELEASE 13
Help on converterRe: IEEE.Tran.COmmunication和parallel地审稿周期是多久
Re: 请问有哪个网址介绍Intel芯片的MMX到底优化了什么类型运算?Computer Engineering Research
请教:学CE,应该从国内带什么书过去合适国内正在忙着做芯片
关于VLSI设计中,各种层次的并行的概念Asymmetric angle Parallel Beam in CT image reconstruction
问个概率问题Oregon的Computer Architecture/VLSI Digital System怎么样?
Re: DSP 转VLSI......请教。。。。。。。大虾帮忙呀。请问谁有Intel core 2 architecture方面的详细资料
相关话题的讨论汇总
话题: given话题: speedup话题: law
进入EE版参与讨论
1 (共1页)
I***a
发帖数: 704
1
1.14 [10/10/20/20] <1.10> Your company has just bought a new dual Pentium
processor,
and you have been tasked with optimizing your software for this processor.
You will run two applications on this dual Pentium, but the resource
requirements
are not equal. The first application needs 80% of the resources, and the
other only
20% of the resources.
a. [10] <1.10> Given that 40% of the first application is parallelizable,
how
much speedup would you achieve with that application if run in isolation?
b. [10] <1.10> Given that 99% of the second application is parallelizable,
how
much speedup would this application observe if run in isolation?
c. [20] <1.10> Given that 40% of the first application is parallelizable,
how
much overall system speedup would you observe if you parallelized it?
d. [20] <1.10> Given that 99% of the second application is parallelizable,
how
much overall system speedup would you get?
s***m
发帖数: 336
2
a.Amdahl's law:
1 / (0.6+0.4/2) = 1.25
b. 1 / (0.01 + 0.99/2) = 1.98
c. 1/(0.2+0.8*(0.6+0.4/2)) = 1.19
d. 1/(0.8 + 0.2*(0.01+0.99/2)) = 1.11
1 (共1页)
进入EE版参与讨论
相关主题
请问谁有Intel core 2 architecture方面的详细资料请教:学CE,应该从国内带什么书过去合适
请问学CS的哪些方向比较好就业?谢谢!关于VLSI设计中,各种层次的并行的概念
Parallel computing in Matlab (转载)问个概率问题
请教computer engineering 研究生 选课Re: DSP 转VLSI......请教。。。。。。。大虾帮忙呀。
询问EECS方向的前景,谢过先 (转载)Re: what is rambus memory ??
一道面试题Re:(MATLAB 6.5 新特性)==>MATLAB6.5----RELEASE 13
Help on converterRe: IEEE.Tran.COmmunication和parallel地审稿周期是多久
Re: 请问有哪个网址介绍Intel芯片的MMX到底优化了什么类型运算?Computer Engineering Research
相关话题的讨论汇总
话题: given话题: speedup话题: law