Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Jan 17, 2025
1 parent 40dae3d commit d0807bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profiling/variorum-connector/variorum-connector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ void variorum_call() {
// Access power_gpu_watts within socket_0
power_gpu_watts = json_object_get(socket_0, "power_gpu_watts");
if (!json_is_object(power_gpu_watts)) {
std::cerr < "Expected 'power_gpu_watts' to be an object.\n";
std::cerr << "Expected 'power_gpu_watts' to be an object.\n";
}

std::string gpu_key = "GPU_" + std::to_string(global_device_id);
Expand Down

0 comments on commit d0807bc

Please sign in to comment.