Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/ais_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
types: [opened, synchronize, reopened] # Defaults
paths-ignore:
- '**.md'
- 'LICENSE'
- '.github/CODEOWNERS'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
> [!CAUTION]
> This release is an *early-access* software technology preview. Running production workloads is *not* recommended.

[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ROCm/hipFile/develop/LICENSE)
[![MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/ROCm/hipFile/develop/LICENSE.md)

AMD Infinity Storage library that supports IO directly to the GPU

Expand Down
4 changes: 1 addition & 3 deletions cmake/AISInstall.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
# SPDX-License-Identifier: MIT

# Install hipFile and rocFile
#
# TODO: Rework this to use CPack

# From the rocm-cmake repo
include(ROCMInstallTargets)
Expand Down Expand Up @@ -59,7 +57,7 @@ if(BUILD_ROCFILE OR BUILD_HIPFILE)
)

# CPack license setup
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE")
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/LICENSE.md")
set(CPACK_RPM_PACKAGE_LICENSE "MIT")

# Create the package
Expand Down
Loading