|
128 | 128 | <span class="menu-text">About</span></a> |
129 | 129 | </li> |
130 | 130 | <li class="nav-item compact"> |
131 | | - <a class="nav-link" href="https://github.com/" rel="" target=""><i class="bi bi-github" role="img"> |
| 131 | + <a class="nav-link" href="https://github.com/noklam/gpu-python" rel="" target=""><i class="bi bi-github" role="img"> |
132 | 132 | </i> |
133 | 133 | <span class="menu-text"></span></a> |
134 | 134 | </li> |
135 | 135 | <li class="nav-item compact"> |
136 | | - <a class="nav-link" href="https://twitter.com" rel="" target=""><i class="bi bi-twitter" role="img"> |
| 136 | + <a class="nav-link" href="https://linkedin.com/noklamchan" rel="" target=""><i class="bi bi-linkedin" role="img"> |
137 | 137 | </i> |
138 | 138 | <span class="menu-text"></span></a> |
139 | 139 | </li> |
@@ -166,61 +166,21 @@ <h1 class="title">gpu-python</h1> |
166 | 166 | <!-- margin-sidebar --> |
167 | 167 | <div id="quarto-margin-sidebar" class="sidebar margin-sidebar"> |
168 | 168 |
|
169 | | - <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(2)</span></div><div class="category" data-category="analysis">analysis <span class="quarto-category-count">(1)</span></div><div class="category" data-category="code">code <span class="quarto-category-count">(1)</span></div><div class="category" data-category="news">news <span class="quarto-category-count">(2)</span></div></div></div> |
| 169 | + <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-listing-category category-default"><div class="category" data-category="">All <span class="quarto-category-count">(1)</span></div><div class="category" data-category="news">news <span class="quarto-category-count">(1)</span></div></div></div> |
170 | 170 | <!-- main --> |
171 | 171 | <main class="content quarto-banner-title-block column-page-left" id="quarto-document-content"> |
172 | 172 |
|
173 | 173 |
|
174 | 174 |
|
175 | 175 |
|
| 176 | +<p>Resource for learning GPU Programming in Python</p> |
176 | 177 |
|
177 | 178 |
|
178 | 179 |
|
179 | 180 |
|
180 | 181 | <div class="quarto-listing quarto-listing-container-default" id="listing-listing"> |
181 | 182 | <div class="list quarto-listing-default"> |
182 | | -<div class="quarto-post image-right" data-index="0" data-categories="news,code,analysis" data-listing-date-sort="1744671600000" data-listing-file-modified-sort="1744757897708" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1"> |
183 | | -<div class="thumbnail"> |
184 | | -<p><a href="./posts/post-with-code/index.html"> <img src="./posts/post-with-code/image.jpg" class="thumbnail-image"> </a></p> |
185 | | -</div> |
186 | | -<div class="body"> |
187 | | -<a href="./posts/post-with-code/index.html"> |
188 | | -<h3 class="no-anchor listing-title"> |
189 | | -Post With Code |
190 | | -</h3> |
191 | | -<div class="listing-subtitle"> |
192 | | - |
193 | | -</div> |
194 | | -</a> |
195 | | -<div class="listing-categories"> |
196 | | -<div class="listing-category" onclick="window.quartoListingCategory('news'); return false;"> |
197 | | -news |
198 | | -</div> |
199 | | -<div class="listing-category" onclick="window.quartoListingCategory('code'); return false;"> |
200 | | -code |
201 | | -</div> |
202 | | -<div class="listing-category" onclick="window.quartoListingCategory('analysis'); return false;"> |
203 | | -analysis |
204 | | -</div> |
205 | | -</div> |
206 | | -<a href="./posts/post-with-code/index.html"> |
207 | | -<div class="listing-description"> |
208 | | -This is a post with executable code. |
209 | | -</div> |
210 | | -</a> |
211 | | -</div> |
212 | | -<div class="metadata"> |
213 | | -<a href="./posts/post-with-code/index.html"> |
214 | | -<div class="listing-date"> |
215 | | -Apr 15, 2025 |
216 | | -</div> |
217 | | -<div class="listing-author"> |
218 | | -Harlow Malloc |
219 | | -</div> |
220 | | -</a> |
221 | | -</div> |
222 | | -</div> |
223 | | -<div class="quarto-post image-right" data-index="1" data-categories="news" data-listing-date-sort="1744412400000" data-listing-file-modified-sort="1744757897709" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1"> |
| 183 | +<div class="quarto-post image-right" data-index="0" data-categories="news" data-listing-date-sort="1744412400000" data-listing-file-modified-sort="1744757897709" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="1"> |
224 | 184 | <div class="thumbnail"> |
225 | 185 | <p><a href="./posts/welcome/index.html"> <p class="card-img-top"><img src="posts/welcome/thumbnail.jpg" class="thumbnail-image card-img"/></p> </a></p> |
226 | 186 | </div> |
|
0 commit comments