Change directory name to match HIP lowercase style.
このコミットが含まれているのは:
+1
-1
@@ -148,7 +148,7 @@ endif()
|
|||||||
# platform is hcc; do this before the ugly hijacking of the compiler, since no
|
# platform is hcc; do this before the ugly hijacking of the compiler, since no
|
||||||
# HC code is involved.
|
# HC code is involved.
|
||||||
if (HIP_PLATFORM STREQUAL "hcc")
|
if (HIP_PLATFORM STREQUAL "hcc")
|
||||||
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/LPL_CA)
|
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lpl_ca)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
# Build hip_hcc if platform is hcc
|
# Build hip_hcc if platform is hcc
|
||||||
|
|||||||
@@ -216,7 +216,6 @@ if($HIP_PLATFORM eq "hcc"){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(($HIP_PLATFORM eq "hcc")){
|
if(($HIP_PLATFORM eq "hcc")){
|
||||||
$EXPORT_LL=" ";
|
|
||||||
$ENV{HCC_EXTRA_LIBRARIES}="$HIP_PATH/lib/hip_hc.ll\n";
|
$ENV{HCC_EXTRA_LIBRARIES}="$HIP_PATH/lib/hip_hc.ll\n";
|
||||||
$ENV{HIP_HC_IR_FILE}="";
|
$ENV{HIP_HC_IR_FILE}="";
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1553,6 +1553,7 @@ hipError_t hipMemcpy3D(const struct hipMemcpy3DParms *p)
|
|||||||
}
|
}
|
||||||
return ihipLogStatus(e);
|
return ihipLogStatus(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
{
|
{
|
||||||
template<
|
template<
|
||||||
|
|||||||
新しいイシューから参照
ユーザーをブロックする