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

Enabling c++20 on linux #17816

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Enabling c++20 on linux #17816

wants to merge 26 commits into from

Commits on Oct 6, 2023

  1. Trying out c++20 on linux

    jchen351 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    81fbc65 View commit details
    Browse the repository at this point in the history
  2. Enabling "set_property(TARGET onnxruntime_test_all APPEND_STRING PROP…

    …ERTY LINK_FLAGS " -s ASSERTIONS=2 -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=2")"
    jchen351 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    c72c40e View commit details
    Browse the repository at this point in the history
  3. Revert "Enabling "set_property(TARGET onnxruntime_test_all APPEND_STR…

    …ING PROPERTY LINK_FLAGS " -s ASSERTIONS=2 -s SAFE_HEAP=1 -s STACK_OVERFLOW_CHECK=2")""
    
    This reverts commit c72c40e.
    jchen351 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    512cd4d View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    e9fd1ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3a69d0 View commit details
    Browse the repository at this point in the history
  3. -Wdeprecated-declarations

    jchen351 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    2e795b4 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    c46ab4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11f8d5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    107788f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7646254 View commit details
    Browse the repository at this point in the history
  5. TreeAggregatorMin

    jchen351 committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    661a465 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 6, 2024

  1. [=

    jchen351 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    168beb8 View commit details
    Browse the repository at this point in the history
  2. qembed_layer_norm.cc:97:50

    jchen351 committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    3736658 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    89d8e59 View commit details
    Browse the repository at this point in the history
  2. is_trivial

    jchen351 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    2d6abd5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Jun 20, 2024

  1. Merge remote-tracking branch 'refs/remotes/origin/main' into Cjian/li…

    …nux_c++20
    
    # Conflicts:
    #	onnxruntime/contrib_ops/cuda/math/cufft_plan_cache.h
    #	orttraining/orttraining/training_ops/cuda/nn/conv_shared.h
    #	orttraining/orttraining/training_ops/rocm/nn/conv_grad.cc
    jchen351 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    31cb371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a385a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41c821e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cc3f411 View commit details
    Browse the repository at this point in the history
  5. #if __cplusplus >= 202002L

    jchen351 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    84122a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5244cc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e10f73 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c669ead View commit details
    Browse the repository at this point in the history