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

[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' #92484

Commits on Sep 22, 2023

  1. [release/8.0-rc2] [browser] Fix SIMD+EH check (dotnet#92439)

    * Move simd+eh check after emcripten provided build time values
    
    * Call cwraps.mono_wasm_abort from runtimeHelpers.abort when cwraps are ready (onRuntimeInitializedAsync)
    
    * Assign early mono_wasm_exit and abort even earlier
    
    * Fire feature check before awaiting wasm download, but await it after.
    
    * Whitespaces
    
    ---------
    
    Co-authored-by: Marek Fišera <mara@neptuo.com>
    github-actions[bot] and maraf authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    b1dbbb9 View commit details
    Browse the repository at this point in the history
  2. [release/8.0-rc2] Address feedback and fix some TensorPrimitives issu…

    …es (dotnet#92437)
    
    * Address feedback and fix some TensorPrimitives issues
    
    - Added a few APIs based on initial feedback: Abs (vectorized), Log2, and element-wise Max/Min{Magnitude}
    - Renamed L2Normalize to Norm
    - Fixed semantics of Min/MaxMagnitude to return original value rather than the absolute value
    - Renamed a few helper types for consistency
    - Added tests
    
    * Add a few more uses of Tolerance
    
    ---------
    
    Co-authored-by: Stephen Toub <stoub@microsoft.com>
    github-actions[bot] and stephentoub authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    63d0c64 View commit details
    Browse the repository at this point in the history
  3. [release/8.0-rc2] Make HostModel PEUtils always read/write little end…

    …ian (dotnet#92441)
    
    * Make HostModel PEUtils always read/write little endian
    
    * PR feeback - helper methods
    
    ---------
    
    Co-authored-by: Elinor Fung <elfung@microsoft.com>
    github-actions[bot] and elinor-fung authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    40ccd8b View commit details
    Browse the repository at this point in the history
  4. Update dependencies from https://github.com/dotnet/emsdk build 202309…

    …21.3 (dotnet#92454)
    
    Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
     From Version 8.0.0-rc.2.23469.4 -> To Version 8.0.0-rc.2.23471.3
    
    Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
    dotnet-maestro[bot] and dotnet-maestro[bot] authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    fed0f78 View commit details
    Browse the repository at this point in the history
  5. [release/8.0-rc2] Ensure that embedded broadcast checks the base type…

    … of the parent node (dotnet#92459)
    
    * Ensure that embedded broadcast checks the base type of the parent node
    
    * Ensure the regression test exits if AVX2 is not supported
    
    * Also handle embedded broadcasts for mismatched memory sizes
    
    ---------
    
    Co-authored-by: Tanner Gooding <tagoo@outlook.com>
    github-actions[bot] and tannergooding authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    0717e52 View commit details
    Browse the repository at this point in the history
  6. [release/8.0-rc2] Do not call SignalSession on invalid session IDs (d…

    …otnet#92444)
    
    * Update EventPipeEventDispatcher.cs
    
    * Update EventPipeEventDispatcher.cs
    
    ---------
    
    Co-authored-by: David Mason <davmason@microsoft.com>
    github-actions[bot] and davmason authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    873b3cc View commit details
    Browse the repository at this point in the history
  7. [release/8.0-rc2] Ensure Bind can handle null from GetSection (dotnet…

    …#92477)
    
    * Ensure Bind can handle null from GetSection
    
    IConfiguration instances may return a null value from GetSection.
    We were not handling this and would throw a NullReferenceException.
    
    * Address feedback
    
    * Remove Moq from ConfigBinder tests
    
    ---------
    
    Co-authored-by: Eric StJohn <ericstj@microsoft.com>
    github-actions[bot] and ericstj authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    974edf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6cc5257 View commit details
    Browse the repository at this point in the history