summaryrefslogtreecommitdiff
path: root/src/lib/grok/util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-03-03 23:16:09 +0100
committerCarl Hetherington <cth@carlh.net>2025-03-08 00:12:07 +0100
commiteef48c36012180d20001def874864607e15968b8 (patch)
tree59c45a1579dc5dbf2ddd03f7a363df2f5e30647f /src/lib/grok/util.h
parent2b3a495f31d3f9de57e6bbe2605843e6f1efbe3a (diff)
Avoid temporary file for listing GPUs.
Diffstat (limited to 'src/lib/grok/util.h')
-rw-r--r--src/lib/grok/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/grok/util.h b/src/lib/grok/util.h
index 069a6cc08..9996fa0e9 100644
--- a/src/lib/grok/util.h
+++ b/src/lib/grok/util.h
@@ -24,4 +24,4 @@
#include <vector>
-extern std::vector<std::string> get_gpu_names(boost::filesystem::path binary, boost::filesystem::path filename);
+extern std::vector<std::string> get_gpu_names(boost::filesystem::path binary);