You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: "Host atomics on the pointer are not allowed"
554
+
- name: HOST_ATOMICS
555
+
desc: "Host atomics on the pointer are allowed. Requires $X_MEMORY_ACCESS_CAP_FLAG_ATOMIC returned by $xDeviceGetMemoryAccessProperties."
556
+
- name: NO_DEVICE_ATOMICS
557
+
desc: "Device atomics on the pointer are not allowed"
558
+
- name: DEVICE_ATOMICS
559
+
desc: "Device atomics on the pointer are allowed. Requires $X_MEMORY_ACCESS_CAP_FLAG_ATOMIC returned by $xDeviceGetMemoryAccessProperties."
560
+
- name: NO_SYSTEM_ATOMICS
561
+
desc: "Concurrent atomics on the pointer from both host and device are not allowed"
562
+
- name: SYSTEM_ATOMICS
563
+
desc: "Concurrent atomics on the pointer from both host and device are allowed. Requires $X_MEMORY_ACCESS_CAP_FLAG_CONCURRENT_ATOMIC returned by $xDeviceGetMemoryAccessProperties."
0 commit comments