From 24f52e1a0de6e73a4ed0826e007bd1841b3a8c61 Mon Sep 17 00:00:00 2001 From: Nico Trost Date: Thu, 29 Nov 2018 07:29:22 +0100 Subject: [PATCH 1/2] jenkins to use latest rocm --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d7c95f8b..dec8b03b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -473,7 +473,7 @@ rocm_ubuntu: node( 'docker && rocm19 && dkms') { def hcc_docker_args = new docker_data( - from_image:'rocm/dev-ubuntu-16.04:1.9.0', + from_image:'rocm/dev-ubuntu-16.04:latest', build_docker_file:'dockerfile-build-ubuntu', install_docker_file:'dockerfile-install-ubuntu', docker_run_args:'--device=/dev/kfd --device=/dev/dri --group-add=video', From d7a638016c83997f9c7930ad8ee8efc3d882740b Mon Sep 17 00:00:00 2001 From: Nico Trost Date: Thu, 29 Nov 2018 07:33:36 +0100 Subject: [PATCH 2/2] version number to 1.0.0 and doc update --- CMakeLists.txt | 2 +- docs/source/conf.py | 4 ++-- docs/source/library.rst | 7 ++++++- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 84e2ffe8..89dee577 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ option(BUILD_VERBOSE "Output additional build information" OFF) include(cmake/Dependencies.cmake) # Setup version -rocm_setup_version(VERSION 0.1.4.2 NO_GIT_TAG_VERSION) +rocm_setup_version(VERSION 1.0.0.0 NO_GIT_TAG_VERSION) set(rocsparse_SOVERSION 0) # AMD targets diff --git a/docs/source/conf.py b/docs/source/conf.py index 44aac168..317190d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = u'0.8' +version = u'1.0.0' # The full version, including alpha/beta/rc tags. -release = u'0.8' +release = u'1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/library.rst b/docs/source/library.rst index dd9fe7bd..e5492cbd 100644 --- a/docs/source/library.rst +++ b/docs/source/library.rst @@ -157,7 +157,12 @@ Building and Installing Installing from AMD ROCm repositories ************************************** -TODO, not yet available +rocSPARSE can be installed from `AMD ROCm repositories `_ by + +:: + + sudo apt install rocsparse + Building rocSPARSE from Open-Source repository ***********************************************