Neural networks in openCl with visual studio

Hi!

I while back I wrote a neural network implementation in cuda, and would like to do the same thing in opencl. An important part in the algorithm is multiplication of matrixes, and for this purpose I would like to use a BLAS library. For example AMD:s Accelerated Parallel Processing Math Libraries. But so far I failed to get this to work in visual studio. Is there anyone who succeeded in this and can give me a hint?

The main part of my project is in .net, and I have been trying to write dll in c++ (in visual studio) to act as bridge. Works fine for general opencl, but I haven’t managed to get any blas library working…

Any help would be greatly appreciated.

Kind regards
Magnus Javerberg