Clean up old work-week and USE_* refs

Change-Id: I929c979fa085f8e5205194cbccca46e9b5516aa9


[ROCm/hip commit: 5c9e286ddc]
このコミットが含まれているのは:
Ben Sander
2016-06-17 14:59:48 -05:00
コミット 388fcd8003
4個のファイルの変更2行の追加20行の削除
-4
ファイルの表示
@@ -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);