@@ -76,7 +76,7 @@ description: Empowering real-time graphics developers with advanced language fea
7676 </div>
7777
7878 <div class="col-sm-7">
79- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/write-once.webp" />
79+ <img class="img-fluid" src="{{ site.baseurl }}/images/write-once.webp" />
8080 </div>
8181 </div>
8282 </div>
@@ -87,7 +87,7 @@ description: Empowering real-time graphics developers with advanced language fea
8787 <hr>
8888 </h3>
8989 <div class="col-sm-6">
90- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/latest-feature.webp" />
90+ <img class="img-fluid" src="{{ site.baseurl }}/images/latest-feature.webp" />
9191
9292 </div>
9393
@@ -121,7 +121,7 @@ description: Empowering real-time graphics developers with advanced language fea
121121 <hr>
122122 </h3>
123123 <div class="col-sm-6">
124- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/autodiff.jpg" />
124+ <img class="img-fluid" src="{{ site.baseurl }}/images/autodiff.jpg" />
125125
126126 </div>
127127
@@ -139,7 +139,7 @@ description: Empowering real-time graphics developers with advanced language fea
139139 <hr>
140140 </h3>
141141 <div class="col-sm-6">
142- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/slangpy.jpg" />
142+ <img class="img-fluid" src="{{ site.baseurl }}/images/slangpy.jpg" />
143143 </div>
144144 <div class="col-sm-6">
145145 <p>Slang code can be integrated directly into your Python/PyTorch training loop with SlangPy. You can implement complex control-divergent algorithms, sparse data structures, make use of advanced GPU features in Slang, and call your Slang code from Python without any boilerplate with the SlangPy package.</p>
@@ -153,7 +153,7 @@ description: Empowering real-time graphics developers with advanced language fea
153153 <hr>
154154 </h3>
155155 <div class="col-12">
156- <img class="img-fluid" src="/images/modules-1.jpg" />
156+ <img class="img-fluid" src="{{ site.baseurl }} /images/modules-1.jpg" />
157157
158158 </div>
159159
@@ -174,7 +174,7 @@ description: Empowering real-time graphics developers with advanced language fea
174174 <hr>
175175 </h3>
176176 <div class="col-sm-6">
177- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/generics.jpg" />
177+ <img class="img-fluid" src="{{ site.baseurl }}/images/generics.jpg" />
178178
179179 </div>
180180
@@ -197,7 +197,7 @@ description: Empowering real-time graphics developers with advanced language fea
197197 <hr>
198198 </h3>
199199 <div class="col-sm-6">
200- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/hlsl-compatibility.jpg" />
200+ <img class="img-fluid" src="{{ site.baseurl }}/images/hlsl-compatibility.jpg" />
201201
202202 </div>
203203
@@ -219,7 +219,7 @@ description: Empowering real-time graphics developers with advanced language fea
219219 <hr>
220220 </h3>
221221 <div class="col-sm-6">
222- <img class="img-fluid" src="{{ site.url }}{{ site. baseurl }}/images/tooling-support.webp" />
222+ <img class="img-fluid" src="{{ site.baseurl }}/images/tooling-support.webp" />
223223
224224 </div>
225225
0 commit comments