Skip to content

Commit e696c72

Browse files
committed
Forgot to change the title in the home page.
1 parent 8b6d465 commit e696c72

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

RTIOW.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,9 +2731,7 @@ <h2 class="section-title">References</h2>
27312731
Programming Guide</a>
27322732
<br>
27332733
The definitive guide for CUDA architecture, performance tips, and memory behavior.
2734-
Especially
2735-
useful
2736-
for understanding occupancy, warp scheduling, and function inlining.
2734+
Especially useful for understanding occupancy, warp scheduling, and function inlining.
27372735
</li>
27382736
<li>
27392737
<a href="https://developer.nvidia.com/blog/" target="_blank">Optimizing CUDA by Nvidia

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ <h2>Articles</h2>
290290
<img src="images/RTIOW/2560x1440_50depth_3000samples_3400ms.png" class="card-img-top"
291291
alt="Ray tracing in one weekend in CUDA.">
292292
<div class="card-body">
293-
<h5 class="card-title">CUDA Ray Tracing 3.6x Faster Than RTX: My CUDA Ray Tracing
293+
<h5 class="card-title">CUDA Ray Tracing 2x Faster Than RTX: My CUDA Ray Tracing
294294
Journey</h5>
295295
<div class="card-body text-center">
296296
<a href="RTIOW.html" class="btn btn-primary">Learn More</a>

0 commit comments

Comments
 (0)