Skip to content

Commit

Permalink
Merge pull request #77 from ntrost57/develop
Browse files Browse the repository at this point in the history
jenkins updated to rocm ; version number increased
  • Loading branch information
ntrost57 authored Nov 29, 2018
2 parents 8a07cff + d7a6380 commit 242c0a8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
7 changes: 6 additions & 1 deletion docs/source/library.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,12 @@ Building and Installing

Installing from AMD ROCm repositories
**************************************
TODO, not yet available
rocSPARSE can be installed from `AMD ROCm repositories <https://rocm.github.io/ROCmInstall.html#installing-from-amd-rocm-repositories>`_ by

::

sudo apt install rocsparse


Building rocSPARSE from Open-Source repository
***********************************************
Expand Down

0 comments on commit 242c0a8

Please sign in to comment.