Change directory name to match HIP lowercase style.

Αυτή η υποβολή περιλαμβάνεται σε:
Alex Voicu
2018-02-22 13:15:10 +00:00
γονέας 49ef24c042
υποβολή dc7560ef22
11 αρχεία άλλαξαν με 3 προσθήκες και 3 διαγραφές
+1 -1
Προβολή Αρχείου
@@ -148,7 +148,7 @@ endif()
# platform is hcc; do this before the ugly hijacking of the compiler, since no
# HC code is involved.
if (HIP_PLATFORM STREQUAL "hcc")
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/LPL_CA)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lpl_ca)
endif ()
# Build hip_hcc if platform is hcc
-1
Προβολή Αρχείου
@@ -216,7 +216,6 @@ if($HIP_PLATFORM eq "hcc"){
}
if(($HIP_PLATFORM eq "hcc")){
$EXPORT_LL=" ";
$ENV{HCC_EXTRA_LIBRARIES}="$HIP_PATH/lib/hip_hc.ll\n";
$ENV{HIP_HC_IR_FILE}="";
}
+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<