fixed memory deallocation

This commit is contained in:
AlexeyAB
2019-11-12 15:11:33 +03:00
parent 9fe201807e
commit ded620ac6b
2 changed files with 21 additions and 20 deletions

View File

@ -873,6 +873,7 @@ LIB_API void free_layer(layer);
LIB_API void free_data(data d);
LIB_API pthread_t load_data(load_args args);
LIB_API pthread_t load_data_in_thread(load_args args);
LIB_API void *load_thread(void *ptr);
// dark_cuda.h
LIB_API void cuda_pull_array(float *x_gpu, float *x, size_t n);