|
@@ -242,6 +242,8 @@ void dw_cholesky(float *matA, unsigned size, unsigned ld, unsigned nblocks)
|
|
* one block is now determined by 2 unsigned (i,j) */
|
|
* one block is now determined by 2 unsigned (i,j) */
|
|
starpu_matrix_data_register(&dataA, 0, (uintptr_t)matA, ld, size, size, sizeof(float));
|
|
starpu_matrix_data_register(&dataA, 0, (uintptr_t)matA, ld, size, size, sizeof(float));
|