[cig-commits] [commit] devel,master: add GPU tracer (79a78c0)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:27:06 PST 2014


Repository : https://github.com/geodynamics/specfem3d_globe

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

>---------------------------------------------------------------

commit 79a78c0e572294442d1546a3d01d8246be7f917d
Author: Kevin Pouget <kevin.pouget at imag.fr>
Date:   Thu Jul 17 15:04:22 2014 +0200

    add GPU tracer


>---------------------------------------------------------------

79a78c0e572294442d1546a3d01d8246be7f917d
 .../gpuTrace/LICENSE                               |   22 +-
 .../gpuTrace/Makefile.run                          |   98 ++
 .../gpuTrace/README.md                             |  132 +++
 .../gpuTrace/cuda_helper.h                         |   17 +
 .../gpuTrace/cuda_helper_preprocessor.py           |   88 ++
 .../gpuTrace/gdb_helper.py                         |   62 ++
 .../gpuTrace/gpu_helper_py.c                       |  181 ++++
 .../gpuTrace/instr-cuda.c                          |  395 ++++++++
 .../gpuTrace/instr-ocl.c                           |  824 ++++++++++++++++
 .../gpuTrace/ldChecker.c                           | 1036 ++++++++++++++++++++
 .../gpuTrace/ldChecker.h                           |  332 +++++++
 .../gpuTrace/ldPreloader.c                         |   22 +
 .../gpuTrace/ldPreloader.h                         |    6 +
 .../gpuTrace/ocl_helper.h                          |   10 +
 .../gpuTrace/parse_gpu_program.py                  |  102 ++
 15 files changed, 3316 insertions(+), 11 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 79a78c0e572294442d1546a3d01d8246be7f917d


More information about the CIG-COMMITS mailing list