由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Science版 - Re: 问题:并行的计算一定可以用单CPU摹拟吗?
相关主题
【原创】 图灵百年:一世孤独成全百年辉煌Re: 一个np-complete的证明求救
Re: 有关于并行计算的站点或讨论区么?[转载] *****美国名大学图灵奖排行榜*****
环状DNA的topology以及topoisomerases简介(4)Re: 关于SCIENTIFIC COMPUTING这个专业
请教一个Monte Carlo摹拟的问题[转载] 历届图灵奖获得者(1966-2003)
Re: 请问什么软件可以做分子动力学动画演示?中国计算理论研究五年内达到国际一流——姚期智对话
unidentified_titlemultiverse多宇宙
Re: 对矩阵运算有研究的同志们请注意[FWD] Re: precise time elapsed?
Re: 日科学家使用DNA演算数学难题获成功出computability的paper
相关话题的讨论汇总
话题: turing话题: parallel话题: 并行话题: resources话题: cpu
进入Science版参与讨论
1 (共1页)
t****n
发帖数: 56
1
关键是你如何定义并行,Dijikstra给了个狭义的定义,即并行的部分可以
按任意次序排列指令,结果等价。在编译理论方面有很多理论上的研究,
考虑时间和空间的变换不变性等。
l*c
发帖数: 1
2
并行计算的能力不会超过图灵机, 因此一定可以用单CPU模拟
其实直觉上并行性并不能提供高于递归函数的能力,任何属于
递归可枚举(且非递归)或其上的函数(语言)直觉上在加入并行性后仍
不可计算,各种不可计算的判定问题显然不可能通过加入
并行性来解决
h****g
发帖数: 56
3

是的
图灵机可从不考虑什么时间片的问题, 所谓计算的能力是指能
不能识别某类语言, 不存在误差的概念. 假如你考虑计算步数
的话, 用单带图灵机模拟多带图灵机当然要慢. 但从可计算性
角度看是一样的.
w**n
发帖数: 88
4

Yes , In the theory of computation it is called : Mulititape Turing Machine is
equivalent with an single tape Turing machine.the multitape here means that
Turing machine has the ability of parallel computing
It seems you are not considering a computability problem, so you need to
define clearly what the meaning of 能力 here is.
s*a
发帖数: 33
5
In theory that maybe true, but in practice there do exist "superlinear
speedup", that is, the total time of parallel computation is less than
that of a single processor. One of the common reason for this is the
resources for a single processor is limited (in practice), while going
parallel, more resources are allowed to be accessed. For example, more
cache can be used in a parallel environment. This is quite similar
to your analogy of 三个臭皮匠, 顶个诸葛亮. :) Each head's "thinking"
resources is limited,
t**********e
发帖数: 254
6
Specialized improved ability and productivity. This is true for human beings

【在 w**n 的大作中提到】
:
: Yes , In the theory of computation it is called : Mulititape Turing Machine is
: equivalent with an single tape Turing machine.the multitape here means that
: Turing machine has the ability of parallel computing
: It seems you are not considering a computability problem, so you need to
: define clearly what the meaning of 能力 here is.

1 (共1页)
进入Science版参与讨论
相关主题
出computability的paperRe: 请问什么软件可以做分子动力学动画演示?
关于CS的一个问题unidentified_title
[bssd]计算机科学的自然律Re: 对矩阵运算有研究的同志们请注意
问一个弱问题;cloud computing和parallel computing的区别Re: 日科学家使用DNA演算数学难题获成功
【原创】 图灵百年:一世孤独成全百年辉煌Re: 一个np-complete的证明求救
Re: 有关于并行计算的站点或讨论区么?[转载] *****美国名大学图灵奖排行榜*****
环状DNA的topology以及topoisomerases简介(4)Re: 关于SCIENTIFIC COMPUTING这个专业
请教一个Monte Carlo摹拟的问题[转载] 历届图灵奖获得者(1966-2003)
相关话题的讨论汇总
话题: turing话题: parallel话题: 并行话题: resources话题: cpu