We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e604d commit aa2dd31Copy full SHA for aa2dd31
kernel_tuner/observers/tegra.py
@@ -21,7 +21,7 @@ def __init__(self):
21
self.default_railgate_status = self._read_railgate_file()
22
23
@staticmethod
24
- def get_dev_path(device_id):
+ def get_dev_path():
25
"""Get the path to device core clock control in /sys"""
26
root_path = Path("/sys/devices/gpu.0")
27
gpu_id = root_path.readlink()
0 commit comments