Change directory name to match HIP lowercase style.

이 커밋은 다음에 포함됨:
Alex Voicu
2018-02-22 13:15:10 +00:00
부모 49ef24c042
커밋 dc7560ef22
11개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
+2 -1
파일 보기
@@ -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<