xtensor-blas icon indicating copy to clipboard operation
xtensor-blas copied to clipboard

Build fail with Visual Studio 2015

Open gschwind opened this issue 5 years ago • 2 comments

Hello,

I try to build some code using xtensor-blas but I get compilation errors. First I have to add an end-of-line to the last line of gemm.tcc, see error log Project2-end-of-line-missing.log. Once the end-of-line error is fixed, I reach a more complex error as describe in Project2-missing-declaration.log.

I'm able to build the same code using llvm on Window and gcc on Linux, but not using visual studio 2015 compiler.

Please let me know if you have work-arround.

Best regards.

Project2-end-of-line-missing.log Project2-missing-declaration.log

gschwind avatar May 19 '20 06:05 gschwind

I solved the issue by removing some optimization as follow: gschwind/xtensor-blas@085fa0e07c3c4c3128215b6f8f584ef57ffad4b1

gschwind avatar May 20 '20 07:05 gschwind

Thanks for reporting! We are a bit swamped with other tasks, we'll have a look as soon as we can.

JohanMabille avatar May 20 '20 13:05 JohanMabille