Add support for AMD Radeon 890M GPU #2401
-
Summary of featureA clear and concise description of what you want to happen. CommentsHi, as many people are using latest CPU from AMD, esp. for those AMD Ryzen AI 9 HX 370 CPU with built-in Radeon 890M GPU, I want to know if the repo will support this new GPU, or at least for the new version 3.0. Does this have a proposal?Check the documentation/proposals folder. If it doesn't have one, you may need to create one if you're making massive breaking changes. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Whether or not a specific GPU is supported is not up to Silk.NET but the GPU driver. The library has no bearing on what GPUs are or aren't supported, as it just provides bindings to the APIs directly. Although considering how recently the GPU was released I'm willing to bet all the modern graphics APIs will work fine on the GPU. |
Beta Was this translation helpful? Give feedback.
Whether or not a specific GPU is supported is not up to Silk.NET but the GPU driver. The library has no bearing on what GPUs are or aren't supported, as it just provides bindings to the APIs directly. Although considering how recently the GPU was released I'm willing to bet all the modern graphics APIs will work fine on the GPU.