Clean up some minor white space issues in trans-decl.c and trans-expr.c
[official-gcc.git] / liboffloadmic / ChangeLog
blobc6fd49fbf70e3d957a584fe524d2eb24fb2f14c2
1 2015-12-14  Ilya Verbin  <ilya.verbin@intel.com>
3         * plugin/libgomp-plugin-intelmic.cpp (unregister_main_image): Remove.
4         (register_main_image): Do not call unregister_main_image at exit.
5         (GOMP_OFFLOAD_fini_device): Allow for OpenMP.  Unregister main image.
7 2015-11-19  Ilya Verbin  <ilya.verbin@intel.com>
9         * plugin/libgomp-plugin-intelmic.cpp (struct TargetImageDesc): New.
10         (ImgDescMap): New typedef.
11         (image_descriptors): New static var.
12         (init): Allocate image_descriptors.
13         (offload): Remove vars2 argument.  Pass NULL to __offload_offload1
14         instead of vars2.
15         (unregister_main_image): New static function.
16         (register_main_image): Call unregister_main_image at exit.
17         (GOMP_OFFLOAD_init_device): Print device number, fix offload args.
18         (GOMP_OFFLOAD_fini_device): Likewise.
19         (get_target_table): Remove vd1g and vd2g, don't pass them to offload.
20         (offload_image): Remove declaration of the struct TargetImage.
21         Free table.  Insert new descriptor into image_descriptors.
22         (GOMP_OFFLOAD_unload_image): Call __offload_unregister_image, free
23         the corresponding descriptor, and remove it from address_table and
24         image_descriptors.
25         (GOMP_OFFLOAD_alloc): Print device number, remove vd1g.
26         (GOMP_OFFLOAD_free): Likewise.
27         (GOMP_OFFLOAD_host2dev): Print device number, remove vd1g and vd2g.
28         (GOMP_OFFLOAD_dev2host): Likewise.
29         (GOMP_OFFLOAD_run): Print device number, remove vd1g.
30         * plugin/offload_target_main.cpp (__offload_target_table_p1): Remove
31         vd2, don't pass it to __offload_target_enter.
32         (__offload_target_table_p2): Likewise.
33         (__offload_target_alloc): Likewise.
34         (__offload_target_free): Likewise.
35         (__offload_target_host2tgt_p1): Likewise.
36         (__offload_target_host2tgt_p2): Likewise.
37         (__offload_target_tgt2host_p1): Likewise.
38         (__offload_target_tgt2host_p2): Likewise.
39         (__offload_target_run): Likewise.
40         (__offload_target_tgt2tgt): Remove vd1g, don't pass it to
41         __offload_target_enter.
43 2015-11-14  Ilya Verbin  <ilya.verbin@intel.com>
45         * runtime/offload_host.cpp (task_completion_callback): New
46         variable.
47         (offload_proxy_task_completed_ooo): Call task_completion_callback.
48         (__offload_register_task_callback): New function.
49         * runtime/offload_host.h (__offload_register_task_callback): New
50         declaration.
51         * plugin/libgomp-plugin-intelmic.cpp (offload): Add async_data
52         argument, handle async offloading.
53         (register_main_image): Call register_main_image.
54         (GOMP_OFFLOAD_init_device, get_target_table, GOMP_OFFLOAD_alloc,
55         GOMP_OFFLOAD_free, GOMP_OFFLOAD_host2dev, GOMP_OFFLOAD_dev2host,
56         GOMP_OFFLOAD_dev2dev): Adjust offload callers.
57         (GOMP_OFFLOAD_async_run): New function.
58         (GOMP_OFFLOAD_run): Implement using GOMP_OFFLOAD_async_run.
60 2015-10-26  Ilya Verbin  <ilya.verbin@intel.com>
61             Aleksander Ivanushenko  <aleksander.ivanushenko@intel.com>
63         * runtime/offload_host.cpp (OffloadDescriptor::setup_misc_data): Use
64         calloc instead of malloc.
65         (__offload_fini_library): Set mic_engines_total to zero.
67 2015-10-13  Ilya Verbin  <ilya.verbin@intel.com>
69         * plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_dev2dev): New
70         function.
71         * plugin/offload_target_main.cpp (__offload_target_tgt2tgt): New
72         static function, register it in liboffloadmic.
74 2015-10-08  Ilya Verbin  <ilya.verbin@intel.com>
76         * runtime/offload_engine.cpp (Engine::init_process): Use strdup instead
77         of sizeof+malloc+sprintf, check for return value.
78         * runtime/offload_env.cpp (MicEnvVar::get_env_var_kind): Check for
79         strdup return value.
80         * runtime/offload_host.cpp (__offload_init_library_once): Check for
81         strdup return value.  Fix size calculation of COI_HOST_THREAD_AFFINITY.
82         * runtime/emulator/coi_device.cpp (COIProcessWaitForShutdown): Check for
83         malloc return value.
85 2015-09-29  Ilya Verbin  <ilya.verbin@intel.com>
87         * plugin/libgomp-plugin-intelmic.cpp (OFFLOAD_ACTIVE_WAIT_ENV): New
88         define.
89         (init): Set OFFLOAD_ACTIVE_WAIT env var to 0, if it is not set.
90         * runtime/emulator/coi_common.h (PIPE_HOST_PATH): Replace with ...
91         (PIPE_HOST2TGT_NAME): ... this.
92         (PIPE_TARGET_PATH): Replace with ...
93         (PIPE_TGT2HOST_NAME): ... this.
94         (MALLOCN): New define.
95         (READN): Likewise.
96         (WRITEN): Likewise.
97         (enum cmd_t): Replace CMD_RUN_FUNCTION with CMD_PIPELINE_RUN_FUNCTION.
98         Add CMD_PIPELINE_CREATE, CMD_PIPELINE_DESTROY.
99         * runtime/emulator/coi_device.cpp (engine_dir): New static variable.
100         (pipeline_thread_routine): New static function.
101         (COIProcessWaitForShutdown): Use global engine_dir instead of mic_dir.
102         Rename pipe_host and pipe_target to pipe_host2tgt and pipe_tgt2host.
103         If cmd is CMD_PIPELINE_CREATE, create a new thread for the pipeline.
104         Remove cmd == CMD_RUN_FUNCTION case.
105         * runtime/emulator/coi_device.h (COIERRORN): New define.
106         * runtime/emulator/coi_host.cpp: Include set, map, queue.
107         Replace typedefs with enums and structs.
108         (struct Function): Remove name, add num_buffers, bufs_size,
109         bufs_data_target, misc_data_len, misc_data, return_value_len,
110         return_value, completion_event.
111         (struct Callback): New.
112         (struct Process): Remove pipeline.  Add pipe_host2tgt and pipe_tgt2host.
113         (struct Pipeline): Remove pipe_host and pipe_target.  Add thread,
114         destroy, is_destroyed, pipe_host2tgt_path, pipe_tgt2host_path,
115         pipe_host2tgt, pipe_tgt2host, queue, process.
116         (max_pipeline_num): New static variable.
117         (pipelines): Likewise.
118         (max_event_num): Likewise.
119         (non_signalled_events): Likewise.
120         (errored_events): Likewise.
121         (callbacks): Likewise.
122         (cleanup): Do not check tmp_dirs before free.
123         (start_critical_section): New static function.
124         (finish_critical_section): Likewise.
125         (pipeline_is_destroyed): Likewise.
126         (maybe_invoke_callback): Likewise.
127         (signal_event): Likewise.
128         (get_event_result): Likewise.
129         (COIBufferCopy): Rename arguments according to headers.  Add asserts.
130         Use process' main pipes, instead of pipeline's pipes.  Signal completion
131         event.
132         (COIBufferCreate): Rename arguments according to headers.  Add asserts.
133         Use process' main pipes, instead of pipeline's pipes.
134         (COIBufferCreateFromMemory): Rename arguments according to headers.
135         Add asserts.
136         (COIBufferDestroy): Rename arguments according to headers.  Add asserts.
137         Use process' main pipes, instead of pipeline's pipes.
138         (COIBufferGetSinkAddress): Rename arguments according to headers.
139         Add asserts.
140         (COIBufferMap): Rename arguments according to headers.  Add asserts.
141         Signal completion event.
142         (COIBufferRead): Likewise.
143         (COIBufferSetState): Likewise.
144         (COIBufferUnmap): Likewise.
145         (COIBufferWrite): Likewise.
146         (COIEngineGetCount): Add assert.
147         (COIEngineGetHandle): Rename arguments according to headers.
148         Add assert.
149         (COIEventWait): Rename arguments according to headers.  Add asserts.
150         Implement waiting for events with zero or infinite timeout.
151         (COIEventRegisterCallback): New function.
152         (pipeline_thread_routine): New static function.
153         (COIPipelineCreate): Create a new thread for the pipeline.
154         (COIPipelineDestroy): Exit pipeline thread.
155         (COIPipelineRunFunction): Add the function into pipeline's queue,
156         instead running it here.  Wait for it's completion in case of
157         synchronous execution.
158         (COIProcessCreateFromMemory): Rename arguments according to headers.
159         Add asserts.  Create process' main pipes, instead of pipeline's pipes.
160         (COIProcessDestroy): Rename arguments according to headers.
161         Add asserts.  Destroy all undestroyed pipelines.
162         (COIProcessGetFunctionHandles): Rename arguments according to headers.
163         Add asserts.  Use process' main pipes, instead of pipeline's pipes.
164         Remove useless function names.
165         (COIProcessLoadLibraryFromMemory): Add asserts.  Use process' main
166         pipes, instead of pipeline's pipes.
167         (COIProcessUnloadLibrary): Likewise.
168         (COIEngineGetInfo): Add assert.
169         * runtime/emulator/coi_host.h (COIERRORN): New define.
171 2015-09-28  Ilya Verbin  <ilya.verbin@intel.com>
173         PR other/67652
174         * runtime/offload_engine.cpp (Engine::init_process): Fix sizeof.
176 2015-09-08  Ilya Verbin  <ilya.verbin@intel.com>
178         * Makefile.am (liboffloadmic_host_la_DEPENDENCIES): Remove libcoi_host
179         and libmyo-client.  liboffloadmic_host loads them dynamically.
180         * Makefile.in: Regenerate.
181         * doc/doxygen/header.tex: Merge from upstream, version 20150803
182         <https://openmprtl.org/sites/default/files/liboffload_oss_20150803.tgz>.
183         * runtime/cean_util.cpp: Likewise.
184         * runtime/cean_util.h: Likewise.
185         * runtime/coi/coi_client.cpp: Likewise.
186         * runtime/coi/coi_client.h: Likewise.
187         * runtime/coi/coi_server.cpp: Likewise.
188         * runtime/coi/coi_server.h: Likewise.
189         * runtime/compiler_if_host.cpp: Likewise.
190         * runtime/compiler_if_host.h: Likewise.
191         * runtime/compiler_if_target.cpp: Likewise.
192         * runtime/compiler_if_target.h: Likewise.
193         * runtime/dv_util.cpp: Likewise.
194         * runtime/dv_util.h: Likewise.
195         * runtime/liboffload_error.c: Likewise.
196         * runtime/liboffload_error_codes.h: Likewise.
197         * runtime/liboffload_msg.c: Likewise.
198         * runtime/liboffload_msg.h: Likewise.
199         * runtime/mic_lib.f90: Likewise.
200         * runtime/offload.h: Likewise.
201         * runtime/offload_common.cpp: Likewise.
202         * runtime/offload_common.h: Likewise.
203         * runtime/offload_engine.cpp: Likewise.
204         * runtime/offload_engine.h: Likewise.
205         * runtime/offload_env.cpp: Likewise.
206         * runtime/offload_env.h: Likewise.
207         * runtime/offload_host.cpp: Likewise.
208         * runtime/offload_host.h: Likewise.
209         * runtime/offload_iterator.h: Likewise.
210         * runtime/offload_myo_host.cpp: Likewise.
211         * runtime/offload_myo_host.h: Likewise.
212         * runtime/offload_myo_target.cpp: Likewise.
213         * runtime/offload_myo_target.h: Likewise.
214         * runtime/offload_omp_host.cpp: Likewise.
215         * runtime/offload_omp_target.cpp: Likewise.
216         * runtime/offload_orsl.cpp: Likewise.
217         * runtime/offload_orsl.h: Likewise.
218         * runtime/offload_table.cpp: Likewise.
219         * runtime/offload_table.h: Likewise.
220         * runtime/offload_target.cpp: Likewise.
221         * runtime/offload_target.h: Likewise.
222         * runtime/offload_target_main.cpp: Likewise.
223         * runtime/offload_timer.h: Likewise.
224         * runtime/offload_timer_host.cpp: Likewise.
225         * runtime/offload_timer_target.cpp: Likewise.
226         * runtime/offload_trace.cpp: Likewise.
227         * runtime/offload_trace.h: Likewise.
228         * runtime/offload_util.cpp: Likewise.
229         * runtime/offload_util.h: Likewise.
230         * runtime/ofldbegin.cpp: Likewise.
231         * runtime/ofldend.cpp: Likewise.
232         * runtime/orsl-lite/include/orsl-lite.h: Likewise.
233         * runtime/orsl-lite/lib/orsl-lite.c: Likewise.
234         * runtime/use_mpss2.txt: Likewise.
235         * include/coi/common/COIEngine_common.h: Merge from upstream, MPSS
236         version 3.5
237         <http://registrationcenter.intel.com/irc_nas/7445/mpss-src-3.5.tar>.
238         * include/coi/common/COIEvent_common.h: Likewise.
239         * include/coi/common/COIMacros_common.h: Likewise.
240         * include/coi/common/COIPerf_common.h: Likewise.
241         * include/coi/common/COIResult_common.h: Likewise.
242         * include/coi/common/COISysInfo_common.h: Likewise.
243         * include/coi/common/COITypes_common.h: Likewise.
244         * include/coi/sink/COIBuffer_sink.h: Likewise.
245         * include/coi/sink/COIPipeline_sink.h: Likewise.
246         * include/coi/sink/COIProcess_sink.h: Likewise.
247         * include/coi/source/COIBuffer_source.h: Likewise.
248         * include/coi/source/COIEngine_source.h: Likewise.
249         * include/coi/source/COIEvent_source.h: Likewise.
250         * include/coi/source/COIPipeline_source.h: Likewise.
251         * include/coi/source/COIProcess_source.h: Likewise.
252         * include/myo/myo.h: Likewise.
253         * include/myo/myoimpl.h: Likewise.
254         * include/myo/myotypes.h: Likewise.
255         * plugin/Makefile.am (myo_inc_dir): Remove.
256         (libgomp_plugin_intelmic_la_CPPFLAGS): Do not define MYO_SUPPORT.
257         (AM_CPPFLAGS): Likewise for offload_target_main.
258         * plugin/Makefile.in: Regenerate.
259         * runtime/emulator/coi_common.h: Update copyright years.
260         (OFFLOAD_EMUL_KNC_NUM_ENV): Replace with ...
261         (OFFLOAD_EMUL_NUM_ENV): ... this.
262         (enum cmd_t): Add CMD_CLOSE_LIBRARY.
263         * runtime/emulator/coi_device.cpp: Update copyright years.
264         (COIProcessWaitForShutdown): Add space between string constants.
265         Return handle to host in CMD_OPEN_LIBRARY.
266         Support CMD_CLOSE_LIBRARY.
267         * runtime/emulator/coi_device.h: Update copyright years.
268         * runtime/emulator/coi_host.cpp: Update copyright years.
269         (knc_engines_num): Replace with ...
270         (num_engines): ... this.
271         (init): Replace OFFLOAD_EMUL_KNC_NUM_ENV with OFFLOAD_EMUL_NUM_ENV.
272         (COIEngineGetCount): Replace COI_ISA_KNC with COI_ISA_MIC, and
273         knc_engines_num with num_engines.
274         (COIEngineGetHandle): Likewise.
275         (COIProcessCreateFromMemory): Add space between string constants.
276         (COIProcessCreateFromFile): New function.
277         (COIProcessLoadLibraryFromMemory): Rename arguments according to
278         COIProcess_source.h.  Return handle, received from target.
279         (COIProcessUnloadLibrary): New function.
280         (COIPipelineClearCPUMask): New function.
281         (COIPipelineSetCPUMask): New function.
282         (COIEngineGetInfo): New function.
283         * runtime/emulator/coi_host.h: Update copyright years.
284         * runtime/emulator/coi_version_asm.h: Regenerate.
285         * runtime/emulator/coi_version_linker_script.map: Regenerate.
286         * runtime/emulator/myo_client.cpp: Update copyright years.
287         * runtime/emulator/myo_service.cpp: Update copyright years.
288         (myoArenaRelease): New function.
289         (myoArenaAcquire): New function.
290         (myoArenaAlignedFree): New function.
291         (myoArenaAlignedMalloc): New function.
292         * runtime/emulator/myo_service.h: Update copyright years.
293         * runtime/emulator/myo_version_asm.h: Regenerate.
294         * runtime/emulator/myo_version_linker_script.map: Regenerate.
296 2015-08-24  Nathan Sidwell  <nathan@codesourcery.com>
298         * plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_version): New.
299         (GOMP_OFFLOAD_load_image): Add version arg and check it.
300         (GOMP_OFFLOAD_unload_image): Likewise.
302 2015-08-24  Thomas Schwinge  <thomas@codesourcery.com>
304         * plugin/Makefile.am (include_src_dir): Set.
305         [PLUGIN_HOST] (libgomp_plugin_intelmic_la_CPPFLAGS): Use it.
306         * plugin/Makefile.in: Regenerate.
307         * plugin/libgomp-plugin-intelmic.cpp: Include "gomp-constants.h".
309 2015-07-24  Micahel Darling  <darlingm@gmail.com>
311         PR other/66259
312         * configure: Reflects renaming of configure.in to configure.ac
314 2015-07-17  Nathan Sidwell  <nathan@acm.org>
315             Ilya Verbin  <ilya.verbin@intel.com>
317         * plugin/libgomp-plugin-intelmic.cpp (ImgDevAddrMap): Constify.
318         (offload_image, GOMP_OFFLOAD_load_image,
319         GOMP_OFFLOAD_unload_image): Constify target data.
321 2015-07-08  Thomas Schwinge  <thomas@codesourcery.com>
323         * plugin/Makefile.am (main_target_image.h): Change type of data
324         member of struct MainTargetImage to uint8_t.
325         * plugin/Makefile.in: Regenerate.
327 2015-05-13  Michael Haubenwallner  <michael.haubenwallner@ssi-schaefer.com>
329         * Makefile.in: Regenerated with automake-1.11.6.
330         * aclocal.m4: Likewise.
331         * configure: Likewise.
332         * plugin/Makefile.in: Likewise.
333         * plugin/aclocal.m4: Likewise.
334         * plugin/configure: Likewise.
336 2015-04-06  Ilya Verbin  <ilya.verbin@intel.com>
338         * plugin/libgomp-plugin-intelmic.cpp: Include map.
339         (AddrVect, DevAddrVect, ImgDevAddrMap): New typedefs.
340         (num_devices, num_images, address_table): New static vars.
341         (num_libraries, lib_descrs): Remove static vars.
342         (set_mic_lib_path): Rename to ...
343         (init): ... this.  Allocate address_table and get num_devices.
344         (GOMP_OFFLOAD_get_num_devices): return num_devices.
345         (load_lib_and_get_table): Remove static function.
346         (offload_image): New static function.
347         (GOMP_OFFLOAD_get_table): Remove function.
348         (GOMP_OFFLOAD_load_image, GOMP_OFFLOAD_unload_image): New functions.
350 2015-01-15  Thomas Schwinge  <thomas@codesourcery.com>
352         * plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_get_name)
353         (GOMP_OFFLOAD_get_caps, GOMP_OFFLOAD_fini_device): New functions.
355 2014-11-13  Ilya Verbin  <ilya.verbin@intel.com>
356             Andrey Turetskiy  <andrey.turetskiy@intel.com>
358         * Makefile.in: Regenerate.
359         * configure: Regenerate.
360         * configure.ac: Add subdirectory 'plugin'.
361         * plugin/Makefile.am: New file.
362         * plugin/Makefile.in: New file, generated by automake.
363         * plugin/aclocal.m4: New file, generated by aclocal.
364         * plugin/configure: New file, generated by autoconf.
365         * plugin/configure.ac: New file.
366         * plugin/libgomp-plugin-intelmic.cpp: New file.
367         * plugin/offload_target_main.cpp: New file.
369 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
371         Initial commit.  Imported from upstream:
372         https://www.openmprtl.org/sites/default/files/liboffload_oss.tgz
373         * Makefile.am: New file.
374         * Makefile.in: New file, generated by automake.
375         * aclocal.m4: New file, generated by aclocal.
376         * configure: New file, generated by autoconf.
377         * configure.ac: New file.
378         * configure.tgt: Ditto.
379         * doc/doxygen/config: Ditto.
380         * doc/doxygen/header.tex: Ditto.
381         * include/coi/common/COIEngine_common.h: Ditto.
382         * include/coi/common/COIMacros_common.h: Ditto.
383         * include/coi/common/COIPerf_common.h : Ditto.
384         * include/coi/common/COIResult_common.h : Ditto.
385         * include/coi/common/COITypes_common.h: Ditto.
386         * include/coi/sink/COIBuffer_sink.h: Ditto.
387         * include/coi/sink/COIPipeline_sink.h: Ditto.
388         * include/coi/sink/COIProcess_sink.h: Ditto.
389         * include/coi/source/COIBuffer_source.h: Ditto.
390         * include/coi/source/COIEngine_source.h: Ditto.
391         * include/coi/source/COIEvent_source.h: Ditto.
392         * include/coi/source/COIPipeline_source.h: Ditto.
393         * include/coi/source/COIProcess_source.h: Ditto.
394         * include/myo/myo.h: Ditto.
395         * include/myo/myoimpl.h: Ditto.
396         * include/myo/myotypes.h: Ditto.
397         * liboffloadmic_host.spec.in: Ditto.
398         * liboffloadmic_target.spec.in: Ditto.
399         * runtime/cean_util.cpp: Ditto.
400         * runtime/cean_util.h: Ditto.
401         * runtime/coi/coi_client.cpp: Ditto.
402         * runtime/coi/coi_client.h: Ditto.
403         * runtime/coi/coi_server.cpp: Ditto.
404         * runtime/coi/coi_server.h: Ditto.
405         * runtime/compiler_if_host.cpp: Ditto.
406         * runtime/compiler_if_host.h: Ditto.
407         * runtime/compiler_if_target.cpp: Ditto.
408         * runtime/compiler_if_target.h: Ditto.
409         * runtime/dv_util.cpp: Ditto.
410         * runtime/dv_util.h: Ditto.
411         * runtime/emulator/coi_common.h: Ditto.
412         * runtime/emulator/coi_device.cpp: Ditto.
413         * runtime/emulator/coi_device.h: Ditto.
414         * runtime/emulator/coi_host.cpp: Ditto.
415         * runtime/emulator/coi_host.h: Ditto.
416         * runtime/emulator/coi_version_asm.h: Ditto.
417         * runtime/emulator/coi_version_linker_script.map: Ditto.
418         * runtime/emulator/myo_client.cpp: Ditto.
419         * runtime/emulator/myo_service.cpp: Ditto.
420         * runtime/emulator/myo_service.h: Ditto.
421         * runtime/emulator/myo_version_asm.h: Ditto.
422         * runtime/emulator/myo_version_linker_script.map: Ditto.
423         * runtime/liboffload_error.c: Ditto.
424         * runtime/liboffload_error_codes.h: Ditto.
425         * runtime/liboffload_msg.c: Ditto.
426         * runtime/liboffload_msg.h: Ditto.
427         * runtime/mic_lib.f90: Ditto.
428         * runtime/offload.h: Ditto.
429         * runtime/offload_common.cpp: Ditto.
430         * runtime/offload_common.h: Ditto.
431         * runtime/offload_engine.cpp: Ditto.
432         * runtime/offload_engine.h: Ditto.
433         * runtime/offload_env.cpp: Ditto.
434         * runtime/offload_env.h: Ditto.
435         * runtime/offload_host.cpp: Ditto.
436         * runtime/offload_host.h: Ditto.
437         * runtime/offload_myo_host.cpp: Ditto.
438         * runtime/offload_myo_host.h: Ditto.
439         * runtime/offload_myo_target.cpp: Ditto.
440         * runtime/offload_myo_target.h: Ditto.
441         * runtime/offload_omp_host.cpp: Ditto.
442         * runtime/offload_omp_target.cpp: Ditto.
443         * runtime/offload_orsl.cpp: Ditto.
444         * runtime/offload_orsl.h: Ditto.
445         * runtime/offload_table.cpp: Ditto.
446         * runtime/offload_table.h: Ditto.
447         * runtime/offload_target.cpp: Ditto.
448         * runtime/offload_target.h: Ditto.
449         * runtime/offload_target_main.cpp: Ditto.
450         * runtime/offload_timer.h: Ditto.
451         * runtime/offload_timer_host.cpp: Ditto.
452         * runtime/offload_timer_target.cpp: Ditto.
453         * runtime/offload_trace.cpp: Ditto.
454         * runtime/offload_trace.h: Ditto.
455         * runtime/offload_util.cpp: Ditto.
456         * runtime/offload_util.h: Ditto.
457         * runtime/ofldbegin.cpp: Ditto.
458         * runtime/ofldend.cpp: Ditto.
459         * runtime/orsl-lite/include/orsl-lite.h: Ditto.
460         * runtime/orsl-lite/lib/orsl-lite.c: Ditto.
461         * runtime/orsl-lite/version.txt: Ditto.
462         * runtime/use_mpss2.txt: Ditto.