Skip to content

Replace FloatUtils Conversion to Integral types through unions with casting - #7676

Open
abhishekdahad-1 wants to merge 1 commit into
dotnet:mainfrom
abhishekdahad-1:HashRoundRegisterSpill
Open

Replace FloatUtils Conversion to Integral types through unions with casting#7676
abhishekdahad-1 wants to merge 1 commit into
dotnet:mainfrom
abhishekdahad-1:HashRoundRegisterSpill

Replace FloatUtils Conversion to Integral types through unions with t…

d7c4c84
Select commit
Loading
Failed to load commit list.
Build Analysis / Build Analysis failed Aug 24, 2026 in 0s

.NET Result Analysis

Details

Tip

To unconditionally bypass the build analysis check (turn it green), you can use the escape mechanism feature. The completion time may vary, potentially taking several minutes, depending on the build analysis workload at the moment.

Build Failures

MachineLearning-CodeCoverage / Windows_x64 / Windows_x64 Build_Debug / Run All Tests.

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Cmd.exe exited with code '1'.

MachineLearning-CI / MacOS_cross_arm64 / MacOS_cross_arm64 Release_Build / Run Helix Tests

[ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]
    ❌Bash exited with code '1'.

Known test errors

Test Failures (1 tests failed)

🔹 [All failing tests from MachineLearning-CodeCoverage]

    Microsoft.ML.GenAI.LLaMA.Tests.LLaMA3_1Tests.Llama_3_1_405b_ShapeTest [Details] [0.00% failure rate]
    [ 🚧 Create issue against infrastructure team] [ 📄 Create issue in this repo]

    Failing Configuration

    Exception Message
    System.Runtime.InteropServices.SEHException : External component has thrown an exception.
    CallStack
       at TorchSharp.PInvoke.NativeMethods.THSNN_Module_to_dtype(HType module, SByte dtype, Boolean non_blocking)
       at TorchSharp.torch.nn.Module._to(ScalarType dtype, Boolean non_blocking)
       at TorchSharp.torch.nn.Module.MoveModule[T](Device device, Nullable`1 dtype)
       at TorchSharp.torch.nn.Linear(Int64 inputSize, Int64 outputSize, Boolean hasBias, Device device, Nullable`1 dtype)
       at Microsoft.ML.GenAI.LLaMA.LlamaForCausalLM..ctor(LlamaConfig config, String device) in D:\a\_work\1\s\src\Microsoft.ML.GenAI.LLaMA\LlamaForCausalLM.cs:line 45
       at Microsoft.ML.GenAI.LLaMA.Tests.LLaMA3_1Tests.Llama_3_1_405b_ShapeTest() in D:\a\_work\1\s\test\Microsoft.ML.GenAI.LLaMA.Tests\LLaMA3_1Tests.cs:line 57
       at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
       at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)

Was this helpful? Yes No