浏览代码

drop spurious change

Erwan Leria 7 年之前
父节点
当前提交
3178348e20
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      examples/mult/xgemm.c

+ 0 - 1
examples/mult/xgemm.c

@@ -361,7 +361,6 @@ int main(int argc, char **argv)
 			task->handles[2] = starpu_data_get_sub_data(C_handle, 2, x, y);
 
 			task->flops = 2ULL * (xdim/nslicesx) * (ydim/nslicesy) * zdim;
-			task->tag_id = iter * nslicesx * nslicesy + y * nslicesx + x;
 
 			ret = starpu_task_submit(task);
 			if (ret == -ENODEV)