From 222d57265e188f943ed629591ec17bfd3a211e2a Mon Sep 17 00:00:00 2001 From: Julian P Samaroo Date: Tue, 14 Jul 2020 11:19:39 -0500 Subject: [PATCH] Small cleanup in deps/ --- deps/hsa/build.jl | 4 ++-- deps/rocm-external/build.jl | 2 +- deps/rocm-external/rocblas_interface.jl | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/deps/hsa/build.jl b/deps/hsa/build.jl index 8757799f1..33f846fa7 100644 --- a/deps/hsa/build.jl +++ b/deps/hsa/build.jl @@ -148,7 +148,7 @@ function main() # find the ld.lld program for linking kernels ld_path = find_ld_lld() if ld_path == "" - build_error("Couldn't find ld.lld.") + build_error("Couldn't find ld.lld, please install it with your package manager") end config[:ld_lld_path] = ld_path @@ -179,7 +179,7 @@ function main() # we got here, so the status is non-fatal build_error(""" - HSARuntime.jl has been built successfully, but there were warnings. + AMDGPU.jl has been built successfully, but there were warnings. Some functionality may be unavailable.""") end end diff --git a/deps/rocm-external/build.jl b/deps/rocm-external/build.jl index 883c09bcd..cfd189a0b 100644 --- a/deps/rocm-external/build.jl +++ b/deps/rocm-external/build.jl @@ -84,7 +84,7 @@ function main() # we got here, so the status is non-fatal build_error(""" - ROCArrays.jl has been built successfully, but there were warnings. + AMDGPU.jl has been built successfully, but there were warnings. Some functionality may be unavailable.""") end end diff --git a/deps/rocm-external/rocblas_interface.jl b/deps/rocm-external/rocblas_interface.jl index 38f5e90e7..409d92bad 100644 --- a/deps/rocm-external/rocblas_interface.jl +++ b/deps/rocm-external/rocblas_interface.jl @@ -1,3 +1,2 @@ -# Julia wrapper for header: /home/jpsamaroo/ROCArrays/deps/include/rocblas/julia_rocblas.h # Automatically generated using Clang.jl wrap_c