Cuda double registration
Compare changes
Files
2+ 2
− 1
@@ -243,6 +243,8 @@ int morse_desc_mat_alloc( MORSE_desc_t *desc )
@@ -453,7 +455,6 @@ int MORSE_Desc_Create_User(MORSE_desc_t **desc, void *mat, MORSE_enum dtyp, int
GitLab upgrade completed. Current version is 17.10.3. We now benefit from the enhancements of 17.9 and 17.10 releases. Among other improvements, it is now possible to set the automatic deletion of continuous integration pipelines. You can help us reduce storage usage by setting an expiry date for your pipelines.
Fixes issue #25 (closed) where data was registered twice: once in the starpu_malloc function, and once when we create the descriptor.