Skip to content

WIP - Speed improvements to resize convolution (no vpermps w/ FMA) #4606

WIP - Speed improvements to resize convolution (no vpermps w/ FMA)

WIP - Speed improvements to resize convolution (no vpermps w/ FMA) #4606

Triggered via pull request August 22, 2024 11:20
Status Failure
Total duration 5m 15s
Artifacts 1

build-and-test.yml

on: pull_request
Matrix: Build
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 30 warnings
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false)
Process completed with exit code 1.
Build (false, windows-latest, net8.0, 8.0.x, -x64, false)
The job was canceled because "false_ubuntu-latest_net8_" failed.
Build (false, windows-latest, net8.0, 8.0.x, -x64, false)
The operation was canceled.
Build (false, macos-13, net8.0, 8.0.x, -x64, false)
The job was canceled because "false_ubuntu-latest_net8_" failed.
Build (false, macos-13, net8.0, 8.0.x, -x64, false)
The operation was canceled.
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/StructCasting.cs#L28
Argument 1 should be a variable because it is passed to a 'ref readonly' parameter
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L13
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L15
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Processing/Resize.cs#L19
Member 'bytes' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_LoadFromInt16.cs#L16
Member 'dest' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Quantize.cs#L14
Member 'result' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/EncodeJpegComparison.cs#L25
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, ubuntu-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/EncodeJpegFeatures.cs#L32
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/StructCasting.cs#L28
Argument 1 should be a variable because it is passed to a 'ref readonly' parameter
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L15
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L13
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Processing/Resize.cs#L19
Member 'bytes' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/LoadResizeSave/LoadResizeSaveStressRunner.cs#L36
This call site is reachable on all platforms. 'ImageFormat.Guid' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/LoadResizeSave/LoadResizeSaveStressRunner.cs#L36
This call site is reachable on all platforms. 'ImageCodecInfo.FormatID' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/LoadResizeSave/LoadResizeSaveStressRunner.cs#L36
This call site is reachable on all platforms. 'ImageFormat.Jpeg' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build (false, windows-latest, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/LoadResizeSave/LoadResizeSaveStressRunner.cs#L36
This call site is reachable on all platforms. 'ImageCodecInfo.GetImageEncoders()' is only supported on: 'windows'. (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1416)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/StructCasting.cs#L28
Argument 1 should be a variable because it is passed to a 'ref readonly' parameter
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L13
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L15
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L17
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/General/Vectorization/SIMDBenchmarkBase.cs#L19
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Processing/Resize.cs#L19
Member 'bytes' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_LoadFromInt16.cs#L16
Member 'dest' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/BlockOperations/Block8x8F_Quantize.cs#L14
Member 'result' is explicitly initialized to its default value (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1805)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/EncodeJpegComparison.cs#L25
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)
Build (false, macos-13, net8.0, 8.0.x, -x64, false): tests/ImageSharp.Benchmarks/Codecs/Jpeg/EncodeJpegFeatures.cs#L35
Do not declare visible instance fields (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1051)

Artifacts

Produced during runtime
Name Size
actual_output_Linux_net8.0-x64.zip
261 MB