Cuda double registration
Compare changes
- Mathieu Faverge authored
@@ -62,7 +62,7 @@ void RUNTIME_user_tag_size(int user_tag_width, int user_tag_sep) {
@@ -75,7 +75,7 @@ void *RUNTIME_mat_alloc( size_t size)
Fixes issue #25 (closed) where data was registered twice: once in the starpu_malloc function, and once when we create the descriptor.