Skip to content

Commit 7324086

Browse files
committed
deploy: 0b1b3f8
1 parent 19a7fe5 commit 7324086

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

index.html

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,30 @@ <h2><a class="anchor" id="autotoc_md3"></a>
111111
Optional CMake Options</h3>
112112
<p>The <code>[optional_options]</code> can be one or multiple of:</p>
113113
<ul>
114+
<li><code>HWS_ENABLE_CPU_SAMPLING=ON|OFF|AUTO</code> (default: <code>AUTO</code>):<ul>
115+
<li><code>ON</code>: check whether CPU information can be sampled and fail if this is not the case</li>
116+
<li><code>AUTO</code>: check whether CPU information can be sampled but <b>do not</b> fail if this is not the case</li>
117+
<li><code>OFF</code>: do not check whether CPU information can be sampled</li>
118+
</ul>
119+
</li>
120+
<li><code>HWS_ENABLE_GPU_NVIDIA_SAMPLING=ON|OFF|AUTO</code> (default: <code>AUTO</code>):<ul>
121+
<li><code>ON</code>: check whether NVIDIA GPU information can be sampled and fail if this is not the case</li>
122+
<li><code>AUTO</code>: check whether NVIDIA GPU information can be sampled but <b>do not</b> fail if this is not the case</li>
123+
<li><code>OFF</code>: do not check whether NVIDIA GPU information can be sampled</li>
124+
</ul>
125+
</li>
126+
<li><code>HWS_ENABLE_GPU_AMD_SAMPLING=ON|OFF|AUTO</code> (default: <code>AUTO</code>):<ul>
127+
<li><code>ON</code>: check whether AMD GPU information can be sampled and fail if this is not the case</li>
128+
<li><code>AUTO</code>: check whether AMD GPU information can be sampled but <b>do not</b> fail if this is not the case</li>
129+
<li><code>OFF</code>: do not check whether AMD GPU information can be sampled</li>
130+
</ul>
131+
</li>
132+
<li><code>HWS_ENABLE_GPU_INTEL_SAMPLING=ON|OFF|AUTO</code> (default: <code>AUTO</code>):<ul>
133+
<li><code>ON</code>: check whether Intel GPU information can be sampled and fail if this is not the case</li>
134+
<li><code>AUTO</code>: check whether Intel GPU information can be sampled but <b>do not</b> fail if this is not the case</li>
135+
<li><code>OFF</code>: do not check whether Intel GPU information can be sampled</li>
136+
</ul>
137+
</li>
114138
<li><code>HWS_ENABLE_ERROR_CHECKS=ON|OFF</code> (default: <code>OFF</code>): enable sanity checks during hardware sampling, may be problematic with smaller sample intervals</li>
115139
<li><code>HWS_SAMPLING_INTERVAL=100ms</code> (default: <code>100ms</code>): set the sampling interval in milliseconds</li>
116140
<li><code>HWS_ENABLE_PYTHON_BINDINGS=ON|OFF</code> (default: <code>ON</code>): enable Python bindings</li>

0 commit comments

Comments
 (0)