Skip to content

Commit

Permalink
update ROCm naming (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lisa authored Jan 10, 2024
1 parent 4bc6afe commit 5e1cb82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ if(NOT BUILD_CUDA)
set (CMAKE_CXX_FLAGS_DEBUG "-O1 ${CMAKE_CXX_FLAGS_DEBUG} -gsplit-dwarf -ggdb" )
endif()
else()
message(FATAL_ERROR "'hipcc' compiler required to compile for ROCm platform.")
message(FATAL_ERROR "'hipcc' compiler required to compile for ROCm software.")
endif()
endif()
# Dependencies
Expand Down
2 changes: 1 addition & 1 deletion deps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# Helper cmake script to automate building dependencies for rocsparselt
# This script can be invoked manually by the user with 'cmake -P'

# The ROCm platform requires Ubuntu 16.04 or Fedora 24, which has cmake 3.5
# AMD ROCm software requires Ubuntu 16.04 or Fedora 24, which has cmake 3.5
cmake_minimum_required(VERSION 3.5 FATAL_ERROR)

list( APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../cmake )
Expand Down
2 changes: 1 addition & 1 deletion docs/doxygen/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ PROJECT_NUMBER =
# for a project that appears at the top of each page and should give viewer a
# quick idea about the purpose of the project. Keep the description short.

PROJECT_BRIEF = "Prototype interfaces compatible with ROCm platform and HIP"
PROJECT_BRIEF = "Prototype interfaces compatible with ROCm software and HIP"

# With the PROJECT_LOGO tag one can specify a logo or an icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
Expand Down

0 comments on commit 5e1cb82

Please sign in to comment.