Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
coverage:
ignore:
- "src/*/lib*.jl"
- "src/device"
- "docs/"
status:
patch:
Expand Down
4 changes: 0 additions & 4 deletions src/kernels/mapreduce.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
## COV_EXCL_START

# TODO
# - serial version for lower latency
# - group-stride loop to delay need for second kernel launch
Expand Down Expand Up @@ -81,8 +79,6 @@ function partial_mapreduce_device(f, op, neutral, Rreduce, Rother, R, As...)
return
end

## COV_EXCL_STOP

function GPUArrays.mapreducedim!(
f::F, op::OP, R::AnyROCArray{T},
A::Union{AbstractArray,Broadcast.Broadcasted}; init=nothing,
Expand Down
Loading