diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-03-03 23:22:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-03-08 00:12:07 +0100 |
| commit | 7d88bebfeb9931a39c6adc1e9dc9d6e1c0e3ea71 (patch) | |
| tree | 7fb0716728ca91a30490b15fd8682c860f7d57e4 /src/lib/grok/util.h | |
| parent | eef48c36012180d20001def874864607e15968b8 (diff) | |
Get gpu_lister path from config.
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 9996fa0e9..a78ecabca 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); +extern std::vector<std::string> get_gpu_names(); |
