Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add vector mean computation #1275

Merged
merged 16 commits into from
Oct 20, 2023

Fix reference compute mean impl, add test

ed9c4b7
Select commit
Loading
Failed to load commit list.
Merged

Add vector mean computation #1275

Fix reference compute mean impl, add test
ed9c4b7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 19, 2023 in 1s

89.70% of diff hit (within 5.00% threshold of 91.15%)

View this Pull Request on Codecov

89.70% of diff hit (within 5.00% threshold of 91.15%)

Annotations

Check warning on line 334 in core/device_hooks/common_kernels.inc.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/device_hooks/common_kernels.inc.cpp#L334

Added line #L334 was not covered by tests

Check warning on line 608 in core/distributed/vector.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/distributed/vector.cpp#L606-L608

Added lines #L606 - L608 were not covered by tests

Check warning on line 611 in core/distributed/vector.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/distributed/vector.cpp#L611

Added line #L611 was not covered by tests

Check warning on line 516 in core/matrix/dense.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/matrix/dense.cpp#L515-L516

Added lines #L515 - L516 were not covered by tests