Commit Graph

9 Commits

Author SHA1 Message Date
Martin Piatka
eebb138626 ldgm gpu: Move cuda_check_error macro
nvcc had some problems with gcc 12.1 stl map templates when compiling gpu.cu.
And since ldgm-session-gpu.h which contained the c++ code was only needed for
this one macro, it's probably better to move it to gpu.cuh which is
already included by all files that need it.
2022-05-12 10:13:28 +02:00
Martin Pulec
66971d9aeb LDGM: removed main.cpp.orig
Doesn't differ from main.cpp much and it is in history, anyways.

This change is mostly to allow batch removal of .orig files in repo
without affecting a tracked file.
2022-03-23 14:09:47 +01:00
Martin Pulec
c35083fa91 Suppress clang warnings 2021-09-08 08:25:10 +02:00
Martin Pulec
320ea5d3df Fixed some Coverity warnings 2021-03-25 15:08:03 +01:00
Martin Pulec
4aaec8f7f0 Fixed some Coverity warnings 2021-02-23 15:00:58 +01:00
Martin Pulec
a7830d3bc2 Fixed few warnings 2018-07-24 09:38:47 +02:00
Martin Piatka
7ff0ec7c11 LDGM: Reduce an unnecessarily large memset 2017-01-09 13:10:56 +01:00
Martin Piatka
4a64385ba6 LDGM: Allocate memory for parity packet only once 2017-01-09 12:56:52 +01:00
Martin Pulec
f489c68626 Readded LDGM source files 2016-11-24 17:54:16 +01:00