[cig-commits] [commit] devel,master: bug fix in gpu simulations for writing out strains; adds file helper_functions_gpu.c; makes use of gpu wrapper functions for similar CUDA/OpenCL functions (avoids many ifdef-statements, improves readability) (b9cffa1)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:29:05 PST 2014


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

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

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

commit b9cffa12aea5875a78c94e86b9420018aefa3eb5
Author: daniel peter <peterda at ethz.ch>
Date:   Thu Aug 21 15:42:20 2014 +0200

    bug fix in gpu simulations for writing out strains; adds file helper_functions_gpu.c; makes use of gpu wrapper functions for similar CUDA/OpenCL functions (avoids many ifdef-statements, improves readability)


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

b9cffa12aea5875a78c94e86b9420018aefa3eb5
 src/gpu/check_fields_gpu.c                 |  650 +-----
 src/gpu/compute_stacey_acoustic_gpu.c      |   23 +-
 src/gpu/compute_stacey_elastic_gpu.c       |   21 +-
 src/gpu/helper_functions_gpu.c             |  743 +++++++
 src/gpu/initialize_gpu.c                   |   67 +-
 src/gpu/mesh_constants_cuda.h              |    1 -
 src/gpu/mesh_constants_gpu.h               |   36 +-
 src/gpu/mesh_constants_ocl.h               |    3 +-
 src/gpu/noise_tomography_gpu.c             |   12 +-
 src/gpu/prepare_mesh_constants_gpu.c       | 3074 ++++++++--------------------
 src/gpu/rules.mk                           |    1 +
 src/gpu/transfer_fields_gpu.c              |  715 +------
 src/gpu/write_seismograms_gpu.c            |   77 +-
 src/specfem3D/specfem3D_gpu_method_stubs.c |   11 +-
 14 files changed, 1915 insertions(+), 3519 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 b9cffa12aea5875a78c94e86b9420018aefa3eb5


More information about the CIG-COMMITS mailing list