File: rename.sed

package info (click to toggle)
starpu-contrib 1.0.1%2Bdfsg-1
  • links: PTS, VCS
  • area: contrib
  • in suites: wheezy
  • size: 13,836 kB
  • sloc: ansic: 77,357; cpp: 23,334; sh: 12,088; makefile: 2,086; lisp: 758; yacc: 185; sed: 126; fortran: 13
file content (143 lines) | stat: -rw-r--r-- 8,064 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# StarPU --- Runtime system for heterogeneous multicore architectures.
#
# Copyright (C) 2010  Université de Bordeaux 1
# Copyright (C) 2010, 2011, 2012  Centre National de la Recherche Scientifique
#
# StarPU is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or (at
# your option) any later version.
#
# StarPU is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
#
# See the GNU Lesser General Public License in COPYING.LGPL for more details.

s/\bstarpu_access_mode\b/enum starpu_access_mode/g
s/\bstruct starpu_codelet_t\b/struct starpu_codelet/g
s/\bstarpu_codelet\b/struct starpu_codelet/g
s/\bstarpu_data_handle\b/starpu_data_handle_t/g
s/\bstarpu_block_interface_t\b/struct starpu_block_interface/g
s/\bstarpu_matrix_interface_t\b/struct starpu_matrix_interface/g
s/\bstarpu_vector_interface_t\b/struct starpu_vector_interface/g
s/\bstarpu_variable_interface_t\b/struct starpu_variable_interface/g
s/\bstarpu_csr_interface_t\b/struct starpu_csr_interface/g
s/\bstarpu_bcsr_interface_t\b/struct starpu_bcsr_interface/g
s/\bstarpu_multiformat_interface_t\b/struct starpu_multiformat_interface/g
s/\bstarpu_machine_topology_s\b/starpu_machine_topology/g
s/\bstarpu_htbl32_node_s\b/starpu_htbl32_node/g
s/\bstarpu_history_list_t\b/starpu_history_list/g
s/\bstarpu_buffer_descr_t\b/starpu_buffer_descr/g
s/\bstarpu_history_entry_t\b/starpu_history_entry/g
s/\bstarpu_history_list_t\b/starpu_history_list/g
s/\bstarpu_model_list_t\b/starpu_model_list/g
s/\bstarpu_regression_model_t\b/starpu_regression_model/g
s/\bstarpu_per_arch_perfmodel_t\b/starpu_per_arch_perfmodel/g
#s/\bstarpu_buffer_descr\b/struct starpu_buffer_descr/g
s/\bstarpu_perfmodel_t\b/starpu_perfmodel/g
s/\bstarpu_sched_policy_s\b/starpu_sched_policy/g
s/\bstarpu_data_interface_ops_t\b/starpu_data_interface_ops/g
s/\bstarpu_submit_task\b/starpu_task_submit/g
s/\bstarpu_wait_task\b/starpu_task_wait/g
s/\bstarpu_helper_init_cublas\b/starpu_helper_cublas_init/g
s/\bstarpu_helper_shutdown_cublas\b/starpu_helper_cublas_shutdown/g
s/\bstarpu_deregister_progression_hook\b/starpu_progression_hook_deregister/g
s/\bstarpu_register_progression_hook\b/starpu_progression_hook_register/g
s/\bstarpu_get_worker_id\b/starpu_worker_get_id/g
s/\bstarpu_get_worker_devid\b/starpu_worker_get_devid/g
s/\bstarpu_get_worker_memory_node\b/starpu_worker_get_memory_node/g
s/\bstarpu_get_worker_name\b/starpu_worker_get_name/g
s/\bstarpu_get_worker_type\b/starpu_worker_get_type/g
s/\bstarpu_get_worker_count\b/starpu_worker_get_count/g
s/\bstarpu_get_cpu_worker_count\b/starpu_cpu_worker_get_count/g
s/\bstarpu_get_spu_worker_count\b/starpu_spu_worker_get_count/g
s/\bstarpu_get_opencl_worker_count\b/starpu_opencl_worker_get_count/g
s/\bstarpu_get_cuda_worker_count\b/starpu_cuda_worker_get_count/g
s/\bstarpu_get_local_cuda_stream\b/starpu_cuda_get_local_stream/g
s/\bstarpu_wait_all_tasks\b/starpu_task_wait_for_all/g
s/\bstarpu_delete_data\b/starpu_data_unregister/g
s/\bstarpu_malloc_pinned_if_possible\b/starpu_data_malloc_pinned_if_possible/g
s/\bstarpu_free_pinned_if_possible\b/starpu_data_free_pinned_if_possible/g
s/\bstarpu_sync_data_with_mem\b/starpu_data_acquire/g
s/\bstarpu_data_sync_with_mem\b/starpu_data_acquire/g
s/\bstarpu_sync_data_with_mem_non_blocking\b/starpu_data_acquire_cb/g
s/\bstarpu_data_sync_with_mem_non_blocking\b/starpu_data_acquire_cb/g
s/\bstarpu_release_data_from_mem\b/starpu_data_release/g
s/\bstarpu_data_release_from_mem\b/starpu_data_release/g
s/\bstarpu_advise_if_data_is_important\b/starpu_data_advise_as_important/g
s/\bstarpu_request_data_allocation\b/starpu_data_request_allocation/g
s/\bstarpu_prefetch_data_on_node\b/starpu_data_prefetch_on_node/g
s/\bstarpu_get_sub_data\b/starpu_data_get_sub_data/g
s/\bstarpu_partition_data\b/starpu_data_partition/g
s/\bstarpu_unpartition_data\b/starpu_data_unpartition/g
s/\bstarpu_map_filters\b/starpu_data_map_filters/g
s/\bstarpu_test_if_data_is_allocated_on_node\b/starpu_data_test_if_allocated_on_node/g
s/\bstarpu_get_block_elemsize\b/starpu_block_get_elemsize/g
s/\bstarpu_get_block_local_ldy\b/starpu_block_get_local_ldy/g
s/\bstarpu_get_block_local_ldz\b/starpu_block_get_local_ldz/g
s/\bstarpu_get_block_local_ptr\b/starpu_block_get_local_ptr/g
s/\bstarpu_get_block_nx\b/starpu_block_get_nx/g
s/\bstarpu_get_block_ny\b/starpu_block_get_ny/g
s/\bstarpu_get_block_nz\b/starpu_block_get_nz/g
s/\bstarpu_register_block_data\b/starpu_block_data_register/g
s/\bstarpu_get_bcsr_c\b/starpu_bcsr_get_c/g
s/\bstarpu_get_bcsr_elemsize\b/starpu_bcsr_get_elemsize/g
s/\bstarpu_get_bcsr_firstentry\b/starpu_bcsr_get_firstentry/g
s/\bstarpu_get_bcsr_local_colind\b/starpu_bcsr_get_local_colind/g
s/\bstarpu_get_bcsr_local_nzval\b/starpu_bcsr_get_local_nzval/g
s/\bstarpu_get_bcsr_local_rowptr\b/starpu_bcsr_get_local_rowptr/g
s/\bstarpu_get_bcsr_nnz\b/starpu_bcsr_get_nnz/g
s/\bstarpu_get_bcsr_nrow\b/starpu_bcsr_get_nrow/g
s/\bstarpu_get_bcsr_r\b/starpu_bcsr_get_r/g
s/\bstarpu_register_bcsr_data\b/starpu_bcsr_data_register/g
s/\bstarpu_get_csr_elemsize\b/starpu_csr_get_elemsize/g
s/\bstarpu_get_csr_firstentry\b/starpu_csr_get_firstentry/g
s/\bstarpu_get_csr_local_colind\b/starpu_csr_get_local_colind/g
s/\bstarpu_get_csr_local_nzval\b/starpu_csr_get_local_nzval/g
s/\bstarpu_get_csr_local_rowptr\b/starpu_csr_get_local_rowptr/g
s/\bstarpu_get_csr_nnz\b/starpu_csr_get_nnz/g
s/\bstarpu_get_csr_nrow\b/starpu_csr_get_nrow/g
s/\bstarpu_register_csr_data\b/starpu_csr_data_register/g
s/\bstarpu_get_matrix_elemsize\b/starpu_matrix_get_elemsize/g
s/\bstarpu_get_matrix_local_ld\b/starpu_matrix_get_local_ld/g
s/\bstarpu_get_matrix_local_ptr\b/starpu_matrix_get_local_ptr/g
s/\bstarpu_get_matrix_nx\b/starpu_matrix_get_nx/g
s/\bstarpu_get_matrix_ny\b/starpu_matrix_get_ny/g
s/\bstarpu_register_matrix_data\b/starpu_matrix_data_register/g
s/\bstarpu_divide_in_2_filter_func_vector\b/starpu_vector_divide_in_2_filter_func/g
s/\bstarpu_register_vector_data\b/starpu_vector_data_register/g
s/\bstarpu_get_vector_elemsize\b/starpu_vector_get_elemsize/g
s/\bstarpu_get_vector_local_ptr\b/starpu_vector_get_local_ptr/g
s/\bstarpu_get_vector_nx\b/starpu_vector_get_nx/g
s/\bstarpu_data_set_wb_mask\b/starpu_data_set_wt_mask/g
s/\bstarpu_list_filter_func_vector\b/starpu_vector_list_filter_func/g
s/\bSTARPU_GET_MATRIX_PTR\b/STARPU_MATRIX_GET_PTR/g
s/\bSTARPU_GET_MATRIX_NX\b/STARPU_MATRIX_GET_NX/g
s/\bSTARPU_GET_MATRIX_NY\b/STARPU_MATRIX_GET_NY/g
s/\bSTARPU_GET_MATRIX_LD\b/STARPU_MATRIX_GET_LD/g
s/\bSTARPU_GET_MATRIX_ELEMSIZE\b/STARPU_MATRIX_GET_ELEMSIZE/g
s/\bSTARPU_GET_BLOCK_PTR\b/STARPU_BLOCK_GET_PTR/g
s/\bSTARPU_GET_BLOCK_NX\b/STARPU_BLOCK_GET_NX/g
s/\bSTARPU_GET_BLOCK_NY\b/STARPU_BLOCK_GET_NY/g
s/\bSTARPU_GET_BLOCK_NZ\b/STARPU_BLOCK_GET_NZ/g
s/\bSTARPU_GET_BLOCK_LDY\b/STARPU_BLOCK_GET_LDY/g
s/\bSTARPU_GET_BLOCK_LDZ\b/STARPU_BLOCK_GET_LDZ/g
s/\bSTARPU_GET_BLOCK_ELEMSIZE\b/STARPU_BLOCK_GET_ELEMSIZE/g
s/\bSTARPU_GET_VECTOR_PTR\b/STARPU_VECTOR_GET_PTR/g
s/\bSTARPU_GET_VECTOR_NX\b/STARPU_VECTOR_GET_NX/g
s/\bSTARPU_GET_VECTOR_ELEMSIZE\b/STARPU_VECTOR_GET_ELEMSIZE/g
s/\bSTARPU_GET_VARIABLE_PTR\b/STARPU_VARIABLE_GET_PTR/g
s/\bSTARPU_GET_VARIABLE_ELEMSIZE\b/STARPU_VARIABLE_GET_ELEMSIZE/g
s/\bSTARPU_GET_CSR_NNZ\b/STARPU_CSR_GET_NNZ/g
s/\bSTARPU_GET_CSR_NROW\b/STARPU_CSR_GET_NROW/g
s/\bSTARPU_GET_CSR_NZVAL\b/STARPU_CSR_GET_NZVAL/g
s/\bSTARPU_GET_CSR_COLIND\b/STARPU_CSR_GET_COLIND/g
s/\bSTARPU_GET_CSR_ROWPTR\b/STARPU_CSR_GET_ROWPTR/g
s/\bSTARPU_GET_CSR_FIRSTENTRY\b/STARPU_CSR_GET_FIRSTENTRY/g
s/\bSTARPU_GET_CSR_ELEMSIZE\b/STARPU_CSR_GET_ELEMSIZE/g
s/\bstarpu_print_bus_bandwidth\b/starpu_bus_print_bandwidth/g
s/\bstarpu_get_handle_interface_id\b/starpu_handle_get_interface_id/g
s/\bstarpu_get_current_task\b/starpu_task_get_current/g
s/\bstarpu_pack_cl_args\b/starpu_codelet_pack_args/g
s/\bstarpu_unpack_cl_args\b/starpu_codelet_unpack_args/g