mirror of
https://github.com/amd/blis.git
synced 2026-04-19 23:28:52 +00:00
AOCL-BLIS changed to AOCL-BLAS
AOCL-BLIS replaced with AOCL-BLAS at various places like "configure", "CMakeLists.txt" and documentation files. Change-Id: I75c3fbe8a1abc91828eeacb25672fd7bc905d226
This commit is contained in:
@@ -314,7 +314,7 @@ file(STRINGS ${CMAKE_SOURCE_DIR}/version VERSION)
|
||||
# Get timestamp.
|
||||
string(TIMESTAMP BUILD_DATE "%Y%m%d")
|
||||
# Update using the timestamp.
|
||||
set(VERSION_STRING "AOCL-BLIS ${VERSION} Build ${BUILD_DATE}")
|
||||
set(VERSION_STRING "AOCL-BLAS ${VERSION} Build ${BUILD_DATE}")
|
||||
# Initial message.
|
||||
message(STATUS "Starting configuration of BLIS ${VERSION_STRING}.")
|
||||
# Check if the user requested a custom version string.
|
||||
@@ -1132,4 +1132,4 @@ else()
|
||||
endif()
|
||||
add_custom_target(check
|
||||
DEPENDS ${available_testsuites}
|
||||
COMMENT "Running target `check`. ${CHECK_WARNING} ${DETAILED_BLATEST_MESSAGE}")
|
||||
COMMENT "Running target `check`. ${CHECK_WARNING} ${DETAILED_BLATEST_MESSAGE}")
|
||||
|
||||
2
configure
vendored
2
configure
vendored
@@ -1877,7 +1877,7 @@ set_default_version()
|
||||
echo "${script_name}: determining default version string."
|
||||
|
||||
# Use what's in the version file as-is.
|
||||
version="AOCL-BLIS $(cat "${version_file}") Build $(date +%Y%m%d)"
|
||||
version="AOCL-BLAS $(cat "${version_file}") Build $(date +%Y%m%d)"
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -44,7 +44,7 @@ DOXYFILE_ENCODING = UTF-8
|
||||
# title of most generated pages and in a few other places.
|
||||
# The default value is: My Project.
|
||||
|
||||
PROJECT_NAME = AOCL-BLIS
|
||||
PROJECT_NAME = AOCL-BLAS
|
||||
|
||||
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
|
||||
# could be handy for archiving the generated documentation or if some version
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
@mainpage
|
||||
# Welcome to AOCL-BLIS
|
||||
# Welcome to AOCL-BLAS
|
||||
|
||||
---
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
## Introduction
|
||||
|
||||
<b> AOCL BLIS </b> BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API unique to BLIS is also available.
|
||||
<b> AOCL BLAS </b> BLIS is a portable software framework for instantiating high-performance BLAS-like dense linear algebra libraries. The framework was designed to isolate essential kernels of computation that, when optimized, immediately enable optimized implementations of most of its commonly used and computationally intensive operations. BLIS is written in ISO C99 and available under a new/modified/3-clause BSD license. While BLIS exports a new BLAS-like API, it also includes a BLAS compatibility layer which gives application developers access to BLIS implementations via traditional BLAS routine calls. An object-based API unique to BLIS is also available.
|
||||
|
||||
How to Download BLIS
|
||||
How to Download AOCL BLAS
|
||||
--------------------
|
||||
|
||||
There are a few ways to download BLIS. We list the most common four ways below.
|
||||
@@ -135,4 +135,4 @@ omitted (mostly for brevity's sake) and thus more examples could be written.
|
||||
|
||||
## CONTACTS
|
||||
|
||||
AOCL BLIS is developed and maintained by AMD. You can contact us on the email-id <b>[aoclsupport@amd.com](mailto:aoclsupport@amd.com)</b>
|
||||
AOCL BLAS is developed and maintained by AMD. You can contact us on the email-id <b>[aoclsupport@amd.com](mailto:aoclsupport@amd.com)</b>
|
||||
|
||||
Reference in New Issue
Block a user