Journée Calcul Haute Performance
jeudi 20 décembre 2012 -
10:00
lundi 17 décembre 2012
mardi 18 décembre 2012
mercredi 19 décembre 2012
jeudi 20 décembre 2012
10:15
Solving the Table Maker's Dilemna by reducing divergence on GPU
-
Marc Gouicem (Université Paris 6)
Solving the Table Maker's Dilemna by reducing divergence on GPU
Marc Gouicem (Université Paris 6)
10:15 - 11:15
Room: Amphithéatre S113
The IEEE 754-2008 standard recommends correctly rounding elementary functions. However, these functions are transcendental and their results can only be approximated with error epsilon >0. If o_p is a rounding function at precision p , there may exist some arguments x, called (p,epsilon) hard-to-round arguments, such that o_p(f(x)−epsilon) be distinct of o_p(f(x)+epsilon), inducing an uncertainty on the rounding of f(x). Finding an error epsilon such that there are no (p,epsilon) hard-to-round arguments is known as the Table Maker’s Dilemma (TMD).
14:30
Programmation d'accélérateurs par directives : OpenHMPP et OpenACC
-
Florent Lebeau (Caps Entreprise)
Programmation d'accélérateurs par directives : OpenHMPP et OpenACC
Florent Lebeau (Caps Entreprise)
14:30 - 15:30
Room: Amphithéatre S113
OpenHMPP (HMPP for Hybrid Multicore Parallel Programming) - programming standard for Heterogeneous computing. Based on a set of compiler directives, standard is a programming model designed to handle hardware accelerators without the complexity associated with GPU programming. The OpenACC Application Program Interface describes a collection of compiler directives to specify loops and regions of code in standard C, C++ and Fortran to be offloaded from a host CPU to an attached accelerator. OpenACC is designed for portability across operating systems, host CPUs, and a wide range of accelerators, including APUs, GPUs, and many-core coprocessors.