@@ -338,6 +338,53 @@ <h5 class="card-title">
338338< div >
339339< h1 > Publications</ h1 >
340340
341+ <!-- Card5 -->
342+ < div class ="card ">
343+ < div class ="card-body ">
344+ < h5 class ="card-title ">
345+ LaRIS: Targeting Portability and Productivity for LAPACK Codes on Extreme Heterogeneous Systems by Using IRIS
346+ < span class ="badge bg-dark "> RSDHA 2022</ span >
347+ </ h5 >
348+ < p class ="card-text ">
349+ Mohammad Alaul Haque Monil, Narasinga Rao Miniskar, Frank Y. Liu, Jeffrey S. Vetter, Pedro Valero-Lara
350+ </ p >
351+ < button type ='button ' class ='btn btn-success ' data-bs-toggle ='modal ' data-bs-target ='#monil2022laris '> cite this</ button >
352+ < a href ='https://doi.org/10.1109/RSDHA56811.2022.00007 ' 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 ='monil2022laris ' 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{monil2022laris,
366+ title={LaRIS: Targeting Portability and Productivity for LAPACK Codes on Extreme Heterogeneous Systems by Using IRIS},
367+ author={Monil, Mohammad Alaul Haque and Miniskar, Narasinga Rao and Liu, Frank Y and Vetter, Jeffrey S and Valero-Lara, Pedro},
368+ booktitle={2022 IEEE/ACM Redefining Scalability for Diversely Heterogeneous Architectures Workshop (RSDHA)},
369+ pages={12--21},
370+ year={2022},
371+ organization={IEEE}
372+ }
373+ </ pre >
374+ </ div >
375+ < div class ='modal-footer '>
376+ < button type ='button ' class ='btn btn-dark ' onclick ='copytoclipboard("bib") '> < i class ="far fa-copy "> </ i > Copy</ button >
377+ </ div >
378+ </ div >
379+ </ div >
380+ </ div >
381+
382+ </ div >
383+ </ div >
384+ <!-- /Card5 -->
385+
386+ < p > </ p >
387+
341388<!-- Card4 -->
342389< div class ="card ">
343390< div class ="card-body ">
0 commit comments