Skip to content

Commit

Permalink
Merge pull request #51 from tingxingdong/develop
Browse files Browse the repository at this point in the history
update to url to RadeonOpenCompute and add license file
  • Loading branch information
tingxingdong authored Nov 11, 2016
2 parents ad0749a + 7e39872 commit 82efeec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Except a few routines (like TRSM) having memory allocation inside preventing asy
The [wiki][] has helpful information about building rocblas library, samples and testing files.
[wiki]: https://github.com/clMathLibraries/rocBLAS/wiki
[wiki]: https://github.com/RadeonOpenCompute/rocBLAS/wiki
[ROCm]: https://radeonopencompute.github.io/
Expand Down
2 changes: 1 addition & 1 deletion cmake/external-Tensile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
message( STATUS "Configuring Tensile external dependency" )
include( ExternalProject )

set( Tensile_REPO "https://github.com/clMathLibraries/Tensile.git"
set( Tensile_REPO "https://github.com/RadeonOpenCompute/Tensile.git"
CACHE STRING "URL to download Tensile from" )
set( Tensile_TAG "develop" CACHE STRING "Tensile branch to download" )

Expand Down

0 comments on commit 82efeec

Please sign in to comment.