libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_run): Pass extra NULL to GOMP_OFFLOAD_async_run.
liboffloadmic/ * plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_run): Pass extra NULL to GOMP_OFFLOAD_async_run. From-SVN: r232611
This commit is contained in:
parent
28b3301653
commit
23a80f4dc2
@ -1,4 +1,10 @@
|
|||||||
|
2016-01-20 Ilya Verbin <ilya.verbin@intel.com>
|
||||||
|
|
||||||
|
* plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_run): Pass extra NULL
|
||||||
|
to GOMP_OFFLOAD_async_run.
|
||||||
|
|
||||||
2016-01-19 Martin Jambor <mjambor@suse.cz>
|
2016-01-19 Martin Jambor <mjambor@suse.cz>
|
||||||
|
|
||||||
* plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_async_run): New
|
* plugin/libgomp-plugin-intelmic.cpp (GOMP_OFFLOAD_async_run): New
|
||||||
unused parameter.
|
unused parameter.
|
||||||
(GOMP_OFFLOAD_run): Likewise.
|
(GOMP_OFFLOAD_run): Likewise.
|
||||||
|
@ -548,5 +548,5 @@ GOMP_OFFLOAD_run (int device, void *tgt_fn, void *tgt_vars, void **)
|
|||||||
{
|
{
|
||||||
TRACE ("(device = %d, tgt_fn = %p, tgt_vars = %p)", device, tgt_fn, tgt_vars);
|
TRACE ("(device = %d, tgt_fn = %p, tgt_vars = %p)", device, tgt_fn, tgt_vars);
|
||||||
|
|
||||||
GOMP_OFFLOAD_async_run (device, tgt_fn, tgt_vars, NULL);
|
GOMP_OFFLOAD_async_run (device, tgt_fn, tgt_vars, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user