【发布时间】:2018-02-13 08:59:00
【问题描述】:
例如:
struct Point
{
int x,
int y;
};
如果所有线程同时将自己的Point写入全局内存中的同一位置,那么该位置的最终结果Point是否有可能是线程A的x值和y值线程 B 的?
这个问题与Concurrent writes in the same global memory location和Is global memory write considered atomic in CUDA?密切相关
【问题讨论】:
-
@RobertCrovella:你去吧。