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

[gpuCI] Forward-merge branch-22.06 to branch-22.08 [skip gpuci] #674

Merged
merged 1 commit into from
May 24, 2022

Conversation

GPUtester
Copy link
Contributor

Forward-merge triggered by push to branch-22.06 that creates a PR to keep branch-22.08 up-to-date. If this PR is unable to be immediately merged due to conflicts, it will remain open for the team to manually merge.

A few fixes/improvements to the logger:

  - Removed one of the two duplicate versions (`common/detail/logger.hpp`)
  - Added `RAFT_LOG_TRACE_VEC` to trace device/host arrays
  - Added `inline` annotations to some of the helper functions (to fix the linker error)
  - Replaced `char[]` with `vector<char>` where applicable for safety and to address `clang-tidy` warnings
  - Changed the default logger level to be controlled by the macro `RAFT_ACTIVE_LEVEL` instead of the fixed `RAFT_LEVEL_INFO`, but set the default `RAFT_ACTIVE_LEVEL` to `RAFT_LEVEL_INFO`.

Authors:
  - Artem M. Chirkin (https://github.com/achirkin)

Approvers:
  - Micka (https://github.com/lowener)
  - Tamas Bela Feher (https://github.com/tfeher)
  - Corey J. Nolet (https://github.com/cjnolet)

URL: #673
@GPUtester GPUtester requested a review from a team as a code owner May 24, 2022 14:21
@GPUtester GPUtester merged commit e229c52 into branch-22.08 May 24, 2022
@GPUtester
Copy link
Contributor Author

SUCCESS - forward-merge complete.

@github-actions github-actions bot added the cpp label May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants