Support the driver error logging system
Aperta
@lijinf2 ci sta già lavorando.
Dal 28/5/2026.
cuda.core
feature
P1
- Lingua principale
- Cython
- Stelle
- 3.4k
- Fork
- 329
- Merge medio
- 1g 23h
- PR unite (30g)
- 116
Descrizione
xref: https://docs.nvidia.com/cuda/cuda-c-programming-guide/#error-log-management
Current thinking:
- Prioritize for in-memory logging access (the file-based access can already be turned on easily by setting
CUDA_LOG_FILEso only a very sophisticated logging API on the Python side would add value) - Provide a hook to a custom Python logger
- Allow users to opt in via an API in
cuda.core.utils, say,cuda.core.utils.{enable,disable}_logging(). This is a global logging at the driver level, so scoped logging (ex: context manager) does not seem to make much sense.
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Valutazione
Questa issue non è ancora stata valutata.