cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

shingoxlf
Journeyman III

For OpenCL code on CPU, where is the buffer resident?

If I run the OpenCL code on CPU, where is buffer or image located, are they in main memory or disk?

since for GPU code, it has to be in GPU memory.

0 Likes
1 Reply
genaganna
Journeyman III

Originally posted by: shingoxlf If I run the OpenCL code on CPU, where is buffer or image located, are they in main memory or disk?

since for GPU code, it has to be in GPU memory.

Main memory. 

0 Likes