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

Vectorize TensorPrimitives.Tan #98299

Merged
merged 3 commits into from
Feb 15, 2024

Temporarily disable vectorization for TanPi.

e3861ee
Select commit
Loading
Failed to load commit list.
Merged

Vectorize TensorPrimitives.Tan #98299

Temporarily disable vectorization for TanPi.
e3861ee
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Feb 15, 2024 in 0s

.NET Result Analysis

Details

⚠️ The following pipeline(s) will not be analyzed as has been explicited excluded from analysis

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from runtime]

    System.Reflection.Emit.Tests.SignatureHelperDynamicCodeNotSupported.ThrowsWhenDynamicCodeNotSupported [Console] [Details] [Artifacts] [0.00% failure rate]
    [ 🚧 Report test infrastructure issue] [ 📄 Report test repository issue]

    Failing Configuration

    Exception Message
    System.BadImageFormatException : Method has zero rva
    CallStack
       at System.Runtime.Serialization.SerializationGuard.ThrowIfDeserializationInProgress(String switchSuffix, Int32& cachedValue) in /_/src/libraries/Common/src/System/Runtime/Serialization/SerializationGuard.cs:line 20
       at System.Diagnostics.Process.Start() in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs:line 1280
       at System.Diagnostics.Process.Start(ProcessStartInfo startInfo) in /_/src/libraries/System.Diagnostics.Process/src/System/Diagnostics/Process.cs:line 1350
       at Microsoft.DotNet.RemoteExecutor.RemoteExecutor.Invoke(MethodInfo method, String[] args, RemoteInvokeOptions options, Boolean pasteArguments) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs:line 470
       at Microsoft.DotNet.RemoteExecutor.RemoteExecutor.Invoke(Action method, RemoteInvokeOptions options) in /_/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs:line 118
       at System.Reflection.Emit.Tests.SignatureHelperDynamicCodeNotSupported.ThrowsWhenDynamicCodeNotSupported() in /_/src/libraries/System.Reflection.Emit.ILGeneration/tests/SignatureHelper/SignatureHelperDynamicCodeNotSupported.cs:line 17
       at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args) in /_/src/mono/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.Mono.cs:line 22
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr) in /_/src/libraries/System.Private.CoreLib/src/System/Reflection/MethodBaseInvoker.cs:line 57

Was this helpful? Yes No