atomic operations

atomic operations

int atomic_xchg ( volatile __global int *p, int val)

Description

Swaps the old value stored at location p with new value given by val. Returns old value.

from: https://www.khronos.org/registry/OpenCL/sdk/1.1/docs/man/xhtml/atomic_xchg.html

atomic operations

上一篇:运行ipython后显示WARNING: IPython History requires SQLite, your history will not be saved


下一篇:DBA_Oracle Startup / Shutdown启动和关闭过程详解(概念)(对数据库进行各种维护操作)