summaryrefslogtreecommitdiff
path: root/test/test_utilities.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_utilities.hpp')
-rw-r--r--test/test_utilities.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_utilities.hpp b/test/test_utilities.hpp
index 1f096310..42660bdb 100644
--- a/test/test_utilities.hpp
+++ b/test/test_utilities.hpp
@@ -120,7 +120,7 @@ using BestParameters = std::unordered_map<std::string,size_t>;
using BestParametersCollection = std::unordered_map<std::string, BestParameters>;
void OverrideParametersFromJSONFiles(const std::vector<std::string>& file_names,
- const cl_device_id device, const Precision precision);
+ const RawDeviceID device, const Precision precision);
void GetBestParametersFromJSONFile(const std::string& file_name,
BestParametersCollection& all_parameters,
const Precision precision);