@@ -338,6 +338,52 @@ <h5 class="card-title">
338
338
< div >
339
339
< h1 > Publications</ h1 >
340
340
341
+ <!-- Card7 -->
342
+ < div class ="card ">
343
+ < div class ="card-body ">
344
+ < h5 class ="card-title ">
345
+ Tiling Framework for Heterogeneous Computing of Matrix-Based Tiled Algorithms
346
+ < span class ="badge bg-dark "> PPOPP ExHET 2023</ span >
347
+ </ h5 >
348
+ < p class ="card-text ">
349
+ Narasinga Rao Miniskar, Mohammad Alaul Haque Monil, Pedro Valero-Lara, Frank Y. Liu, Jeffrey S. Vetter
350
+ </ p >
351
+ < button type ='button ' class ='btn btn-success ' data-bs-toggle ='modal ' data-bs-target ='#exhet2023 '> cite this</ button >
352
+ <!-- <a href='https://doi.org/10.1007/978-3-031-23606-8_14' class="btn btn-outline-success">doi</a> -->
353
+ <!-- <a href='pdf/hpec21-cosmiccastle.pdf' class="btn btn-outline-success">pdf</a> -->
354
+ <!-- <a href='pdf/hpec21-cosmiccastle-slide.pdf' class="btn btn-outline-success">slide</a> -->
355
+
356
+ < div class ='modal fade ' id ='exhet2023 ' tabindex ='-1 '>
357
+ < div class ='modal-dialog '>
358
+ < div class ='modal-content '>
359
+ < div class ='modal-header '>
360
+ < h5 class ='modal-title '> BibTeX</ h5 >
361
+ < button type ='button ' class ='btn-close ' data-bs-dismiss ='modal '> </ button >
362
+ </ div >
363
+ < div class ='modal-body text-start '>
364
+ < pre class ='font-sm ' id ="bib ">
365
+ @inproceedings{exhet2023,
366
+ author = {Miniskar, Narasinga Rao and Mohammad, Alaul Haque Monil and Pedro, Valero-Lara and Liu, Frank and Vetter, Jeffrey S},
367
+ title = {Tiling Framework for Heterogeneous Computing of Matrix-Based Tiled Algorithms},
368
+ booktitle = {The 2nd International Workshop on Extreme Heterogeneity Solutions},
369
+ publisher = {{ACM}},
370
+ year = {2023},
371
+ }
372
+ </ pre >
373
+ </ div >
374
+ < div class ='modal-footer '>
375
+ < button type ='button ' class ='btn btn-dark ' onclick ='copytoclipboard("bib") '> < i class ="far fa-copy "> </ i > Copy</ button >
376
+ </ div >
377
+ </ div >
378
+ </ div >
379
+ </ div >
380
+
381
+ </ div >
382
+ </ div >
383
+ <!-- /Card7 -->
384
+
385
+ < p > </ p >
386
+
341
387
<!-- Card6 -->
342
388
< div class ="card ">
343
389
< div class ="card-body ">
0 commit comments