NVIDIA / DCGM

NVIDIA Data Center GPU Manager (DCGM) is a project for gathering telemetry and measuring the health of NVIDIA GPUs
Apache License 2.0
355 stars 49 forks source link

common/DCGMStringHelpers: use memccpy for performance & error handling #142

Open ecbadeaux opened 7 months ago

ecbadeaux commented 7 months ago

Hello my name is Everett Badeaux. I just wanted to make the pull request to improve the performance and functionality of your string copy command. Can we connect?

Here are a few of the performance benefits of the new implementation:

ecbadeaux commented 6 months ago

@nikkon-dev Hey is this still an active project?