Graphics driver “hello world” example? [closed]
Step 1: Understand the particular GPU you are targetting (Architecture, register and stream details). I am afraid for many of the GPUs these details may be proprietary and you may not get it. (But as you mentioned, in your case specs are available) Step 2: Add some calls in your driver that are able to … Read more