zoukankan
html css js c++ java
baike并行计算概念
并行计算
概论
▪
高性能计算
▪
计算机集群
▪
分布式计算
▪
网格计算
▪
云端运算
方式
▪
Bit-level parallelism
▪
Instruction level parallelism
▪
Data parallelism
▪
任务并行
理论
▪
Speedup
▪
Amdahl定理
▪
Flynn's taxonomy
▪
Cost efficiency
▪
Gustafson定理
▪
Karp-Flatt metric
元素
▪
进程
▪
线程
▪
Fiber
▪
PRAM模型
协调
▪
多处理
▪
多执行绪
▪
超执行绪
▪
内存一致性
▪
Cache coherency
▪
Barrier
▪
同步化
▪
Application checkpointing
编程
▪
Programming model
▪
Implicit parallelism
▪
Explicit parallelism
硬件
▪
贝奥武夫机群
▪
对称多处理机
▪
Asymmetric multiprocessing
▪
Simultaneous multithreading
▪
非均匀访存模型
▪
Cache only memory architecture
▪
共享内存
▪
Distributed memory
▪
Distributed shared memory
▪
超纯量
▪
向量处理机
▪
超级计算机
▪
Stream processing
▪
通用图形处理器 (GPGPU)
APIs
▪
POSIX Threads
▪
OpenMP
▪
讯息传递接口 (MPI)
▪
Intel Threading Building Blocks
问题
▪
Embarrassingly parallel
▪
Grand Challenge
▪
Software lockout
▪
可扩放性
▪
竞争危害
▪
死锁
▪
确定性算法
查看全文
相关阅读:
Redis常用配置说明
Redis入门知识
分布式理论基石CAP理论
MySQL之视图
MySQL之事务控制总结
MySQL之标识列(自增长列)设置起始值与步长
LeetCode 543. Diameter of Binary Tree(两节点最长路径)
LeetCode 110. Balanced Binary Tree(平衡树)
LeetCode 104. Maximum Depth of Binary Tree(求树的高度)
LeetCode 328. Odd Even Linked List(链表元素按奇偶聚集)
原文地址:https://www.cnblogs.com/timssd/p/5600710.html
最新文章
大数据-7Linux-shell编程-2
大数据-5Linux本地yum源
大数据-4Linux安装与更新
大数据-3Linux用户管理
GPS技术与移动开发应用
手机安全卫士 适用Android 8.0
代理对象之spring注解事务控制或shiro注解权限控制的理解
Eclipsemyeclipse加载项目building workspace过久
w10查询自己电脑ip
idea安装junit插件进行junit测试
热门文章
对象转json关联属性死循环问题
net.sf.json.JSONException: There is a cycle in the hierarchy!
Unable to instantiate Action
hibernate实体配置主键生成策略
object类型转换为int类型
浏览器前台页面调试-F12
SpringBoot对日志框架的统一处理以及日志设置
Redis的持久化方式RDB和AOF
MySQL之存储过程和函数
MySQL之变量
Copyright © 2011-2022 走看看