Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Intel libraries (MKL, TBB, IPP). Remove parallelSTL / oneDPL. #6809

Merged
merged 34 commits into from
Aug 20, 2024

Commits on May 31, 2024

  1. [WIP] Update TBB, MKL, DPL to latest

    TBB linked dynamically - link errors
    ssheorey committed May 31, 2024
    Configuration menu
    Copy the full SHA
    e3ef4e9 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. tbb undefined symbols fix

    ssheorey committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    ffa1a82 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    fb12fc5 View commit details
    Browse the repository at this point in the history
  2. Link tbb with full path.

    ssheorey committed Jun 2, 2024
    Configuration menu
    Copy the full SHA
    7b27edd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    146e222 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    c28a890 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Fix ipp path

    ssheorey committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    de04b88 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    419a241 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2024

  1. Replace OneDPL with TBB in ParallelScan.h

    IPP version check for directory layout
    TBB linking is still WIP
    Attempt with FetchContent.
    ssheorey committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    e52a208 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. fetchcontent

    Open3D viewer, libopen3d, pybind, tf_ops and torch_ops work
    ssheorey committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    8e20d19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6725b37 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    7f6b4a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Configuration menu
    Copy the full SHA
    a09fd60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a856937 View commit details
    Browse the repository at this point in the history
  3. add tbb.lib to release

    ssheorey committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    cd2977d View commit details
    Browse the repository at this point in the history
  4. Merge branch 'ss/oneapi-update' of https://github.com/isl-org/Open3D

    …into ss/oneapi-update
    ssheorey committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    3090869 View commit details
    Browse the repository at this point in the history
  5. style

    ssheorey committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    c93c6cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39fb3d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    cbf5e5c View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    74c4bb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Linux -start-group fix for MKL

    Windows linking fix
    
    style fix
    ssheorey committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    488497e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab4987c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Add Open3D DSO by soname to Python package if BUILD_SHARED.

    Link to MKL before TBB to fix link errors.
    ssheorey committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    5f606b8 View commit details
    Browse the repository at this point in the history
  2. bug fixes

    ssheorey committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    41dfe66 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. bug fixes 2

    ssheorey committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    7eeb6fd View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. try fix arm64 TLS error

    Add TCM_ENABLE=1 to python
    ssheorey committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    e4338d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    26d3de3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Filament also needs libunwind with newer llvm / libc++ / libc++abi. A…

    …dd to build and python wheel.
    ssheorey committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    e2111db View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. libunwind find_library fix

    ssheorey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    ae2b592 View commit details
    Browse the repository at this point in the history
  2. cmake warnings fix

    ssheorey committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    90743e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    937a625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5553cb7 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. revert fetchcontent_makeavailable -> fetchcontent_populate for qhull …

    …fetchcontent to avoid Windows build errors
    ssheorey committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    3eb5962 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4402f2 View commit details
    Browse the repository at this point in the history