summaryrefslogtreecommitdiff
path: root/src/clblast.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/clblast.cpp')
-rw-r--r--src/clblast.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clblast.cpp b/src/clblast.cpp
index 19d7ef0a..9f865a23 100644
--- a/src/clblast.cpp
+++ b/src/clblast.cpp
@@ -2492,7 +2492,7 @@ StatusCode OverrideParameters(const cl_device_id device, const std::string &kern
// Retrieves the device name
const auto device_cpp = Device(device);
- const auto platform_id = device_cpp.Platform();
+ const auto platform_id = device_cpp.PlatformID();
const auto device_name = GetDeviceName(device_cpp);
// Retrieves the current database values to verify whether the new ones are complete