microsoft / OpenCLOn12

The OpenCL-on-D3D12 mapping layer
MIT License
104 stars 13 forks source link

Some D3D12 drivers don't like being cleaned up during process termination #6

Closed jenatali closed 3 years ago

jenatali commented 3 years ago

We should probably just leak the global platform object if any contexts/D3D devices are still alive at process termination, rather than trying to clean it up.

jenatali commented 3 years ago

Fixed by 11023a8.