Clean up old work-week and USE_* refs

Change-Id: I929c979fa085f8e5205194cbccca46e9b5516aa9
This commit is contained in:
Ben Sander
2016-06-17 14:59:48 -05:00
parent 3feb13c8f6
commit 44d117ba63
4 changed files with 2 additions and 20 deletions
-4
View File
@@ -134,11 +134,7 @@ hipError_t hipEventSynchronize(hipEvent_t event)
device->locked_syncDefaultStream(true);
return ihipLogStatus(hipSuccess);
} else {
#if __hcc_workweek__ >= 16033
eh->_marker.wait((eh->_flags & hipEventBlockingSync) ? hc::hcWaitModeBlocked : hc::hcWaitModeActive);
#else
eh->_marker.wait();
#endif
eh->_stream->locked_reclaimSignals(eh->_copy_seq_id);
return ihipLogStatus(hipSuccess);