microsoft / graphics-driver-samples

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

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

Open iourit opened 2 years ago

iourit commented 2 years ago

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