Change directory name to match HIP lowercase style.

このコミットが含まれているのは:
Alex Voicu
2018-02-22 13:15:10 +00:00
コミット 696f0595a3
11個のファイルの変更3行の追加3行の削除
+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
-1
ファイルの表示
@@ -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}="";
} }
ファイルの表示
ファイルの表示
ファイルの表示
ファイルの表示
ファイルの表示
ファイルの表示
ファイルの表示
ファイルの表示
+1
ファイルの表示
@@ -1553,6 +1553,7 @@ hipError_t hipMemcpy3D(const struct hipMemcpy3DParms *p)
} }
return ihipLogStatus(e); return ihipLogStatus(e);
} }
namespace namespace
{ {
template< template<