mirror of
https://github.com/augustin64/projet-tipe
synced 2025-02-02 19:39:39 +01:00
Add comments to config.h
This commit is contained in:
parent
dd16e34cce
commit
5088c415d6
@ -39,6 +39,8 @@
|
||||
#define NETWORK_CLIP_VALUE 300
|
||||
|
||||
//* Paramètres CUDA
|
||||
// Le produit des 3 dimensions doit être au maximum 1024 (atteignable avec 8*8*16)
|
||||
// Le réduire permet d'éviter des erreurs "Out of memory" au lancement des Kernel
|
||||
#define BLOCKSIZE_x 10
|
||||
#define BLOCKSIZE_y 10
|
||||
#define BLOCKSIZE_z 10
|
||||
|
Loading…
Reference in New Issue
Block a user