Skip to content

LoggingExtras.jl + GPUCompiler.jl's custom @safe_debug #101

@haakon-e

Description

@haakon-e

I opened an issue over at GPUCompiler.jl flagging some interoperability issues with the two pacakges: JuliaGPU/GPUCompiler.jl#723

For context: I'm using CUDA (which depends on GPUCompiler.jl) to run numerical simulations.
I want to log both to console and file (can give more context on our workflow, if needed).

As described in the issue, their @safe_debug inspects the logging level to determine whether it should print, or not. Because this package is as flexible as it is, the TeeLogger for example, doesn't necessarily carry this information.

If anyone here has ideas for how to approach this, and whether any "fix" would need to be implemented here or in the other package, that would be appreciated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions