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

new code, new compile error: #62

Open xinsuinizhuan opened 4 years ago

xinsuinizhuan commented 4 years ago

I dowload newest code, some compile error: 1、 图片 2、when i set the first to std:stirng, then compile : 图片

josephjaspers commented 4 years ago

I will look into it!

josephjaspers commented 4 years ago

Sorry for the slow reply, should be working now!

https://github.com/josephjaspers/blackcat_tensors/commit/dab8db82568b1bca8475b9720ce1f8e98626a611

xinsuinizhuan commented 4 years ago

Sorry for the slow reply, should be working now!

dab8db8

Oh, no, new compile error: neural_networks\layers\feedforward.h(131,1): error C2955: 'bc::system_tag': use of class template requires template argument list 1585296397(1)