Browse Source

merge fix

Andra Hugo 12 years ago
parent
commit
61700d1cff
3 changed files with 0 additions and 6 deletions
  1. 0 4
      src/datawizard/filters.c
  2. 0 1
      src/datawizard/reduction.c
  3. 0 1
      src/datawizard/user_interactions.c

+ 0 - 4
src/datawizard/filters.c

@@ -446,9 +446,6 @@ static void starpu_data_create_children(starpu_data_handle_t handle, unsigned nc
 	/* this handle now has children */
 	handle->nchildren = nchildren;
 }
-<<<<<<< .working
-
-=======
 
 /*
  * Given an integer N, NPARTS the number of parts it must be divided in, ID the
@@ -482,4 +479,3 @@ _starpu_filter_nparts_compute_chunk_size_and_offset(unsigned n, unsigned nparts,
 	if (offset != NULL)
 		*offset = (id *(n/nparts) + STARPU_MIN(remainder, id)) * ld * elemsize;
 }
->>>>>>> .merge-right.r7640

+ 0 - 1
src/datawizard/reduction.c

@@ -351,4 +351,3 @@ void _starpu_data_end_reduction_mode_terminate(starpu_data_handle_t handle)
 		}
 	}
 }
-

+ 0 - 1
src/datawizard/user_interactions.c

@@ -509,4 +509,3 @@ void starpu_data_query_status(starpu_data_handle_t handle, int memory_node, int
 
 //	_starpu_spin_unlock(&handle->header_lock);
 }
-