@@ -70,7 +70,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
7070 params.teams .value [1 ] > zero && params.teams .value [2 ] > zero)
7171 {
7272
73- RAJA_FT_BEGIN;
7473
7574 q->submit ([&](::sycl::handler& h) {
7675 auto s_vec = ::sycl::local_accessor<char , 1 >(params.shared_mem_size , h);
@@ -94,7 +93,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
9493 q->wait ();
9594 }
9695
97- RAJA_FT_END;
9896 }
9997
10098 return resources::EventProxy<resources::Resource>(res);
@@ -152,7 +150,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
152150 return x;
153151 };
154152
155- RAJA_FT_BEGIN;
156153
157154 ReduceParams* res = ::sycl::malloc_shared<ReduceParams>(1 , *q);
158155 RAJA::expt::ParamMultiplexer::parampack_init (pol, *res);
@@ -185,7 +182,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
185182 *res);
186183 ::sycl::free (res, *q);
187184
188- RAJA_FT_END;
189185 }
190186
191187 RAJA::expt::ParamMultiplexer::parampack_resolve (pol, launch_reducers);
@@ -231,7 +227,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
231227 params.teams .value [1 ] > zero && params.teams .value [2 ] > zero)
232228 {
233229
234- RAJA_FT_BEGIN;
235230
236231 //
237232 // Kernel body is nontrivially copyable, create space on device and copy
@@ -262,7 +257,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
262257
263258 ::sycl::free (lbody, *q);
264259
265- RAJA_FT_END;
266260 }
267261
268262 return resources::EventProxy<resources::Resource>(res);
@@ -319,7 +313,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
319313 return x;
320314 };
321315
322- RAJA_FT_BEGIN;
323316
324317 //
325318 // Kernel body is nontrivially copyable, create space on device and copy
@@ -362,7 +355,6 @@ struct LaunchExecute<RAJA::sycl_launch_t<async, 0>>
362355 ::sycl::free (res, *q);
363356 ::sycl::free (lbody, *q);
364357
365- RAJA_FT_END;
366358 }
367359
368360 RAJA::expt::ParamMultiplexer::parampack_resolve (pol, launch_reducers);
0 commit comments