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 24dd06d commit f937c3eCopy full SHA for f937c3e
kernel_tuner/observers/tegra.py
@@ -55,7 +55,7 @@ def get_temp_path(self):
55
with open(zone / Path("type")) as fp:
56
name = fp.read().strip()
57
if name == "GPU-therm":
58
- gpu_temp_path = zone + "/"
+ gpu_temp_path = str(zone) + "/"
59
break
60
else:
61
raise FileNotFoundError("No GPU sensor for temperature found")
0 commit comments