Files
UltraGrid/ldgm-coding/gpu.cuh
Martin Pulec f19183f22c added LDGM
2012-06-02 21:46:53 +02:00

17 lines
258 B
Plaintext

void test(void);
struct coding_params {
int num_lost;
int k;
int m;
int packet_size;
int max_row_weight;
};
void gpu_encode ( char*, char*, int*, struct coding_params );
void gpu_decode ( char*, int*, char*, struct coding_params );