fix cargo doc warnings -- convert urls to auto links
This commit is contained in:
parent
c4b6a0fee6
commit
62058dc141
|
@ -210,10 +210,10 @@ impl PrefixSumOp {
|
||||||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
|
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug)]
|
||||||
pub enum PrefixSumAlgorithm {
|
pub enum PrefixSumAlgorithm {
|
||||||
/// Uses the algorithm from:
|
/// Uses the algorithm from:
|
||||||
/// https://en.wikipedia.org/wiki/Prefix_sum#Algorithm_1:_Shorter_span,_more_parallel
|
/// <https://en.wikipedia.org/wiki/Prefix_sum#Algorithm_1:_Shorter_span,_more_parallel>
|
||||||
LowLatency,
|
LowLatency,
|
||||||
/// Uses the algorithm from:
|
/// Uses the algorithm from:
|
||||||
/// https://en.wikipedia.org/wiki/Prefix_sum#Algorithm_2:_Work-efficient
|
/// <https://en.wikipedia.org/wiki/Prefix_sum#Algorithm_2:_Work-efficient>
|
||||||
WorkEfficient,
|
WorkEfficient,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue