Skip to content

GPU - dedicated vs shared #607

Answered by inducer
perdigao1 asked this question in Q&A
Discussion options

You must be logged in to vote

To be unhelpful, this question is technically out of scope of PyOpenCL, which merely exposes the abstraction offered by OpenCL, and what physical memory is used to back allocations is up to the actual ICD ("driver"/"implementation"). So the right thing to do is to look at the documentation for the ICD.

To be a bit more helpful, a set of useful questions is:

  • which types of memory does each GPU have access to?
  • how are those types mapped into OpenCL?

Another question is, "how does Windows report this memory usage?". I unfortunately can't help with that, since I know next to nothing about Windows. The other two I can try.

For (current-gen) Intel, this is easy: There is only "DRAM on the mai…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@perdigao1
Comment options

Answer selected by perdigao1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants