boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - CUDA 和 Hadoop 是不是算并行和分布的两个比较有前途的技术?
相关主题
请问程序同时在多个cpu上运行需要怎么改程序?
请问该学点啥?
C#程序并行化
并行可以降低计算复杂度??
David Kirk 写的 CUDA textbook 出版了
怎么自学cloud/big data programming
怎样用Python选一部分数据出来
why still use hadoop when we have parallel programming from ms/intel
这里有没有多线程算法的专家?
akka/scala/jvm
相关话题的讨论汇总
话题: cuda话题: hadoop话题: dataflow话题: 并行话题: go
进入Programming版参与讨论
1 (共1页)
r*********r
发帖数: 3195
1
并行 和 分布 好像新花样层出不穷, 但很多技术没有得到广泛应用就被淘汰了.
从应用和编程的角度来看, cuda 和 hadoop 是不是值得投入很多时间去了解?
a****l
发帖数: 8211
2
I think they are all focusing on the wrong path. Dataflow is the way to go.

【在 r*********r 的大作中提到】
: 并行 和 分布 好像新花样层出不穷, 但很多技术没有得到广泛应用就被淘汰了.
: 从应用和编程的角度来看, cuda 和 hadoop 是不是值得投入很多时间去了解?

h***i
发帖数: 1970
3
你说的是orchestrator这种东西?

go.

【在 a****l 的大作中提到】
: I think they are all focusing on the wrong path. Dataflow is the way to go.
r*********r
发帖数: 3195
4
dataflow is such a generic word. what specific technology does it refer to?

go.

【在 a****l 的大作中提到】
: I think they are all focusing on the wrong path. Dataflow is the way to go.
a****l
发帖数: 8211
5
unfortunately, there is not a specific product now that fully utilizes the
data flow for parallel programming. However, we do see people are working
on those products. There are some exciting progress, but much still needs
to be done.
The point is , this method solves the inherent problem of parallel
programming, so I think this is the way to go, while other things are just
fancy tricks to dodge the problems.

【在 r*********r 的大作中提到】
: dataflow is such a generic word. what specific technology does it refer to?
:
: go.

r*********r
发帖数: 3195
6
choosing existing technology is difficult enough, never mind those still on papers.
1 (共1页)
进入Programming版参与讨论
相关主题
akka/scala/jvm
MapReduce 过时了?Google 发布 Cloud Dataflow
spark就是因为吃饱了要做rdd成immutable导致了无法实现真正意义上的stream processing吧?
有人熟悉google cloud dataflow吗
狗的dataflow是什么
Apache Beam bs Apache spark
openMP or boost::thread (pthread) for multithreading ?
visual c++ project property设置问题
Java搞图像分析还是不成气候啊
Sergey Aleynikov
相关话题的讨论汇总
话题: cuda话题: hadoop话题: dataflow话题: 并行话题: go