Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
cudawarped committed Oct 24, 2023
1 parent dd8f3f7 commit 40911a3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6aa29d6d
6e5fcdd0
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ <h3 class="no-anchor listing-title">
</a>
</div>
</div>
<div class="quarto-post image-right" data-index="1" data-listing-date-sort="1683838800000" data-listing-file-modified-sort="1698173120507" data-listing-date-modified-sort="1736460000000" data-listing-reading-time-sort="36">
<div class="quarto-post image-right" data-index="1" data-listing-date-sort="1683838800000" data-listing-file-modified-sort="1698173386078" data-listing-date-modified-sort="1698094800000" data-listing-reading-time-sort="36">
<div class="thumbnail">
<p><a href="./qmd/opencv_cuda_python_windows.html"> <p class="card-img-top"><img src="imgs\opencv_cuda_intel.webp" alt="OpenCV with CUDA" class="thumbnail-image card-img"/></p> </a></p>
</div>
Expand Down
8 changes: 4 additions & 4 deletions nbs/opencv_cuda_streams_performance_python.html
Original file line number Diff line number Diff line change
Expand Up @@ -662,19 +662,19 @@ <h2 class="anchored" data-anchor-id="analysis-1">Analysis</h2>
<dl class="code-annotation-container-grid">
<dt data-target-cell="annotated-cell-1" data-target-annotation="1">1</dt>
<dd>
<span data-code-annotation="1" data-code-lines="1" data-code-cell="annotated-cell-1">asynchronous kernel 1</span>
<span data-code-cell="annotated-cell-1" data-code-annotation="1" data-code-lines="1">asynchronous kernel 1</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="2">2</dt>
<dd>
<span data-code-annotation="2" data-code-lines="3" data-code-cell="annotated-cell-1">asynchronous kernel 2</span>
<span data-code-cell="annotated-cell-1" data-code-annotation="2" data-code-lines="3">asynchronous kernel 2</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="3">3</dt>
<dd>
<span data-code-annotation="3" data-code-lines="5" data-code-cell="annotated-cell-1">asynchronous kernel 3</span>
<span data-code-cell="annotated-cell-1" data-code-annotation="3" data-code-lines="5">asynchronous kernel 3</span>
</dd>
<dt data-target-cell="annotated-cell-1" data-target-annotation="4">4</dt>
<dd>
<span data-code-annotation="4" data-code-lines="7" data-code-cell="annotated-cell-1">synchronous copy from device to host</span>
<span data-code-cell="annotated-cell-1" data-code-annotation="4" data-code-lines="7">synchronous copy from device to host</span>
</dd>
</dl>
</div>
Expand Down
4 changes: 2 additions & 2 deletions qmd/opencv_cuda_python_windows.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h1 class="title">Build OpenCV (including Python) with CUDA on Windows</h1>
<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">January 10, 2025</p>
<p class="date-modified">October 24, 2023</p>
</div>
</div>

Expand Down Expand Up @@ -416,7 +416,7 @@ <h2 class="anchored" data-anchor-id="building-opencv-with-cuda-using-visual-stud
</div>
<p>where</p>
<ol type="i">
<li><strong>N_THREADS</strong> should be set to the number of cores/logical processors your CPU has,</li>
<li><strong>N_THREADS</strong> should be set to the number of cores/logical processors on your CPU,</li>
<li><strong>PATH_TO_OPENCV_SOURCE</strong> is the root of the OpenCV files you downloaded or cloned (the directory containing 3rdparty, apps, build, etc.),</li>
<li><strong>PATH_TO_OPENCV_CONTRIB_MODULES</strong> is the path to the <strong>modules</strong> directory inside the <a href="https://github.com/opencv/opencv_contrib/tree/master/modules" target="_blank" rel="noopener noreferrer">opencv-contrib</a> repository (the directory containing cudaarithm, cudabgsegm, etc.),</li>
<li><strong>PATH_TO_BUILD_DIR</strong> is the path to the directory where the build files should go,</li>
Expand Down
Loading

0 comments on commit 40911a3

Please sign in to comment.