blob: d5b242583bb224ca6f31e358d64a8ba2a1a87d95 [file] [log] [blame]
Jenkins0e205f72019-11-28 16:53:35 +00001<!-- HTML header for doxygen 1.8.15-->
2<!-- Remember to use version doxygen 1.8.15 +-->
3<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml">
5<head>
6<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
7<meta http-equiv="X-UA-Compatible" content="IE=9"/>
8<meta name="generator" content="Doxygen 1.8.15"/>
9<meta name="robots" content="NOINDEX, NOFOLLOW" /> <!-- Prevent indexing by search engines -->
10<title>Compute Library: examples/gemm_tuner/cl_gemm_native.cpp File Reference</title>
11<link href="tabs.css" rel="stylesheet" type="text/css"/>
12<script type="text/javascript" src="jquery.js"></script>
13<script type="text/javascript" src="dynsections.js"></script>
14<link href="navtree.css" rel="stylesheet" type="text/css"/>
15<script type="text/javascript" src="resize.js"></script>
16<script type="text/javascript" src="navtreedata.js"></script>
17<script type="text/javascript" src="navtree.js"></script>
18<script type="text/javascript">
19/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
20 $(document).ready(initResizable);
21/* @license-end */</script>
22<link href="search/search.css" rel="stylesheet" type="text/css"/>
23<script type="text/javascript" src="search/searchdata.js"></script>
24<script type="text/javascript" src="search/search.js"></script>
25<script type="text/x-mathjax-config">
26 MathJax.Hub.Config({
27 extensions: ["tex2jax.js"],
28 jax: ["input/TeX","output/HTML-CSS"],
29});
30</script><script type="text/javascript" async="async" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
31<link href="doxygen.css" rel="stylesheet" type="text/css" />
32<link href="stylesheet.css" rel="stylesheet" type="text/css"/>
33</head>
34<body>
35<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
36<div id="titlearea">
37<table cellspacing="0" cellpadding="0">
38 <tbody>
39 <tr style="height: 56px;">
40 <img alt="Compute Library" src="https://raw.githubusercontent.com/ARM-software/ComputeLibrary/gh-pages/ACL_logo.png" style="max-width: 100%;margin-top: 15px;margin-left: 10px"/>
41 <td style="padding-left: 0.5em;">
42 <div id="projectname">
Jenkins7f09cf72020-01-22 18:08:16 +000043 &#160;<span id="projectnumber">19.11.1</span>
Jenkins0e205f72019-11-28 16:53:35 +000044 </div>
45 </td>
46 </tr>
47 </tbody>
48</table>
49</div>
50<!-- end header part -->
51<!-- Generated by Doxygen 1.8.15 -->
52<script type="text/javascript">
53/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
54var searchBox = new SearchBox("searchBox", "search",false,'Search');
55/* @license-end */
56</script>
57<script type="text/javascript" src="menudata.js"></script>
58<script type="text/javascript" src="menu.js"></script>
59<script type="text/javascript">
60/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
61$(function() {
62 initMenu('',true,false,'search.php','Search');
63 $(document).ready(function() { init_search(); });
64});
65/* @license-end */</script>
66<div id="main-nav"></div>
67</div><!-- top -->
68<div id="side-nav" class="ui-resizable side-nav-resizable">
69 <div id="nav-tree">
70 <div id="nav-tree-contents">
71 <div id="nav-sync" class="sync"></div>
72 </div>
73 </div>
74 <div id="splitbar" style="-moz-user-select:none;"
75 class="ui-resizable-handle">
76 </div>
77</div>
78<script type="text/javascript">
79/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
80$(document).ready(function(){initNavTree('cl__gemm__native_8cpp.xhtml','');});
81/* @license-end */
82</script>
83<div id="doc-content">
84<!-- window showing the filter options -->
85<div id="MSearchSelectWindow"
86 onmouseover="return searchBox.OnSearchSelectShow()"
87 onmouseout="return searchBox.OnSearchSelectHide()"
88 onkeydown="return searchBox.OnSearchSelectKey(event)">
89</div>
90
91<!-- iframe showing the search results (closed by default) -->
92<div id="MSearchResultsWindow">
93<iframe src="javascript:void(0)" frameborder="0"
94 name="MSearchResults" id="MSearchResults">
95</iframe>
96</div>
97
98<div class="header">
99 <div class="summary">
100<a href="#typedef-members">Typedefs</a> &#124;
101<a href="#func-members">Functions</a> </div>
102 <div class="headertitle">
103<div class="title">cl_gemm_native.cpp File Reference</div> </div>
104</div><!--header-->
105<div class="contents">
106<div class="textblock"><code>#include &quot;<a class="el" href="_common_gemm_example_options_8h_source.xhtml">CommonGemmExampleOptions.h</a>&quot;</code><br />
107<code>#include &quot;<a class="el" href="_c_l_g_e_m_m_matrix_multiply_native_kernel_8h_source.xhtml">arm_compute/core/CL/kernels/CLGEMMMatrixMultiplyNativeKernel.h</a>&quot;</code><br />
108<code>#include &quot;<a class="el" href="arm__compute_2core_2_helpers_8h_source.xhtml">arm_compute/core/Helpers.h</a>&quot;</code><br />
109<code>#include &quot;<a class="el" href="_kernel_descriptors_8h_source.xhtml">arm_compute/core/KernelDescriptors.h</a>&quot;</code><br />
110<code>#include &quot;<a class="el" href="arm__compute_2core_2_types_8h_source.xhtml">arm_compute/core/Types.h</a>&quot;</code><br />
111<code>#include &quot;<a class="el" href="_shape_calculator_8h_source.xhtml">arm_compute/core/utils/misc/ShapeCalculator.h</a>&quot;</code><br />
112<code>#include &quot;<a class="el" href="_c_l_functions_8h_source.xhtml">arm_compute/runtime/CL/CLFunctions.h</a>&quot;</code><br />
113<code>#include &quot;<a class="el" href="_c_l_scheduler_8h_source.xhtml">arm_compute/runtime/CL/CLScheduler.h</a>&quot;</code><br />
114<code>#include &quot;<a class="el" href="_c_l_tuner_8h_source.xhtml">arm_compute/runtime/CL/CLTuner.h</a>&quot;</code><br />
115<code>#include &quot;<a class="el" href="_c_l_2_helper_8h_source.xhtml">tests/CL/Helper.h</a>&quot;</code><br />
116<code>#include &quot;<a class="el" href="utils_2_utils_8h_source.xhtml">utils/Utils.h</a>&quot;</code><br />
117<code>#include &quot;<a class="el" href="_command_line_options_8h_source.xhtml">utils/command_line/CommandLineOptions.h</a>&quot;</code><br />
118<code>#include &quot;<a class="el" href="_command_line_parser_8h_source.xhtml">utils/command_line/CommandLineParser.h</a>&quot;</code><br />
119<code>#include &lt;cstdlib&gt;</code><br />
120</div>
121<p><a href="cl__gemm__native_8cpp_source.xhtml">Go to the source code of this file.</a></p>
122<table class="memberdecls">
123<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="typedef-members"></a>
124Typedefs</h2></td></tr>
125<tr class="memitem:a666a3d96fa9a5c507f994c97836b89d2"><td class="memItemLeft" align="right" valign="top">using&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm__native_8cpp.xhtml#a666a3d96fa9a5c507f994c97836b89d2">CLGEMMMatrixMultiplyNative</a> = <a class="el" href="classarm__compute_1_1test_1_1_c_l_synthetize_function.xhtml">test::CLSynthetizeFunction</a>&lt; <a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel.xhtml">CLGEMMMatrixMultiplyNativeKernel</a> &gt;</td></tr>
126<tr class="separator:a666a3d96fa9a5c507f994c97836b89d2"><td class="memSeparator" colspan="2">&#160;</td></tr>
127</table><table class="memberdecls">
128<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
129Functions</h2></td></tr>
130<tr class="memitem:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="cl__gemm__native_8cpp.xhtml#a3c04138a5bfe5d72780bb7e82a18e627">main</a> (int argc, char **argv)</td></tr>
131<tr class="memdesc:a3c04138a5bfe5d72780bb7e82a18e627"><td class="mdescLeft">&#160;</td><td class="mdescRight">Main program for gemm native test. <a href="#a3c04138a5bfe5d72780bb7e82a18e627">More...</a><br /></td></tr>
132<tr class="separator:a3c04138a5bfe5d72780bb7e82a18e627"><td class="memSeparator" colspan="2">&#160;</td></tr>
133</table>
134<h2 class="groupheader">Typedef Documentation</h2>
135<a id="a666a3d96fa9a5c507f994c97836b89d2"></a>
136<h2 class="memtitle"><span class="permalink"><a href="#a666a3d96fa9a5c507f994c97836b89d2">&#9670;&nbsp;</a></span>CLGEMMMatrixMultiplyNative</h2>
137
138<div class="memitem">
139<div class="memproto">
140 <table class="memname">
141 <tr>
142 <td class="memname">using <a class="el" href="cl__gemm__native_8cpp.xhtml#a666a3d96fa9a5c507f994c97836b89d2">CLGEMMMatrixMultiplyNative</a> = <a class="el" href="classarm__compute_1_1test_1_1_c_l_synthetize_function.xhtml">test::CLSynthetizeFunction</a>&lt;<a class="el" href="classarm__compute_1_1_c_l_g_e_m_m_matrix_multiply_native_kernel.xhtml">CLGEMMMatrixMultiplyNativeKernel</a>&gt;</td>
143 </tr>
144 </table>
145</div><div class="memdoc">
146
147<p class="definition">Definition at line <a class="el" href="cl__gemm__native_8cpp_source.xhtml#l00127">127</a> of file <a class="el" href="cl__gemm__native_8cpp_source.xhtml">cl_gemm_native.cpp</a>.</p>
148
149</div>
150</div>
151<h2 class="groupheader">Function Documentation</h2>
152<a id="a3c04138a5bfe5d72780bb7e82a18e627"></a>
153<h2 class="memtitle"><span class="permalink"><a href="#a3c04138a5bfe5d72780bb7e82a18e627">&#9670;&nbsp;</a></span>main()</h2>
154
155<div class="memitem">
156<div class="memproto">
157 <table class="memname">
158 <tr>
159 <td class="memname">int main </td>
160 <td>(</td>
161 <td class="paramtype">int&#160;</td>
162 <td class="paramname"><em>argc</em>, </td>
163 </tr>
164 <tr>
165 <td class="paramkey"></td>
166 <td></td>
167 <td class="paramtype">char **&#160;</td>
168 <td class="paramname"><em>argv</em>&#160;</td>
169 </tr>
170 <tr>
171 <td></td>
172 <td>)</td>
173 <td></td><td></td>
174 </tr>
175 </table>
176</div><div class="memdoc">
177
178<p>Main program for gemm native test. </p>
179<dl class="params"><dt>Parameters</dt><dd>
180 <table class="params">
181 <tr><td class="paramdir">[in]</td><td class="paramname">argc</td><td>Number of arguments </td></tr>
182 <tr><td class="paramdir">[in]</td><td class="paramname">argv</td><td>Arguments ( [optional] M, [optional] N, [optional] K, [optional] B, [optional] m0, [optional] n0, [optional] k0 ) </td></tr>
183 </table>
184 </dd>
185</dl>
186
187<p class="definition">Definition at line <a class="el" href="cl__gemm__native_8cpp_source.xhtml#l00236">236</a> of file <a class="el" href="cl__gemm__native_8cpp_source.xhtml">cl_gemm_native.cpp</a>.</p>
188<div class="fragment"><div class="line"><a name="l00237"></a><span class="lineno"> 237</span>&#160;{</div><div class="line"><a name="l00238"></a><span class="lineno"> 238</span>&#160; <span class="keywordflow">return</span> run_example&lt;CLGEMMMatrixMultiplyNativeExample&gt;(argc, argv);</div><div class="line"><a name="l00239"></a><span class="lineno"> 239</span>&#160;}</div></div><!-- fragment -->
189</div>
190</div>
191</div><!-- contents -->
192</div><!-- doc-content -->
193<!-- start footer part -->
194<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
195 <ul>
196 <li class="navelem"><a class="el" href="dir_d28a4824dc47e487b107a5db32ef43c4.xhtml">examples</a></li><li class="navelem"><a class="el" href="dir_9a60f706a5aff86a468215c27fa011b2.xhtml">gemm_tuner</a></li><li class="navelem"><a class="el" href="cl__gemm__native_8cpp.xhtml">cl_gemm_native.cpp</a></li>
Jenkins7f09cf72020-01-22 18:08:16 +0000197 <li class="footer">Generated on Wed Jan 22 2020 18:07:47 for Compute Library by
Jenkins0e205f72019-11-28 16:53:35 +0000198 <a href="http://www.doxygen.org/index.html">
199 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.15 </li>
200 </ul>
201</div>
202</body>
203</html>