Change-Id: I6f161ddc9aef953b62e52004bd081327d34a9470
Этот коммит содержится в:
Evgeny
2018-03-18 04:04:34 -05:00
родитель caa15d7186
Коммит cc3146ba81
5 изменённых файлов: 161 добавлений и 66 удалений
+1 -1
Просмотреть файл
@@ -19,7 +19,7 @@ ProxyQueue* ProxyQueue::Create(hsa_agent_t agent, uint32_t size, hsa_queue_type3
hsa_status_t suc = HSA_STATUS_ERROR;
#ifdef ROCP_HSA_PROXY
ProxyQueue* instance =
(rocp_type_) ? (ProxyQueue*)new SimpleProxyQueue() : (ProxyQueue*)new HsaProxyQueue();
(rocp_type_) ? (ProxyQueue*) new SimpleProxyQueue() : (ProxyQueue*) new HsaProxyQueue();
#else
ProxyQueue* instance = new SimpleProxyQueue();
#endif