made stuff kind of work

TODO: fix some issues in the GPU code
This commit is contained in:
2025-06-25 00:35:33 +02:00
parent d20c59b162
commit e2bc6bd469
5 changed files with 210 additions and 12 deletions

View File

@@ -65,7 +65,7 @@
#define NN_CALL_HEAT 0.05
#define NN_CALL_COST 1
#define NN_LABEL_SIZE 128
#define NN_INDIRECT_CALL_LATENCY 0.05
#define NN_INDIRECT_CALL_LATENCY 0.005
typedef struct nn_guard nn_guard;
typedef atomic_size_t nn_refc;