Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/env/tbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set -eo pipefail
SCRIPT_PATH=$(readlink -f "${BASH_SOURCE[0]}")
SCRIPT_DIR=$(dirname "${SCRIPT_PATH}")
ONEDAL_DIR=$(readlink -f "${SCRIPT_DIR}/../..")
TBB_DEFAULT_VERSION=v2022.2.0
TBB_DEFAULT_VERSION=v2022.3.0

# Function to display help
show_help() {
Expand Down
4 changes: 2 additions & 2 deletions .ci/pipeline/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pr:

variables:
OPENBLAS_VERSION : 'v0.3.27'
TBB_VERSION : 'v2021.10.0'
TBB_VERSION : 'v2022.3.0'
VM_IMAGE : 'ubuntu-24.04'
WIN_VM_IMAGE : 'windows-2022'
SYSROOT_OS: 'noble'
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
platform.type : 'lnxriscv64'
OPENBLAS_VERSION : 'v0.3.27'
OPENBLAS_CACHE_DIR : $(Pipeline.Workspace)/openblas-riscv64-clang
TBB_VERSION : 'v2021.10.0'
TBB_VERSION : 'v2022.3.0'
TBB_CACHE_DIR : $(Pipeline.Workspace)/tbb-riscv64-clang
SYSROOT_CACHE_DIR: $(Pipeline.Workspace)/sysroot-riscv64
pool:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

env:
DEP_DIR: ${{ github.workspace }}/__deps
TBB_VERSION: v2022.2.0
TBB_VERSION: v2022.3.0
OPENBLAS_VERSION: v0.3.29
OPENRNG_VERSION: 'v24.04'

Expand Down
2 changes: 1 addition & 1 deletion dev/download_tbb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# limitations under the License.
#===============================================================================

TBB_VERSION="2021.10.0"
TBB_VERSION="2022.3.0"
TBB_URL_ROOT="https://github.com/uxlfoundation/oneTBB/releases/download/v${TBB_VERSION}"

os=$(uname)
Expand Down
Loading