1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>SanitizerApi: Sanitizer_GraphExecData Struct Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css">
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.8 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>Sanitizer_GraphExecData Struct Reference<br>
<small>
[<a class="el" href="group__SANITIZER__CALLBACK__API.html">Sanitizer Callback API</a>]</small>
</h1><!-- doxytag: class="Sanitizer_GraphExecData" -->Data passed into a graphexec creation callback function.
<a href="#_details">More...</a>
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structSanitizer__GraphExecData.html#5f9006c60aa1f3b3c68de6974b4c3518">containsDeviceGraphLaunches</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CUcontext </td><td class="memItemRight" valign="bottom"><a class="el" href="structSanitizer__GraphExecData.html#26bf32e11e39a0e9fd7aef54d544b0cc">deviceGraphLaunchesContext</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CUgraph </td><td class="memItemRight" valign="bottom"><a class="el" href="structSanitizer__GraphExecData.html#5fc1332373ddf7f9ded06f8bd2a8bfa8">graph</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">CUgraphExec </td><td class="memItemRight" valign="bottom"><a class="el" href="structSanitizer__GraphExecData.html#b1a817799b020868a692b5b2d82be2a9">graphExec</a></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">uint32_t </td><td class="memItemRight" valign="bottom"><a class="el" href="structSanitizer__GraphExecData.html#c77f7a54e4953682dcb29ff7bf794914">isDeviceLaunch</a></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
Data passed into a graphs callback function as the <code>cbdata</code> argument to <a class="el" href="group__SANITIZER__CALLBACK__API.html#gf031ccd4dcc013ab017d9ee1032858c4">Sanitizer_CallbackFunc</a>. The <code>cbdata</code> will be this type for <code>domain</code> equal to SANITIZER_CB_DOMAIN_GRAPHS and <code>cbid</code> equal to SANITIZER_CBID_GRAPHS_GRAPHEXEC_CREATING. The callback data is only valid within the invocation of the callback function that is passed the data. If you need to retain some data for use outside of the callback, you must make a copy of it. <hr><h2>Field Documentation</h2>
<a class="anchor" name="5f9006c60aa1f3b3c68de6974b4c3518"></a><!-- doxytag: member="Sanitizer_GraphExecData::containsDeviceGraphLaunches" ref="5f9006c60aa1f3b3c68de6974b4c3518" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t <a class="el" href="structSanitizer__GraphExecData.html#5f9006c60aa1f3b3c68de6974b4c3518">Sanitizer_GraphExecData::containsDeviceGraphLaunches</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Boolean value indicating if the graphexec may launch device graphs. Only valid in the SANITIZER_CBID_GRAPHS_GRAPHEXEC_CREATED callback with driver version of 535 or newer.
</div>
</div><p>
<a class="anchor" name="26bf32e11e39a0e9fd7aef54d544b0cc"></a><!-- doxytag: member="Sanitizer_GraphExecData::deviceGraphLaunchesContext" ref="26bf32e11e39a0e9fd7aef54d544b0cc" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CUcontext <a class="el" href="structSanitizer__GraphExecData.html#26bf32e11e39a0e9fd7aef54d544b0cc">Sanitizer_GraphExecData::deviceGraphLaunchesContext</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Context where the graphexec can launch device graphs. NULL if the graphExec doesn't launch device graphs. Only valid in the SANITIZER_CBID_GRAPHS_GRAPHEXEC_CREATED callback with driver version of 535 or newer.
</div>
</div><p>
<a class="anchor" name="5fc1332373ddf7f9ded06f8bd2a8bfa8"></a><!-- doxytag: member="Sanitizer_GraphExecData::graph" ref="5fc1332373ddf7f9ded06f8bd2a8bfa8" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CUgraph <a class="el" href="structSanitizer__GraphExecData.html#5fc1332373ddf7f9ded06f8bd2a8bfa8">Sanitizer_GraphExecData::graph</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
CUDA graph being instantiated.
</div>
</div><p>
<a class="anchor" name="b1a817799b020868a692b5b2d82be2a9"></a><!-- doxytag: member="Sanitizer_GraphExecData::graphExec" ref="b1a817799b020868a692b5b2d82be2a9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">CUgraphExec <a class="el" href="structSanitizer__GraphExecData.html#b1a817799b020868a692b5b2d82be2a9">Sanitizer_GraphExecData::graphExec</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Instance of the CUDA graph. Can be NULL for device graph launches in the SANITIZER_CBID_GRAPHS_GRAPHEXEC_CREATING callback.
</div>
</div><p>
<a class="anchor" name="c77f7a54e4953682dcb29ff7bf794914"></a><!-- doxytag: member="Sanitizer_GraphExecData::isDeviceLaunch" ref="c77f7a54e4953682dcb29ff7bf794914" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">uint32_t <a class="el" href="structSanitizer__GraphExecData.html#c77f7a54e4953682dcb29ff7bf794914">Sanitizer_GraphExecData::isDeviceLaunch</a> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Boolean value indicating if the graphexec is for a device graph launch
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Mon Apr 15 23:05:33 2024 for SanitizerApi by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
</body>
</html>
|