由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - CUDA 和 Hadoop 是不是算并行和分布的两个比较有前途的技术?
相关主题
请问程序同时在多个cpu上运行需要怎么改程序?这里有没有多线程算法的专家?
请问该学点啥?akka/scala/jvm
C#程序并行化MapReduce 过时了?Google 发布 Cloud Dataflow
并行可以降低计算复杂度??spark就是因为吃饱了要做rdd成immutable导致了无法实现真正意义上的stream processing吧?
David Kirk 写的 CUDA textbook 出版了有人熟悉google cloud dataflow吗
怎么自学cloud/big data programming狗的dataflow是什么
怎样用Python选一部分数据出来Apache Beam bs Apache spark
why still use hadoop when we have parallel programming from ms/intelopenMP or boost::thread (pthread) for multithreading ?
相关话题的讨论汇总
话题: 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版参与讨论
相关主题
openMP or boost::thread (pthread) for multithreading ?David Kirk 写的 CUDA textbook 出版了
visual c++ project property设置问题怎么自学cloud/big data programming
Java搞图像分析还是不成气候啊怎样用Python选一部分数据出来
Sergey Aleynikovwhy still use hadoop when we have parallel programming from ms/intel
请问程序同时在多个cpu上运行需要怎么改程序?这里有没有多线程算法的专家?
请问该学点啥?akka/scala/jvm
C#程序并行化MapReduce 过时了?Google 发布 Cloud Dataflow
并行可以降低计算复杂度??spark就是因为吃饱了要做rdd成immutable导致了无法实现真正意义上的stream processing吧?
相关话题的讨论汇总
话题: cuda话题: hadoop话题: dataflow话题: 并行话题: go