Этот коммит содержится в:
Ben Sander
2016-04-17 07:40:04 -05:00
родитель 74a7dee58f
Коммит 65abde6626
4 изменённых файлов: 5 добавлений и 11 удалений
+3 -1
Просмотреть файл
@@ -24,6 +24,8 @@ THE SOFTWARE.
#include "hcc_detail/staging_buffer.h"
#ifdef HIP_HCC
#include "hcc_detail/hip_runtime.h"
#include "hcc_detail/hip_hcc.h"
#define THROW_ERROR(e) throw ihipException(e)
#else
#define THROW_ERROR(e) throw
@@ -301,7 +303,7 @@ void StagingBuffer::CopyPeerToPeer(void* dst, hsa_agent_t dstAgent, const void*
tprintf (DB_COPY2, "P2P: wait_completion[%d] bytesRemaining=%zu\n", bufferIndex, bytesRemaining1);
bool hostWait = 0;
bool hostWait = 0; // TODO - remove me
if (hostWait) {
// Host-side wait, should not be necessary: