Skip to content

added random projection vector indexing #9

added random projection vector indexing

added random projection vector indexing #9

Triggered via push July 10, 2024 23:26
Status Success
Total duration 1m 10s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build: BrightData/Buffer/InMemoryBuffer.cs#L74
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build: BrightData/Buffer/Operations/Conversion/ConversionBase.cs#L17
Field 'ConversionBase<FT, T>._onComplete' is never assigned to, and will always have its default value null
build: BrightData/LinearAlgebra/VectorIndexing/VectorSet.cs#L41
Missing XML comment for publicly visible type or member 'VectorSet<T>.VectorSet(LinearAlgebraProvider<T>, uint, uint, VectorIndexStrategy, VectorStorageType, uint?, int)'
build: BrightData/LinearAlgebra/VectorIndexing/VectorSet.cs#L156
Missing XML comment for publicly visible type or member 'VectorSet<T>.Rank(ReadOnlySpan<T>, DistanceMetric)'
build: BrightData.Cuda/CudaToolkit/Definitions.cs#L299
Field 'CuLaunchConfig.GridDimZ' is never assigned to, and will always have its default value 0
build: BrightData.Cuda/CudaToolkit/Definitions.cs#L298
Field 'CuLaunchConfig.GridDimY' is never assigned to, and will always have its default value 0
build: BrightData.Cuda/CudaToolkit/Definitions.cs#L293
Field 'CuLaunchAttribute.Value' is never assigned to, and will always have its default value
build: BrightData.Cuda/CudaToolkit/Definitions.cs#L291
Field 'CuLaunchAttribute.Id' is never assigned to, and will always have its default value
build: BrightData.Cuda/CudaToolkit/Definitions.cs#L292
Field 'CuLaunchAttribute.Pad' is never assigned to, and will always have its default value 0
build: BrightData.Cuda/CudaToolkit/Definitions.cs#L297
Field 'CuLaunchConfig.GridDimX' is never assigned to, and will always have its default value 0