|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010, 2012, 2014 Université de Bordeaux
|
|
|
+ * Copyright (C) 2010, 2012, 2014-2015 Université de Bordeaux
|
|
|
* Copyright (C) 2010, 2011 CNRS
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -33,5 +33,6 @@ void _starpu_unlock_post_sync_tasks(starpu_data_handle_t handle);
|
|
|
/* This function blocks until the handle is available in the requested mode */
|
|
|
int _starpu_data_wait_until_available(starpu_data_handle_t handle, enum starpu_data_access_mode mode, const char *sync_name);
|
|
|
|
|
|
+void _starpu_data_clear_implicit(starpu_data_handle_t handle);
|
|
|
#endif // __IMPLICIT_DATA_DEPS_H__
|
|
|
|