Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi, Rantanplan!

  • TBB is independent from processor, it can run on AMD (Intel FAQ).
  • I saw a problem with 2.0 TBB version (solution). Try to update TBB version to actual, if this isn't important.
  • To be completeness, are you set -DWITH_TBB=ON when run cmake? This turn on TBB support.

Hi, Rantanplan!

  • TBB is independent from processor, it can run on AMD (Intel FAQ).
  • I saw a problem with 2.0 TBB version (solution). Try to update TBB version to actual, if this isn't important.
  • To be completeness, are you set -DWITH_TBB=ON when run cmake? This turn on TBB support.
  • Also you can write in traincascade.cpp the section:
#ifdef HAVE_TBB
printf("TBB is used\n");
#endif

If printf executed, then TBB is ok.