Hanjun-Dai / graphnn

Training computational graph on top of structured data (string, graph, etc)
MIT License
288 stars 91 forks source link

src/nn/row_selection.cpp:3:21: fatal error: tbb/tbb.h: 没有那个文件或目录 #include "tbb/tbb.h" ^ compilation terminated. Makefile:53: recipe for target 'build/objs/cxx/nn/row_selection.o' failed #20

Closed HackerHyper closed 6 years ago

HackerHyper commented 6 years ago

src/nn/row_selection.cpp:3:21: fatal error: tbb/tbb.h: 没有那个文件或目录

include "tbb/tbb.h"

                 ^

compilation terminated. Makefile:53: recipe for target 'build/objs/cxx/nn/row_selection.o' failed

Joyrocky commented 3 years ago

src/nn/row_selection.cpp:3:21: fatal error: tbb/tbb.h: 没有那个文件或目录

include "tbb/tbb.h"

^ compilation terminated. Makefile:53: recipe for target 'build/objs/cxx/nn/row_selection.o' failed

I have the same error with you,I would like to know that how did you solve the problem?

Hanjun-Dai commented 3 years ago

You need to install intel TBB