microsoft / graphics-driver-samples

This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
Other
382 stars 135 forks source link

Update cos.inf to make the compute driver to belong to the ComputeAccelerator class #98

Open iourit opened 1 year ago

iourit commented 1 year ago

There is a dedicated device class for compute accelerators - ComputeAccelerator, which the driver should use.