@@ -18,67 +18,67 @@ extern "C" {
1818void _INLINE_ATTR_ __kmpc_xteamr_d_16x64
1919 (double v , double * r_ptr , double * tvs , uint32_t * td , void (* _rf )(double * , double ),
2020 void (* _rf_lds )(_RF_LDS double * , _RF_LDS double * ), const double iv ,
21- const uint64_t k , const uint32_t numteams );
21+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
2222void _INLINE_ATTR_ __kmpc_xteamr_f_16x64
2323 (float v , float * r_ptr , float * tvs , uint32_t * td , void (* _rf )(float * , float ),
2424 void (* _rf_lds )(_RF_LDS float * , _RF_LDS float * ), const float iv ,
25- const uint64_t k , const uint32_t numteams );
25+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
2626void _INLINE_ATTR_ __kmpc_xteamr_cd_16x64
2727 (_CD v , _CD * r_ptr , _CD * tvs , uint32_t * td , void (* _rf )(_CD * , _CD ),
2828 void (* _rf_lds )(_RF_LDS _CD * , _RF_LDS _CD * ), const _CD iv ,
29- const uint64_t k , const uint32_t numteams );
29+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
3030void _INLINE_ATTR_ __kmpc_xteamr_cf_16x64
3131 (_CF v , _CF * r_ptr , _CF * tvs , uint32_t * td , void (* _rf )(_CF * , _CF ),
3232 void (* _rf_lds )(_RF_LDS _CF * , _RF_LDS _CF * ), const _CF iv ,
33- const uint64_t k , const uint32_t numteams );
33+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
3434void _INLINE_ATTR_ __kmpc_xteamr_i_16x64
3535 (int v , int * r_ptr , int * tvs , uint32_t * td , void (* _rf )(int * , int ),
3636 void (* _rf_lds )(_RF_LDS int * , _RF_LDS int * ), const int iv ,
37- const uint64_t k , const uint32_t numteams );
37+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
3838void _INLINE_ATTR_ __kmpc_xteamr_ui_16x64
3939 (_UI v , _UI * r_ptr , _UI * tvs , uint32_t * td , void (* _rf )(_UI * , _UI ),
4040 void (* _rf_lds )(_RF_LDS _UI * , _RF_LDS _UI * ), const _UI iv ,
41- const uint64_t k , const uint32_t numteams );
41+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
4242void _INLINE_ATTR_ __kmpc_xteamr_l_16x64
4343 (long v , long * r_ptr , long * tvs , uint32_t * td , void (* _rf )(long * , long ),
4444 void (* _rf_lds )(_RF_LDS long * , _RF_LDS long * ), const long iv ,
45- const uint64_t k , const uint32_t numteams );
45+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
4646void _INLINE_ATTR_ __kmpc_xteamr_ul_16x64
4747 (_UL v , _UL * r_ptr , _UL * tvs , uint32_t * td , void (* _rf )(_UL * , _UL ),
4848 void (* _rf_lds )(_RF_LDS _UL * , _RF_LDS _UL * ), const _UL iv ,
49- const uint64_t k , const uint32_t numteams );
49+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
5050void _INLINE_ATTR_ __kmpc_xteamr_d_32x32
5151 (double v , double * r_ptr , double * tvs , uint32_t * td , void (* _rf )(double * , double ),
5252 void (* _rf_lds )(_RF_LDS double * , _RF_LDS double * ), const double iv ,
53- const uint64_t k , const uint32_t numteams );
53+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
5454void _INLINE_ATTR_ __kmpc_xteamr_f_32x32
5555 (float v , float * r_ptr , float * tvs , uint32_t * td , void (* _rf )(float * , float ),
5656 void (* _rf_lds )(_RF_LDS float * , _RF_LDS float * ), const float iv ,
57- const uint64_t k , const uint32_t numteams );
57+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
5858void _INLINE_ATTR_ __kmpc_xteamr_cd_32x32
5959 (_CD v , _CD * r_ptr , _CD * tvs , uint32_t * td , void (* _rf )(_CD * , _CD ),
6060 void (* _rf_lds )(_RF_LDS _CD * , _RF_LDS _CD * ), const _CD iv ,
61- const uint64_t k , const uint32_t numteams );
61+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
6262void _INLINE_ATTR_ __kmpc_xteamr_cf_32x32
6363 (_CF v , _CF * r_ptr , _CF * tvs , uint32_t * td , void (* _rf )(_CF * , _CF ),
6464 void (* _rf_lds )(_RF_LDS _CF * , _RF_LDS _CF * ), const _CF iv ,
65- const uint64_t k , const uint32_t numteams );
65+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
6666void _INLINE_ATTR_ __kmpc_xteamr_i_32x32
6767 (int v , int * r_ptr , int * tvs , uint32_t * td , void (* _rf )(int * , int ),
6868 void (* _rf_lds )(_RF_LDS int * , _RF_LDS int * ), const int iv ,
69- const uint64_t k , const uint32_t numteams );
69+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
7070void _INLINE_ATTR_ __kmpc_xteamr_ui_32x32
7171 (_UI v , _UI * r_ptr , _UI * tvs , uint32_t * td , void (* _rf )(_UI * , _UI ),
7272 void (* _rf_lds )(_RF_LDS _UI * , _RF_LDS _UI * ), const _UI iv ,
73- const uint64_t k , const uint32_t numteams );
73+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
7474void _INLINE_ATTR_ __kmpc_xteamr_l_32x32
7575 (long v , long * r_ptr , long * tvs , uint32_t * td , void (* _rf )(long * , long ),
7676 void (* _rf_lds )(_RF_LDS long * , _RF_LDS long * ), const long iv ,
77- const uint64_t k , const uint32_t numteams );
77+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
7878void _INLINE_ATTR_ __kmpc_xteamr_ul_32x32
7979 (_UL v , _UL * r_ptr , _UL * tvs , uint32_t * td , void (* _rf )(_UL * , _UL ),
8080 void (* _rf_lds )(_RF_LDS _UL * , _RF_LDS _UL * ), const _UL iv ,
81- const uint64_t k , const uint32_t numteams );
81+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ );
8282void __kmpc_rfun_sum_d (double * val , double otherval );
8383void __kmpc_rfun_sum_lds_d (_RF_LDS double * val , _RF_LDS double * otherval );
8484void __kmpc_rfun_sum_f (float * val , float otherval );
@@ -133,67 +133,67 @@ extern "C" {
133133void __kmpc_xteamr_d_16x64
134134 (double v , double * r_ptr , double * tvs , uint32_t * td , void (* _rf )(double * , double ),
135135 void (* _rf_lds )(_RF_LDS double * , _RF_LDS double * ), const double iv ,
136- const uint64_t k , const uint32_t numteams ){};
136+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
137137void __kmpc_xteamr_f_16x64
138138 (float v , float * r_ptr , float * tvs , uint32_t * td , void (* _rf )(float * , float ),
139139 void (* _rf_lds )(_RF_LDS float * , _RF_LDS float * ), const float iv ,
140- const uint64_t k , const uint32_t numteams ){};
140+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
141141void __kmpc_xteamr_cd_16x64
142142 (_CD v , _CD * r_ptr , _CD * tvs , uint32_t * td , void (* _rf )(_CD * , _CD ),
143143 void (* _rf_lds )(_RF_LDS _CD * , _RF_LDS _CD * ), const _CD iv ,
144- const uint64_t k , const uint32_t numteams ){};
144+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
145145void __kmpc_xteamr_cf_16x64
146146 (_CF v , _CF * r_ptr , _CF * tvs , uint32_t * td , void (* _rf )(_CF * , _CF ),
147147 void (* _rf_lds )(_RF_LDS _CF * , _RF_LDS _CF * ), const _CF iv ,
148- const uint64_t k , const uint32_t numteams ){};
148+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
149149void __kmpc_xteamr_i_16x64
150150 (int v , int * r_ptr , int * tvs , uint32_t * td , void (* _rf )(int * , int ),
151151 void (* _rf_lds )(_RF_LDS int * , _RF_LDS int * ), const int iv ,
152- const uint64_t k , const uint32_t numteams ){};
152+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
153153void __kmpc_xteamr_ui_16x64
154154 (_UI v , _UI * r_ptr , _UI * tvs , uint32_t * td , void (* _rf )(_UI * , _UI ),
155155 void (* _rf_lds )(_RF_LDS _UI * , _RF_LDS _UI * ), const _UI iv ,
156- const uint64_t k , const uint32_t numteams ){};
156+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
157157void __kmpc_xteamr_l_16x64
158158 (long v , long * r_ptr , long * tvs , uint32_t * td , void (* _rf )(long * , long ),
159159 void (* _rf_lds )(_RF_LDS long * , _RF_LDS long * ), const long iv ,
160- const uint64_t k , const uint32_t numteams ){};
160+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
161161void __kmpc_xteamr_ul_16x64
162162 (_UL v , _UL * r_ptr , _UL * tvs , uint32_t * td , void (* _rf )(_UL * , _UL ),
163163 void (* _rf_lds )(_RF_LDS _UL * , _RF_LDS _UL * ), const _UL iv ,
164- const uint64_t k , const uint32_t numteams ){};
164+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
165165void __kmpc_xteamr_d_32x32
166166 (double v , double * r_ptr , double * tvs , uint32_t * td , void (* _rf )(double * , double ),
167167 void (* _rf_lds )(_RF_LDS double * , _RF_LDS double * ), const double iv ,
168- const uint64_t k , const uint32_t numteams ){};
168+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
169169void __kmpc_xteamr_f_32x32
170170 (float v , float * r_ptr , float * tvs , uint32_t * td , void (* _rf )(float * , float ),
171171 void (* _rf_lds )(_RF_LDS float * , _RF_LDS float * ), const float iv ,
172- const uint64_t k , const uint32_t numteams ){};
172+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
173173void __kmpc_xteamr_cd_32x32
174174 (_CD v , _CD * r_ptr , _CD * tvs , uint32_t * td , void (* _rf )(_CD * , _CD ),
175175 void (* _rf_lds )(_RF_LDS _CD * , _RF_LDS _CD * ), const _CD iv ,
176- const uint64_t k , const uint32_t numteams ){};
176+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
177177void __kmpc_xteamr_cf_32x32
178178 (_CF v , _CF * r_ptr , _CF * tvs , uint32_t * td , void (* _rf )(_CF * , _CF ),
179179 void (* _rf_lds )(_RF_LDS _CF * , _RF_LDS _CF * ), const _CF iv ,
180- const uint64_t k , const uint32_t numteams ){};
180+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
181181void __kmpc_xteamr_i_32x32
182182 (int v , int * r_ptr , int * tvs , uint32_t * td , void (* _rf )(int * , int ),
183183 void (* _rf_lds )(_RF_LDS int * , _RF_LDS int * ), const int iv ,
184- const uint64_t k , const uint32_t numteams ){};
184+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
185185void __kmpc_xteamr_ui_32x32
186186 (_UI v , _UI * r_ptr , _UI * tvs , uint32_t * td , void (* _rf )(_UI * , _UI ),
187187 void (* _rf_lds )(_RF_LDS _UI * , _RF_LDS _UI * ), const _UI iv ,
188- const uint64_t k , const uint32_t numteams ){};
188+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
189189void __kmpc_xteamr_l_32x32
190190 (long v , long * r_ptr , long * tvs , uint32_t * td , void (* _rf )(long * , long ),
191191 void (* _rf_lds )(_RF_LDS long * , _RF_LDS long * ), const long iv ,
192- const uint64_t k , const uint32_t numteams ){};
192+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
193193void __kmpc_xteamr_ul_32x32
194194 (_UL v , _UL * r_ptr , _UL * tvs , uint32_t * td , void (* _rf )(_UL * , _UL ),
195195 void (* _rf_lds )(_RF_LDS _UL * , _RF_LDS _UL * ), const _UL iv ,
196- const uint64_t k , const uint32_t numteams ){};
196+ const uint64_t k , const uint32_t numteams , int32_t Scope = 1 /* device */ ){};
197197void __kmpc_rfun_sum_d (double * val , double otherval ){}
198198void __kmpc_rfun_sum_lds_d (_RF_LDS double * val , _RF_LDS double * otherval ){}
199199void __kmpc_rfun_sum_f (float * val , float otherval ){}
0 commit comments