Skip to content

Commit

Permalink
Update hiprt-path-tracer youtube embeddings
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Clabault committed Jul 27, 2024
1 parent 7d30450 commit 89397f6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 39 deletions.
34 changes: 2 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,9 @@ GEM
feedjira (3.2.3)
loofah (>= 2.3.1, < 3)
sax-machine (>= 1.0, < 2)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gemoji (4.1.0)
google-protobuf (4.27.2-aarch64-linux)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-arm64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.2-x86_64-linux)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -146,9 +134,6 @@ GEM
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
latex-decode (0.4.0)
libv8-node (21.7.2.0-aarch64-linux)
libv8-node (21.7.2.0-arm64-darwin)
libv8-node (21.7.2.0-x86_64-darwin)
libv8-node (21.7.2.0-x86_64-linux)
liquid (4.0.4)
listen (3.9.0)
Expand All @@ -168,12 +153,6 @@ GEM
mutex_m (0.2.0)
namae (1.2.0)
racc (~> 1.7)
nokogiri (1.16.6-aarch64-linux)
racc (~> 1.4)
nokogiri (1.16.6-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.16.6-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
Expand All @@ -188,12 +167,6 @@ GEM
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.8-aarch64-linux-gnu)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-arm64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-darwin)
google-protobuf (~> 4.26)
sass-embedded (1.77.8-x86_64-linux-gnu)
google-protobuf (~> 4.26)
sax-machine (1.3.2)
Expand All @@ -209,10 +182,7 @@ GEM
webrick (1.8.1)

PLATFORMS
aarch64-linux
arm64-darwin
x86_64-darwin
x86_64-linux
x86_64-linux-gnu

DEPENDENCIES
classifier-reborn
Expand Down Expand Up @@ -241,4 +211,4 @@ DEPENDENCIES
webrick

BUNDLED WITH
2.5.7
2.5.15
2 changes: 1 addition & 1 deletion _drafts/2023-07-12-post-bibliography.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ sed do eiusmod tempor.
Lorem ipsum dolor sit amet, consectetur adipisicing.
{% endquote %}

If you would like something more academic, check the [distill style post]({% post_url 2018-12-22-distill %}).
If you would like something more academic, check the [distill style post]({% post_url 2018-12-22-distill-ignore %}).
17 changes: 11 additions & 6 deletions _projects/hiprt-path-tracer.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,19 @@ The Orochi library allows the loading of HIP and CUDA libraries at runtime meani
<hr/>
<h2 class="mt-4" id="features">Live YouTube Showcases</h2>

<h4 id="Material_Editor_Demo">Material Editor</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/LOVBwOoLVVQ?si=jrfRRjCnZuZ9mklo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

<h4 id="OIDN_AOVs">OIDN AOVs Quality Comparison</h4>
<iframe width="560" height="315" src="https://www.youtube.com/embed/GnCi7K2w9go?si=MXP85c2vL1cLcVXI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<div class="row">
<div class="col-sm-12 col-md-6 text-center">
<h4 id="Material_Editor_Demo">Material Editor</h4>
<iframe class="center" style="aspect-ratio:16/9; width:100%;" src="https://www.youtube.com/embed/LOVBwOoLVVQ?si=jrfRRjCnZuZ9mklo" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
<div class="col-sm-12 col-md-6 text-center">
<h4 id="Material_Editor_Demo">Material Editor</h4>
<iframe class="center" style="aspect-ratio:16/9; width:100%;" src="https://www.youtube.com/embed/GnCi7K2w9go?si=MXP85c2vL1cLcVXI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div>
</div>

<hr/>
<h2 class="mt-4" id="Related_blog_psots">Related Blog Posts</h2>
<h2 class="mt-4" id="Related_blog_posts">Related Blog Posts</h2>

<i class="fa-solid fa-tag fa-sm"></i> <a href="{{ site.baseurl }}/blog/category/hiprt-path-tracer/">hiprt-path-tracer</a>

Expand Down

0 comments on commit 89397f6

Please sign in to comment.