Move HIP_HCC define to CMake

This commit is contained in:
Ben Sander
2016-04-17 07:40:04 -05:00
orang tua 74a7dee58f
melakukan 65abde6626
4 mengubah file dengan 5 tambahan dan 11 penghapusan
+3 -1
Melihat File
@@ -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: