Olivier Mattelaer
(UCLouvain/CISM)
09/11/2023, 09:30
C is a very performant language on which are build C++ but also Python (and many others). Even if this language is now mainly superseeded by C++, it is important to understand the basic of the language if you want to learn C++ and or Cuda programming (for GPU).
<td...
Bernard Van Renterghem
(UCL CISM)
09/11/2023, 11:15
When a piece of software does not work the way it is expected to, it needs debugging. Then, when it works, it needs profiling to remove the bottlenecks. This session will also present the standard optimized librairies that will allow you to code faster and more... |