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