etaler / Etaler

A flexable HTM (Hierarchical Temporal Memory) framework with full GPU support.
BSD 3-Clause "New" or "Revised" License
89 stars 14 forks source link

tbb.h deprecated warning #89

Closed marty1885 closed 4 years ago

marty1885 commented 4 years ago

Newer versions of TBB is now warning that tbb.h (used in CPUBackend.cpp) is deprecated.

In file included from /home/marty/Documents/Etaler/Etaler/Backends/CPUBackend.cpp:9:
/usr/include/tbb/tbb.h:21:154: note: #pragma message: TBB Warning: tbb.h contains deprecated functionality. For details, please see Deprecated Features appendix in the TBB reference manual.
   21 | #pragma message("TBB Warning: tbb.h contains deprecated functionality. For details, please see Deprecated Features appendix in the TBB reference manual.")
      |