Viewing profile — manover
manover
HN member- Joined
- Thu, Aug 04, 2011, 3:25 AM UTC
- HN karma
- 5
- Public activity
- 3 items
- HN profile
- View on Hacker News ↗
About manover
No profile information was provided.
Recent public activity
-
comment
Comment #8747690
In other words, OpenCL supports this very limited buffer interface due to compatibility issues, i.e. this kind of MMIO is the lowest common denominator that has to be implemented b…
-
comment
Comment #8747362
Yes, it's owned by the GPU, but you can map it to the regular space. In fact, this is exactly how textures and other data gets loaded to the video card. See http://en.wikipedia.org…
-
comment
Comment #8747298
Could anybody please explain to me why there is a need for a special treatment of VRAM compared to a regular system RAM in this use case? Assuming, we can perform an allocation in …