当前位置:网站首页>The difference between static pipeline and dynamic pipeline
The difference between static pipeline and dynamic pipeline
2022-04-23 04:56:00 【Huang Jiajun】
This is classified according to the connection mode of each segment at the same time . Static pipeline refers to , Same as In a moment , Each section of the pipeline can only work according to the connection mode of the same function . The above example ASC Of 8 Segment belongs to static pipeline , Only addition and subtraction or definite multiplication can be performed . So in static pipeline , Only when the input is a series of the same operation , The efficiency of running water can be brought into play . Dynamic pipeline refers to , At the same time , Some segments are implementing some kind of operation ( Such as fixed multiplication ) While other segments are implementing another operation ( Floating point addition ). In this way, different types of operations can also be pipelined . However, the requirements of dynamic pipeline for control are very high . At present, the vast majority of pipelines are static pipelines .
From the space-time diagram of static and dynamic pipelines given in the figure below , You can clearly see the difference between the two flow methods .
According to whether it can be connected in multiple ways at the same time , Perform multiple functions at the same time , Multi function pipeline can be divided into static pipeline and Dynamic pipeline .
Only when the same operation occurs continuously , The efficiency of the assembly line can be brought into full play . Its advantage is simple control , The disadvantage is that the operation efficiency is not high .
Static pipeline technology is only used to realize certain functions , The pipeline can be recombined dynamically at different times , Realize different functions , In addition to streamline connection , It also allows feedforward and feedback connections , Therefore, it is also called nonlinear pipeline
Reference article :
版权声明
本文为[Huang Jiajun]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230454290132.html
边栏推荐
- 深度学习笔记 —— 物体检测和数据集 + 锚框
- 拼了!两所A级大学,六所B级大学,纷纷撤销软件工程硕士点!
- C language: spoof games
- TypeError: ‘Collection‘ object is not callable. If you meant to call the ......
- Innovation training (10)
- Com alibaba. Common methods of fastjson
- POI export message list (including pictures)
- MySQL -- execution process and principle of a statement
- CLion+OpenCV identify ID number - detect ID number
- 信息学奥赛一本通 1955:【11NOIP普及组】瑞士轮 | OpenJudge 4.1 4363:瑞士轮 | 洛谷 P1309 [NOIP2011 普及组] 瑞士轮
猜你喜欢
Set Chrome browser background to eye protection (eye escort / darkreader plug-in)
Spark FAQ sorting - must see before interview
独立站运营 | FaceBook营销神器——聊天机器人ManyChat
使用model.load_state_dict()时,出现AttributeError: ‘str‘ object has no attribute ‘copy‘
MySQL -- execution process and principle of a statement
[database] MySQL single table query
[database] MySQL multi table query (I)
Pixel mobile phone brick rescue tutorial
Details related to fingerprint payment
JS engine loop mechanism: synchronous, asynchronous, event loop
随机推荐
Gets all dates between two times
Wechat payment function
Unity camera rotation with sliding effect (rotation)
redis和mysql区别
静态流水线和动态流水线的区别认识
QPushbutton 槽函数被多次触发
Unity3d practical skills - theoretical knowledge base (I)
DIY 一个 Excel 版的子网计算器
unity摄像机旋转带有滑动效果(自转)
Painless upgrade of pixel series
Windows remote connection to redis
PHP 统计指定文件夹下文件的数量
leetcode——启发式搜索
The unity camera rotates with the mouse
MySQL -- execution process and principle of a statement
Repair of self calibration SPC failure of Tektronix oscilloscope dpo3054
JS engine loop mechanism: synchronous, asynchronous, event loop
Excel protects worksheets and workbooks from damage
深度学习笔记 —— 数据增广
Flink's important basics