Skip to content

fix: NVLink error message missing verb - #18

Open
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:codequality/fmpm-nvlink-error-message-missing-verb
Open

fix: NVLink error message missing verb#18
andrewwhitecdw wants to merge 1 commit into
NVIDIA:mainfrom
andrewwhitecdw:codequality/fmpm-nvlink-error-message-missing-verb

Conversation

@andrewwhitecdw

Copy link
Copy Markdown

This PR addresses the following issue in fmpm.cpp: NVLink error message missing verb.

Changes

  • fmpm.cpp: NVLink error message missing verb.

Details

--- a/fmpm.cpp
+++ b/fmpm.cpp
@@ -1,1 +1,1 @@
-        std::cout << "Failed to NVLink failed devices. fmReturn: " << fmReturn << std::endl;
+        std::cout << "Failed to get NVLink failed devices. fmReturn: " << fmReturn << std::endl;

Tests

Let me know if you want tests added for this fix or not.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant