<div dir="ltr"><div>Hi,<br></div><div><br></div><div>The following program produces an OpenMP runtime error.  LIBOMPTARGET_DEBUG=1 reveals that the problem is that the device is uninitialized.  Is this behavior specified by OpenMP?<br></div><div><br></div><div>```<br></div><div></div><div>int main() {</div><div>  int x;</div>  #pragma omp target exit data map(from:x)<br>  return 0;<br><div>}</div><div>```<br></div><div><br></div><div>I'm not sure how it's useful to have an "omp target exit data" before any other offloading code.  I've only run into this when writing toy test programs, and my solution has been to add an empty target region before it.  Also, in the call today I mentioned I'd like to encapsulate more code into <span class="gmail-transaction-comment">CheckDeviceAndCtors.  It looks like __tgt_target_data_end_mapper could benefit from that encapsulation except it doesn't currently call <span class="gmail-transaction-comment">CheckDeviceAndCtors.  If it did call it, the above program would succeed.</span></span></div><div><span class="gmail-transaction-comment"><span class="gmail-transaction-comment"><br></span></span></div><div><span class="gmail-transaction-comment"><span class="gmail-transaction-comment">Thanks.</span></span></div><div><span class="gmail-transaction-comment"><span class="gmail-transaction-comment"><br></span></span></div><div><span class="gmail-transaction-comment"><span class="gmail-transaction-comment">Joel<br></span></span></div><div><br></div></div>