[all-commits] [llvm/llvm-project] 0b2e0e: [pstl] Support Threading Building Blocks 2020 (one...

MikeDvorskiy via All-commits all-commits at lists.llvm.org
Mon Sep 14 04:22:34 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b2e0e80d963f3498705a38e8d02eafe541ca9d6
      https://github.com/llvm/llvm-project/commit/0b2e0e80d963f3498705a38e8d02eafe541ca9d6
  Author: Dvorskiy, Mikhail <mikhail.dvorskiy at intel.com>
  Date:   2020-09-14 (Mon, 14 Sep 2020)

  Changed paths:
    M pstl/include/pstl/internal/parallel_backend_tbb.h

  Log Message:
  -----------
  [pstl] Support Threading Building Blocks 2020 (oneTBB) for "tbb" parallel backend.

After the changes the "tbb" parallel backend will work with old TBB versions(TBB_INTERFACE_VERSION <= 12000) and new ones (TBB 2020 and greater)

More about oneTBB:
https://github.com/oneapi-src/oneTBB

Phabricator Review:
https://reviews.llvm.org/D87380




More information about the All-commits mailing list