When using Cloo in C#, ComputePlatform.Platforms.Count is zero, even though I have a graphics card installed (obviously)

262 Views Asked by At

I need to access my graphics card using Cloo in C#. When I try to access it through ComputePlatform.Platforms, this list is empty. My drivers are up to date, I have tried doing this is Visual Studio 2013 and 2015, but no results. Please help!

1

There are 1 best solutions below

0
user3237998 On

I needed to download and install the CUDA Drivers, this fixed the problem.