Sorting: consistently use alg keyword for algorithm selection
#422
Triggered via pull request
September 3, 2026 14:28
Status
Success
Total duration
2h 2m 59s
Artifacts
–
Annotations
1 warning and 1 notice
|
Documentation:
../../../.julia/packages/Documenter/13nbQ/src/utilities/utilities.jl#L49
14 docstrings not included in the manual:
AcceleratedKernels.reverse! :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.reverse! :: Union{Tuple{AbstractArray, AbstractArray}, Tuple{AbstractArray, AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels._radix_sort! :: Union{Tuple{AbstractArray{T}}, Tuple{T}, Tuple{AbstractArray{T}, KernelAbstractions.Backend}} where T
AcceleratedKernels.merge_sort_by_key! :: Union{Tuple{AbstractArray, AbstractArray}, Tuple{AbstractArray, AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.merge_sortperm :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.merge_sort! :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.merge_sortperm! :: Union{Tuple{AbstractArray, AbstractArray}, Tuple{AbstractArray, AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.merge_sortperm_lowmem! :: Union{Tuple{AbstractArray, AbstractArray}, Tuple{AbstractArray, AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.sample_sort! :: Tuple{AbstractArray}
AcceleratedKernels.reverse :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.merge_sortperm_lowmem :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.merge_sort_by_key :: Union{Tuple{AbstractArray, AbstractArray}, Tuple{AbstractArray, AbstractArray, KernelAbstractions.Backend}}
AcceleratedKernels.sample_sortperm! :: Tuple{AbstractArray, AbstractArray}
AcceleratedKernels.merge_sort :: Union{Tuple{AbstractArray}, Tuple{AbstractArray, KernelAbstractions.Backend}}
These are docstrings in the checked modules (configured with the modules keyword)
that are not included in canonical @docs or @autodocs blocks.
|
|
[julia-buildpkg] Caching of the julia depot was not detected
Consider using `julia-actions/cache` to speed up runs https://github.com/julia-actions/cache To ignore, set input `ignore-no-cache: true`
|