-
Notifications
You must be signed in to change notification settings - Fork 191
DO NOT REVIEW. test to generate docs in PR #1666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
amcamd
wants to merge
10
commits into
ROCm:develop_deprecated
Choose a base branch
from
amcamd:PR_generate_doc
base: develop_deprecated
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
+285
−1,660
Conversation
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
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 <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]>
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 <[email protected]>
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 <[email protected]> Co-authored-by: Jeffrey Novotny <[email protected]>
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 <[email protected]> Co-authored-by: assistant-librarian[bot] <assistant-librarian[bot]@users.noreply.github.com> Co-authored-by: Torre Zuk <[email protected]>
[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.
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