From 0e1a1520233934e1d11bf2c32fc909617ff751ac Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Tue, 6 Mar 2018 20:52:12 +0100 Subject: First version of the tuning API, added interface for copy-kernel, added sample --- include/clblast.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/clblast.h b/include/clblast.h index 9d3b9ea0..d6118e19 100644 --- a/include/clblast.h +++ b/include/clblast.h @@ -705,6 +705,12 @@ StatusCode PUBLIC_API OverrideParameters(const cl_device_id device, const std::s // ================================================================================================= +template +StatusCode PUBLIC_API TuneCopyMatrixFast(cl_command_queue* queue, const size_t m, const size_t n, + const double fraction, std::unordered_map ¶meters); + +// ================================================================================================= + } // namespace clblast // CLBLAST_CLBLAST_H_ -- cgit v1.2.3