SAID Issam
Team : PEQUAN
Invited by : Pierre FORTIN
Arrival date : 01/01/2016
Departure date : 12/31/2016
http://www-pequan.lip6.fr/~isaid
function showhidediv(id) {
if (document.getElementById) { // DOM3 = IE5, NS6
if (document.getElementById(id).style.display == 'none') document.getElementById(id).style.display = 'block'; else document.getElementById(id).style.display = 'none';
}
else {
if (document.layers) { // Netscape 4
if (document.id.display == 'none') document.id.display = 'block'; else document.id.display = 'none';
}
else { // IE 4
if (document.all.id.style.display == 'none') document.all.id.style.display = 'block'; else document.all.id.style.display = 'none';
}
}
}
// https://csp.withgoogle.com/docs/adopting-csp.html
document.addEventListener('DOMContentLoaded', function () {
document.getElementById('show_doctors')
.addEventListener('click', function doThings() {
showhidediv("docteurs");
});
});
2012-2018 Publications
-
2018
- I. Said, P. Fortin, J.‑L. Lamotte, H. Calandra : “Leveraging the accelerated processing units for seismic imaging: A performance and power efficiency comparison against CPUs and GPUs”, International Journal of High Performance Computing Applications, vol. 32 (6), pp. 819-837, (SAGE Publications) (2018)
-
2016
- F. Jézéquel, J.‑L. Lamotte, I. Said : “Estimation de la reproductibilité numérique dans les environnements hybrides CPU-GPU”, CANUM, mini-symposium ``Recherche reproductible'', Obernai, France (2016)
- I. Said, P. Fortin, J.‑L. Lamotte, H. Calandra : “hiCL: an OpenCL abstraction layer for scientific computing, application to depth imaging on GPU and APU”, The ACM International Conference Series (ACM ICPS)., Vienne, Austria (2016)
- I. Said, P. Fortin, J.‑L. Lamotte, R. Dolbeau, H. Calandra : “On the efficiency of the Accelerated Processing Unit for scientific computing”, Proceedings of the 2016 Spring Simulation Multi-Conference (SPRINGSIM)., Pasadena, United States, pp. 349-356, (Society for Computer Simulation International) (2016)
- I. Said, P. Fortin, J.‑L. Lamotte, H. Calandra : “Efficient Reverse Time Migration on APU clusters”, 2016 Rice Oil & Gas HPC Conference, Houston, United States (2016)
-
2015
- I. Said : “Contributions of hybrid architectures to depth imaging: a CPU, APU and GPU comparative study”, thesis, defence 12/21/2015, supervision Lamotte, Jean-Luc, co-supervision : Fortin, Pierre (2015)
- F. Jézéquel, J.‑L. Lamotte, I. Said : “Estimation of numerical reproducibility on CPU and GPU”, 8th Workshop on Computer Aspects of Numerical Algorithms (CANA), Federated Conference on Computer Science and Information Systems (FedCSIS), Lodz, Poland, pp. 687-692 (2015)
-
2014
- P. Eberhart, I. Said, P. Fortin, H. Calandra : “Hybrid strategy for stencil computations on the APU”, Proceedings of the 1st International Workshop on High-Performance Stencil Computations, Vienna, Austria, pp. 43-49 (2014)
-
2013
- F. Jézéquel, J.‑L. Lamotte, I. Said : “Validation numérique de codes scientifiques sur GPU”, Congrès SMAI, Biennale Française des Mathématiques Appliquées et Industrielles, mini-symposium ``Etapes vers la reproductibilité numérique des calculs'', Seignosse, France, pp. 178-179 (2013)
- H. Calandra, R. Dolbeau, P. Fortin, J.‑L. Lamotte, I. Said : “Evaluation of Successive CPUs/APUs/GPUs Based on an OpenCL Finite Difference Stencil”, 21st Euromicro International Conference Parallel, Distributed and Network-Based Processing, PDP 2013, Belfast, United Kingdom, pp. 405-409, (IEEE) (2013)
-
2012
- H. Calandra, R. Dolbeau, P. Fortin, J.‑L. Lamotte, I. Said : “Assessing the relevance of APU for high performance scientific computing”, AMD Fusion Developer Summit (AFDS), Bellevue, WA, United States (2012)