Commit Graph

9 Commits

Author SHA1 Message Date
fd36226600 Move generic files to src/common 2023-05-12 16:16:34 +02:00
b89c651174 Align memory addresses when allocating for CUDA
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#device-memory-accesses
2023-02-22 15:08:14 +01:00
5c7c013d91 Change headers 2023-02-18 13:10:00 +01:00
64e1cf0ad5 Implement custom memory management 2023-01-28 22:04:38 +01:00
03ad4b01e5 Use OpenMP instead of clock time
It was previously not accurate when using threads
2023-01-13 15:58:11 +01:00
6d635d7634 Update matrix_multiplication test 2022-11-11 11:41:21 +01:00
c0381efa71 Ajout de utils.cu & recoloration des tests
Ajout de test.cu:
    Suppression de redondances dans le code
Recoloration des tests:
    Ajout de couleurs pour clarifier le bon fonctionnement ou non du programme
2022-11-11 11:20:30 +01:00
1608256e43 Add cuda convolution 2022-11-01 17:24:29 +01:00
cf050de1d6 Move to Makefile 2022-10-24 12:54:51 +02:00