|
starpu_malloc_pinned_if_possible((void **)&buffer, VECTORSIZE);
|
|
starpu_malloc_pinned_if_possible((void **)&buffer, VECTORSIZE);
|
|
starpu_register_vector_data(&v_handle, 0, (uintptr_t)buffer, VECTORSIZE, sizeof(char));
|
|
starpu_register_vector_data(&v_handle, 0, (uintptr_t)buffer, VECTORSIZE, sizeof(char));
|