書籍 "C++で学ぶディープラーニング" のサンプルに出てくる cuMat/cuMat.h のコンパイルエラーに関して。
https://github.com/takezo5096/cuMat/blob/master/cuMat.h
おんちゃんの、開発環境
Windows10
VisualStudio 2017 Community (VS 2017 用 x64 Native Tools コマンド プロンプト -> cl.exe)
Cuda tool kit 10.1(cuda_10.1.105_418.96_win10.exe)
boost_1_68_0
で、上記 cuMat.h をインクルードしてプログラムサンプルをコンパイルしようとすると、エラーが出たので、その対応方法を書いてみました。