Change directory name to match HIP lowercase style.

Bu işleme şunda yer alıyor:
Alex Voicu
2018-02-22 13:15:10 +00:00
ebeveyn 1563d53c92
işleme 696f0595a3
11 değiştirilmiş dosya ile 3 ekleme ve 3 silme
+2 -1
Dosyayı Görüntüle
@@ -780,7 +780,7 @@ hipError_t hipMalloc3DArray(hipArray_t *array,
array[0]->depth = extent.depth;
array[0]->desc = *desc;
array[0]->isDrv = false;
array[0]->textureType = hipTextureType3D;
array[0]->textureType = hipTextureType3D;
void ** ptr = &array[0]->data;
if (ctx) {
@@ -1553,6 +1553,7 @@ hipError_t hipMemcpy3D(const struct hipMemcpy3DParms *p)
}
return ihipLogStatus(e);
}
namespace
{
template<