Skip to content

Instantly share code, notes, and snippets.

@Drizzt321
Created March 19, 2021 23:51
Show Gist options
  • Save Drizzt321/55ae9a19928928c997890f0dfe86b16d to your computer and use it in GitHub Desktop.
Save Drizzt321/55ae9a19928928c997890f0dfe86b16d to your computer and use it in GitHub Desktop.
DEBUG:gpu-utils:env.set_args:Command line arguments:
Namespace(about=False, clinfo=False, debug=True, no_fan=False, ppm=False, pstates=False, short=False, table=False)
DEBUG:gpu-utils:env.set_args:Local TZ: PDT
DEBUG:gpu-utils:env.set_args:pciid path set to: /usr/share/misc/pci.ids
DEBUG:gpu-utils:env.set_args:Icon path set to: /usr/share/rickslab-gpu-utils/icons
DEBUG:gpu-utils:gpu-ls.main:########## gpu-ls 3.5.6
DEBUG:gpu-utils:env.check_env:Using python: 3.8.5
DEBUG:gpu-utils:env.check_env:Using Linux Kernel: 5.4.0-67-generic
DEBUG:gpu-utils:env.check_env:Using Linux Distro: Neon
DEBUG:gpu-utils:env.check_env:Linux Distro Description: KDE neon Plasma LTS Edition 5.18
DEBUG:gpu-utils:env.check_env:lspci path: /usr/bin/lspci
DEBUG:gpu-utils:env.check_env:clinfo path: /usr/bin/clinfo
DEBUG:gpu-utils:env.check_env:Neon package query tool: None
DEBUG:gpu-utils:GPUmodule.set_gpu_list:OpenCL map: {None: {'prf_wg_multiple': None, 'max_wg_size': None, 'prf_wg_size': None, 'max_wi_sizes': None, 'max_wi_dim': None, 'max_mem_allocation': None, 'simd_ins_width': None, 'simd_width': None, 'simd_per_cu': None, 'max_cu': None, 'device_name': None, 'opencl_version': None, 'driver_version': None, 'device_version': None}}
DEBUG:gpu-utils:env.read_amdfeaturemask:Raw Featuremask string: [4294803455]
DEBUG:gpu-utils:GPUmodule.get_gpu_pci_list:Found GPU pci: 04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)
DEBUG:gpu-utils:GPUmodule.set_gpu_list:Found 1 GPUs
DEBUG:gpu-utils:GPUmodule.add:Added GPU Item b2aecb410e77416f946a95a8f7dbe588 to GPU List
DEBUG:gpu-utils:GPUmodule.set_gpu_list:GPU: 04:00.0
DEBUG:gpu-utils:GPUmodule.set_gpu_list:lspci output items:
['04:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)', '\tSubsystem: Tongfang Hongkong Limited Renoir', '\tKernel modules: amdgpu', '']
DEBUG:gpu-utils:GPUmodule.set_gpu_list:card_path not set for: 04:00.0
DEBUG:gpu-utils:GPUmodule.set_gpu_list:GPU[b2aecb410e77416f946a95a8f7dbe588] type set to Unsupported
DEBUG:gpu-utils:GPUmodule.set_gpu_list:/sys/device file search found match to pcie_id 04:00.0:
['/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0']
DEBUG:gpu-utils:GPUmodule.populate_prm_from_dict:prm dict:
{'pcie_id': '04:00.0', 'model': 'Advanced Micro Devices, Inc. [AMD/ATI] Renoir (rev c6)', 'vendor': <vendor.AMD: 3>, 'driver': 'amdgpu', 'card_path': '', 'sys_card_path': '/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0', 'gpu_type': <type.Unsupported: 2>, 'hwmon_path': '', 'readable': False, 'writable': False, 'compute': False, 'compute_platform': None}
DEBUG:gpu-utils:GPUmodule.set_gpu_list:Card flags: readable: False, writable: False, type: Unsupported
DEBUG:gpu-utils:GPUmodule.read_gpu_sensor_generic:sensor path set to [/sys/devices/pci0000:00/0000:00:08.1/0000:04:00.0]
DEBUG:gpu-utils:GPUmodule.wattman_status:AMD featuremask: 0xfffd7fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment