[Draft] Distributed tuning#1435
Open
brianchooou wants to merge 2 commits into
Open
Conversation
Contributor
|
Please resolve merge conflicts or close this PR to complete the task of importing PRs from this repo to the monorepo. |
assistant-librarian Bot
pushed a commit
that referenced
this pull request
Sep 8, 2025
[hipblaslt] Add missing copyright headers for hipBLASLt files (#1435) ## Summary This MR adds missing copyright and SPDX license headers to various hipblaslt open source files, including C++, Python, and shell scripts. The update ensures compliance with open source licensing requirements. ## Technical Details - Added or updated copyright and SPDX headers in: - C++ source files - Python scripts and modules - Shell scripts - Affected files include clients, scripts, tests, tensilelite modules, and setup/config files. - No functional code changes; only header/license updates. - Relevant links: - [[SWDEV-553030] Palamida scan remediation [ROCM 7.1] - hipblaslt - [copyright] - INTERNAL](https://ontrack-internal.amd.com/browse/SWDEV-553030) ## Submission Checklist - [x] Look over the contributing guidelines at https://github.com/ROCm/ROCm/blob/develop/CONTRIBUTING.md#pull-requests.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
[Draft] TensileParallel Documentation
Overview
TensileParallel is an enhancement to the original Tensile tuning tool that enables parallel tuning across multiple GPU devices. It optimizes the tuning process by distributing workloads across available GPUs, significantly reducing the total tuning time.
Features
Prerequisites
Installation
No additional installation required beyond the standard hipBLASLt setup.
Usage
Basic Command
Configuration for Device Selection
Modify your config.yaml to specify GPU devices using the DeviceList parameter under GlobalParameters:
Execution Flow
Output Structure