DO NOT REVIEW. test to generate docs in PR#1666
Open
amcamd wants to merge 10 commits intoROCm:develop_deprecatedfrom
Open
DO NOT REVIEW. test to generate docs in PR#1666amcamd wants to merge 10 commits intoROCm:develop_deprecatedfrom
amcamd wants to merge 10 commits intoROCm:develop_deprecatedfrom
Conversation
support labels with spaces * fix CI pipelines passing label list
remove out of date information on device memory management (ROCm#488) Co-authored-by: Andrew Chapman <anchapman@ctr2-alola-login-02.amd.com> Co-authored-by: Jeffrey Novotny <jnovotny@amd.com>
find OpenMP config (ROCm#517) Summary of proposed changes: First search for ROCm's libomp.so via openmp-config.cmake. This is what we would prefer instead of searching for a system libomp.so/libgomp.so and then manually adding in a ROCm lib path. This methodology should still be RHEL-10 RPATH compliant. Co-authored-by: estewart08 <ethan.stewart@amd.com>
Remove stray .pyc (ROCm#508)
[rocblas] Remove .jenkins folder V2 (ROCm#524) running CI on rocJenkins instead of .jenkins
use gemm_ex type in constexpr (ROCm#640) * clarify expected compilation
Add environment variables index page to rocBLAS (ROCm#451) resolves Environment variables collection doc epic Summary of proposed changes: - This is part of a bigger work, where we collect environment variables in index page. - Tried to come up with a solution, where we have minimal doc duplication. --- 🔁 Imported from [ROCm#1661](ROCm#1661) 🧑💻 Originally authored by @neon60 --------- Co-authored-by: Istvan Kiss <neon60@gmail.com> Co-authored-by: Jeffrey Novotny <jnovotny@amd.com>
Add gfx1150 support (ROCm#452) - Adding initial support for gfx1150 - Need to update tensile_tag.txt after PR with Tensile changes is merged in rocm-libraries and automatically in ROCm/Tensile (ROCm/rocm-libraries#396) - Update tensile_tag.txt for testing purposes, it will be reverted --- 🔁 Imported from [ROCm#1659](ROCm#1659) 🧑💻 Originally authored by @amd-mtrifuno --------- Co-authored-by: Milica Trifunovic <milica.trifunovic@amd.com> Co-authored-by: assistant-librarian[bot] <assistant-librarian[bot]@users.noreply.github.com> Co-authored-by: Torre Zuk <42548444+TorreZuk@users.noreply.github.com>
[rocBLAS] Docs: Change GitHub links and install guides to account for repo change (ROCm#541) This PR makes changes to several guides to point to the rocblas folder in the new rocm-libraries repository. It also updates some install instructions and some other links. I added a note in a few places to refer people using 6.4 or older to the previous rocBLAS repository.
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.
DO NOT REVIEW. test to generate docs in PR