Skip to content

Commit

Permalink
Small cleanup in deps/
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsamaroo committed Jul 14, 2020
1 parent 47651e6 commit 222d572
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deps/hsa/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion deps/rocm-external/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion deps/rocm-external/rocblas_interface.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
# Julia wrapper for header: /home/jpsamaroo/ROCArrays/deps/include/rocblas/julia_rocblas.h
# Automatically generated using Clang.jl wrap_c

0 comments on commit 222d572

Please sign in to comment.