Skip to content

Added fixed-precision numbers using Int32 and Int64 base types. #1298

Added fixed-precision numbers using Int32 and Int64 base types.

Added fixed-precision numbers using Int32 and Int64 base types. #1298

Triggered via pull request February 1, 2024 09:11
@m4rs-mtm4rs-mt
synchronize #1162
fixed_ints
Status Failure
Total duration 12m 47s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 20 warnings
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU.Algorithms/Random/RandomRanges.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU.Algorithms/Vectors/VectorTypes.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU.Algorithms/Random/RandomRanges.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU.Algorithms/Vectors/VectorTypes.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Samples/ILGPU.Samples.sln, net6.0)
Process completed with exit code 1.
Analyze (Samples/ILGPU.Samples.sln, net6.0)
The step failed and an error occurred when attempting to determine whether to continue on error.
Analyze (Samples/ILGPU.Samples.sln, net6.0)
The template is not valid. .github/workflows/codeql-analysis.yml (Line: 79, Col: 26): Unexpected value ''
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU.Algorithms/Random/RandomRanges.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU.Algorithms/Vectors/VectorTypes.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU.Algorithms/Random/RandomRanges.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU.Algorithms/Vectors/VectorTypes.cs#L45
The type or namespace name 'FixedPrecision' does not exist in the namespace 'ILGPU.Algorithms' (are you missing an assembly reference?)
Analyze (Src/ILGPU.sln, net6.0)
Process completed with exit code 1.
Analyze (Src/ILGPU.sln, net6.0)
The step failed and an error occurred when attempting to determine whether to continue on error.
Analyze (Src/ILGPU.sln, net6.0)
The template is not valid. .github/workflows/codeql-analysis.yml (Line: 79, Col: 26): Unexpected value ''
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU/Backends/Velocity/VelocityGenerationModule.cs#L113
Possible null reference argument for parameter 'type' in 'FieldInfo ILEmitterExtensions.GetFieldInfo(Type type, int fieldIndex)'.
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU/Backends/IL/ILBackend.cs#L328
Converting null literal or possible null value to non-nullable type.
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU/Backends/IL/ILBackend.cs#L337
Dereference of a possibly null reference.
Analyze (Samples/ILGPU.Samples.sln, net6.0): Src/ILGPU/Backends/Velocity/VelocityGenerationModule.cs#L113
Possible null reference argument for parameter 'type' in 'FieldInfo ILEmitterExtensions.GetFieldInfo(Type type, int fieldIndex)'.
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU/Backends/Velocity/VelocityGenerationModule.cs#L113
Possible null reference argument for parameter 'type' in 'FieldInfo ILEmitterExtensions.GetFieldInfo(Type type, int fieldIndex)'.
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU/IR/Types/StructureType.cs#L931
Possible null reference return.
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU/Runtime/Kernel.cs#L267
Possible null reference return.
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU/Backends/IL/ILBackend.cs#L328
Converting null literal or possible null value to non-nullable type.
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU/Backends/IL/ILBackend.cs#L337
Dereference of a possibly null reference.
Analyze (Src/ILGPU.sln, net6.0): Src/ILGPU/Backends/Velocity/VelocityGenerationModule.cs#L113
Possible null reference argument for parameter 'type' in 'FieldInfo ILEmitterExtensions.GetFieldInfo(Type type, int fieldIndex)'.