enable DB, comments

Bu işleme şunda yer alıyor:
Ben Sander
2016-03-14 14:40:41 -05:00
ebeveyn 5606bee076
işleme 1a27e5134e
2 değiştirilmiş dosya ile 5 ekleme ve 2 silme
+2 -1
Dosyayı Görüntüle
@@ -720,7 +720,8 @@ hipError_t hipMemcpyToSymbol(const char* symbolName, const void *src, size_t siz
/**
* @brief Copy data from src to dst asynchronously.
*
* TODO: cudaErrorInvalidMemcpyDirection error code is not supported right now, use hipErrorUnknown for now
* @warning If host or dest are not pinned, the memory copy will be performed synchronously. For best performance, use hipHostAlloc to
* allocate host memory that is transferred asynchronously.
*
* @param[out] dst Data being copy to
* @param[in] src Data being copy from