josephjaspers / blackcat_tensors

Matrix-Vector Library Designed for Neural Network Construction. cuda (gpu) support, openmp (multithreaded cpu) support, partial support of BLAS, expression template based implementation PTX code generation identical to hand written kernels, and support for auto-differentiation
12 stars 4 forks source link

Add Support for Visual Studio Compiler (14+) #19

Closed josephjaspers closed 4 years ago

xinsuinizhuan commented 4 years ago

Yes.Need to support Visual Studio Compiler,then i will open the project by Visual Studio 12,then compiler the project!

josephjaspers commented 4 years ago

Added support for Visual Studio 2019 https://github.com/josephjaspers/BlackCat_Tensors/commit/b0e562f7b91a45903bba99e7eb158f586ec3cfe0

Tell me if this works for you, if it doesn't I'll I will try an older version of Visual Studio.