Hey Guys,
I have a question about GPU support in ML.NET.
My environment is:
• Visual Studio 2022 (Preview)
• .NET 6.0 (Preview)
I have downloaded and installed “ML.NET Model Builder GPU Support” and tested the GPU with Model Builder. Model Builder likes my GPU card as you can see:

It works o.k.
I have some legacy ML.NET code, and I am wondering if I re-build my old code will it use the newly installed GPU drivers?
How can I tell if my ML.NET project uses the GPU?
Charles