diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-03 23:16:09 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-08 00:12:07 +0100 |
| commit | eef48c36012180d20001def874864607e15968b8 (patch) | |
| tree | 59c45a1579dc5dbf2ddd03f7a363df2f5e30647f /src/lib/grok/util.h | |
| parent | 2b3a495f31d3f9de57e6bbe2605843e6f1efbe3a (diff) | |
Avoid temporary file for listing GPUs.
Diffstat (limited to 'src/lib/grok/util.h')
| -rw-r--r-- | src/lib/grok/util.h | 2 |
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); |
