[all-commits] [llvm/llvm-project] e837f4: [libc++][PSTL] Add a simple std::thread backend

philnik777 via All-commits all-commits at lists.llvm.org
Wed May 24 15:34:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e837f4b7dbc32f085d0fe86b2de91e1da14afaa6
      https://github.com/llvm/llvm-project/commit/e837f4b7dbc32f085d0fe86b2de91e1da14afaa6
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-05-24 (Wed, 24 May 2023)

  Changed paths:
    M libcxx/CMakeLists.txt
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/pstl_backend.h
    M libcxx/include/__algorithm/pstl_backends/cpu_backends/backend.h
    A libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
    M libcxx/include/__config
    M libcxx/include/__config_site.in
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/private_headers.verify.cpp

  Log Message:
  -----------
  [libc++][PSTL] Add a simple std::thread backend

This is just to test that the PSTL works with parallelization. This is not supposed to be a production-ready backend.

Reviewed By: ldionne, #libc

Spies: EricWF, arichardson, libcxx-commits

Differential Revision: https://reviews.llvm.org/D150284




More information about the All-commits mailing list