C_and_CPP 板


LINE

因为推文感觉问题描述不清楚,乾脆回一篇问问题 看完这三个policy之後对於他的设计感到有点疑惑,因此跑回去看draft 这是今年二月的版本 http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0024r1.html 前一篇已经把这个草稿的精髓描述过了 我在这边只节录草稿中对於每个policy效果的描述 ##sequential_execution_policy The invocations of element access functions in parallel algorithms invoked with an execution policy object of type sequential_execution_policy are indeterminately sequenced (in) the calling thread. 基本上似乎是个fallback用的policy,让你在不改变呼叫形式的情况下也可以避免平行化 只是有个疑问,为什麽要设计成「不保证执行顺序 (indeterminately sequenced)」呢? 有趣的是在2015的初稿中,原本是保证依序执行的,不知甚麽原因被改掉了 ##parallel_execution_policy The invocations of element access functions in parallel algorithms invoked with an execution policy object of type parallel_execution_policy are permitted to execute in an unordered fashion in either the invoking thread or in a thread implicitly created by the library to support parallel algorithm execution. 还蛮好想像的行为,没甚麽问题 ##parallel_vector_execution_policy The invocations of element access functions in parallel algorithms invoked with an execution policy of type parallel_vector_execution_policy are permitted to execute in an unordered fashion in unspecified threads, and unsequenced with respect to one another within each thread. 问题来了,这个policy的优点何在? 乍看之下与parallel_execution_policy相较没有额外的好处,还会引入很多问题 例如前篇也提过的,许多synchronization都可能会变成deadlock 甚麽样的情况下会不用上一个policy而采用这个? --



※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 180.176.119.253
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/C_and_CPP/M.1463423025.A.33A.html
1F:推 LPH66: 也许是让回圈能被 vectorization (向量化)? 05/17 02:44
2F:→ LPH66: 就是每次回圈利用 SIMD 暂存器一次跑多个循环这样 05/17 02:44
3F:→ LPH66: 没有这条保证的话, 如前文所言乱序必须是拆 thread 才会有 05/17 02:46
4F:→ LPH66: 拆 thread 就会有一些 sequence 上的问题是 vectorization 05/17 02:47
5F:→ LPH66: 所无法保证的 05/17 02:47
6F:推 lsc36: 可以让compiler改变执行顺序来加速 05/17 10:35
7F:→ IKAFIRE: 感谢解答 05/17 10:53







like.gif 您可能会有兴趣的文章
icon.png[问题/行为] 猫晚上进房间会不会有憋尿问题
icon.pngRe: [闲聊] 选了错误的女孩成为魔法少女 XDDDDDDDDDD
icon.png[正妹] 瑞典 一张
icon.png[心得] EMS高领长版毛衣.墨小楼MC1002
icon.png[分享] 丹龙隔热纸GE55+33+22
icon.png[问题] 清洗洗衣机
icon.png[寻物] 窗台下的空间
icon.png[闲聊] 双极の女神1 木魔爵
icon.png[售车] 新竹 1997 march 1297cc 白色 四门
icon.png[讨论] 能从照片感受到摄影者心情吗
icon.png[狂贺] 贺贺贺贺 贺!岛村卯月!总选举NO.1
icon.png[难过] 羡慕白皮肤的女生
icon.png阅读文章
icon.png[黑特]
icon.png[问题] SBK S1安装於安全帽位置
icon.png[分享] 旧woo100绝版开箱!!
icon.pngRe: [无言] 关於小包卫生纸
icon.png[开箱] E5-2683V3 RX480Strix 快睿C1 简单测试
icon.png[心得] 苍の海贼龙 地狱 执行者16PT
icon.png[售车] 1999年Virage iO 1.8EXi
icon.png[心得] 挑战33 LV10 狮子座pt solo
icon.png[闲聊] 手把手教你不被桶之新手主购教学
icon.png[分享] Civic Type R 量产版官方照无预警流出
icon.png[售车] Golf 4 2.0 银色 自排
icon.png[出售] Graco提篮汽座(有底座)2000元诚可议
icon.png[问题] 请问补牙材质掉了还能再补吗?(台中半年内
icon.png[问题] 44th 单曲 生写竟然都给重复的啊啊!
icon.png[心得] 华南红卡/icash 核卡
icon.png[问题] 拔牙矫正这样正常吗
icon.png[赠送] 老莫高业 初业 102年版
icon.png[情报] 三大行动支付 本季掀战火
icon.png[宝宝] 博客来Amos水蜡笔5/1特价五折
icon.pngRe: [心得] 新鲜人一些面试分享
icon.png[心得] 苍の海贼龙 地狱 麒麟25PT
icon.pngRe: [闲聊] (君の名は。雷慎入) 君名二创漫画翻译
icon.pngRe: [闲聊] OGN中场影片:失踪人口局 (英文字幕)
icon.png[问题] 台湾大哥大4G讯号差
icon.png[出售] [全国]全新千寻侘草LED灯, 水草

请输入看板名称,例如:Boy-Girl站内搜寻

TOP