Change directory name to match HIP lowercase style.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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}="";
|
||||
}
|
||||
|
||||
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user