Skip to content

create a the log hooks for cucascade - #175

Open
aminaramoon wants to merge 2 commits into
NVIDIA:mainfrom
aminaramoon:feat/host-installable-log-sink
Open

create a the log hooks for cucascade#175
aminaramoon wants to merge 2 commits into
NVIDIA:mainfrom
aminaramoon:feat/host-installable-log-sink

Conversation

@aminaramoon

Copy link
Copy Markdown
Contributor

No description provided.

@copy-pr-bot

copy-pr-bot Bot commented Jul 30, 2026

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@aminaramoon
aminaramoon marked this pull request as draft July 30, 2026 23:15
@aminaramoon
aminaramoon marked this pull request as ready for review July 31, 2026 06:01
@aminaramoon

Copy link
Copy Markdown
Contributor Author

/ok to test d269f96

Comment thread src/log/CMakeLists.txt
# topology-only build, which does not produce cucascade_objects.
if(TARGET cucascade_objects)
target_sources(cucascade_objects
PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}/logging.cpp)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we only build logging.cpp but no stderr_sink.cpp?

Comment thread src/log/stderr_sink.cpp
namespace cucascade::log {
inline namespace v1 {

void stderr_sink(void*, record const& rec) noexcept

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this function has the same name within one in logging.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants