summaryrefslogtreecommitdiff
path: root/test/test_utilities.hpp
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-12-24 12:10:55 +0100
committerCedric Nugteren <web@cedricnugteren.nl>2017-12-24 12:10:55 +0100
commitbd540829ea1954c3b367ec70aa8c5811b643422b (patch)
treed58a47f265bc256949182172997af7b4d5c6faec /test/test_utilities.hpp
parent8657e90cf848a827c09b9dd5c3d4c2eab5c7037e (diff)
Fixes for the CUDA backend of CLBlast
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);