Skip to content

Commit

Permalink
Use correct vendor id.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Oct 9, 2024
1 parent e25e9de commit 3b08108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hws/gpu_nvidia/hardware_sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void gpu_nvidia_hardware_sampler::sampling_loop() {
general_samples_.byte_order_ = "Little Endian";

// the vendor ID is fixed for NVIDIA GPUs
general_samples_.byte_order_ = "NVIDIA";
general_samples_.vendor_id_ = "NVIDIA";

std::string name(NVML_DEVICE_NAME_V2_BUFFER_SIZE, '\0');
if (nvmlDeviceGetName(device, name.data(), name.size()) == NVML_SUCCESS) {
Expand Down

0 comments on commit 3b08108

Please sign in to comment.