Q.

In CUDA memory model there are following memory types available:
a) Registers;
b) Local Memory;
c) Shared Memory;
d) Global Memory;
e) Constant Memory;
f) Texture Memory.

A. a, b, d, f
B. a, c, d, e, f
C. a, b, c, d, e, f
D. b, c, e, f
Answer» C. a, b, c, d, e, f

Discussion

No comments yet