diff --git a/tutorials/README.md b/tutorials/README.md index ba0413a444..759ec37ca1 100644 --- a/tutorials/README.md +++ b/tutorials/README.md @@ -23,9 +23,9 @@ use the DPC++ compiler: set "INCLUDE=%DPCPP_DIR%\include;%INCLUDE%" set "LIB=%DPCPP_DIR%\lib;%LIB%" -Now download and unpack some recent TBB version for Windows, e.g. oneTBB 2021.2.0: +Now download and unpack some recent TBB version for Windows, e.g. oneTBB 2022.3.0: - https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-win.zip + https://github.com/oneapi-src/oneTBB/releases/download/v2022.3.0/oneapi-tbb-2022.3.0-win.zip To compile tutorials contained in this folder first create and enter a build folder inside the tutorial you want to compile. E.g. for the @@ -43,7 +43,7 @@ the Embree and TBB installation on your system. -D CMAKE_C_COMPILER=clang -D CMAKE_BUILD_TYPE=Release -D embree_DIR=%cd%\..\..\..\lib\cmake\embree-4.4.1\ - -D TBB_DIR=path_to_tbb\oneapi-tbb-2021.2.0\lib\cmake\tbb .. + -D TBB_DIR=path_to_tbb\oneapi-tbb-2022.3.0\lib\cmake\tbb .. Now you can build the tutorial: @@ -72,10 +72,10 @@ To properly configure your environment, you have to source the source dpcpp_compiler/startup.sh -Now download and unpack some recent TBB version for Linux, e.g. oneTBB 2021.2.0: +Now download and unpack some recent TBB version for Linux, e.g. oneTBB 2022.3.0: - wget https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-lin.tgz - tar xzf oneapi-tbb-2021.2.0-lin.tgz + wget https://github.com/oneapi-src/oneTBB/releases/download/v2022.3.0/oneapi-tbb-2022.3.0-lin.tgz + tar xzf oneapi-tbb-2022.3.0-lin.tgz To compile tutorials contained in this folder first create and enter a build folder inside the tutorial you want to compile. E.g. for the @@ -92,7 +92,7 @@ the Embree and TBB installation on your system. -D CMAKE_CXX_COMPILER=clang++ \ -D CMAKE_C_COMPILER=clang \ -D embree_DIR=`pwd`/../../../lib/cmake/embree-4.4.1/ \ - -D TBB_DIR=path_to_tbb/oneapi-tbb-2021.2.0/lib/cmake/tbb/ .. + -D TBB_DIR=path_to_tbb/oneapi-tbb-2022.3.0/lib/cmake/tbb/ .. Now you can build the tutorial: diff --git a/tutorials/README.md.in b/tutorials/README.md.in index c350dc69fd..11574434ae 100644 --- a/tutorials/README.md.in +++ b/tutorials/README.md.in @@ -23,9 +23,9 @@ use the DPC++ compiler: set "INCLUDE=%DPCPP_DIR%\include;%INCLUDE%" set "LIB=%DPCPP_DIR%\lib;%LIB%" -Now download and unpack some recent TBB version for Windows, e.g. oneTBB 2021.2.0: +Now download and unpack some recent TBB version for Windows, e.g. oneTBB 2022.3.0: - https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-win.zip + https://github.com/oneapi-src/oneTBB/releases/download/v2022.3.0/oneapi-tbb-2022.3.0-win.zip To compile tutorials contained in this folder first create and enter a build folder inside the tutorial you want to compile. E.g. for the @@ -43,7 +43,7 @@ the Embree and TBB installation on your system. -D CMAKE_C_COMPILER=clang -D CMAKE_BUILD_TYPE=Release -D embree_DIR=%cd%\..\..\..\lib\cmake\embree-@EMBREE_VERSION@\ - -D TBB_DIR=path_to_tbb\oneapi-tbb-2021.2.0\lib\cmake\tbb .. + -D TBB_DIR=path_to_tbb\oneapi-tbb-2022.3.0\lib\cmake\tbb .. Now you can build the tutorial: @@ -72,10 +72,10 @@ To properly configure your environment, you have to source the source dpcpp_compiler/startup.sh -Now download and unpack some recent TBB version for Linux, e.g. oneTBB 2021.2.0: +Now download and unpack some recent TBB version for Linux, e.g. oneTBB 2022.3.0: - wget https://github.com/oneapi-src/oneTBB/releases/download/v2021.2.0/oneapi-tbb-2021.2.0-lin.tgz - tar xzf oneapi-tbb-2021.2.0-lin.tgz + wget https://github.com/oneapi-src/oneTBB/releases/download/v2022.3.0/oneapi-tbb-2022.3.0-lin.tgz + tar xzf oneapi-tbb-2022.3.0-lin.tgz To compile tutorials contained in this folder first create and enter a build folder inside the tutorial you want to compile. E.g. for the @@ -92,7 +92,7 @@ the Embree and TBB installation on your system. -D CMAKE_CXX_COMPILER=clang++ \ -D CMAKE_C_COMPILER=clang \ -D embree_DIR=`pwd`/../../../lib/cmake/embree-@EMBREE_VERSION@/ \ - -D TBB_DIR=path_to_tbb/oneapi-tbb-2021.2.0/lib/cmake/tbb/ .. + -D TBB_DIR=path_to_tbb/oneapi-tbb-2022.3.0/lib/cmake/tbb/ .. Now you can build the tutorial: