This repository has been archived by the owner on Feb 15, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
Conversation
This file contains 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
Former-commit-id: f89538b
…ansong Zhang for finding the bug location. Former-commit-id: fd0f888
Former-commit-id: 1042437
Former-commit-id: c93292c
…r for testing Former-commit-id: 21d6273
Former-commit-id: 5298970
Former-commit-id: 3bef1e7
Former-commit-id: eeaecbc
Former-commit-id: ae76e5e
Former-commit-id: c48c08e
Former-commit-id: ce1b227
Former-commit-id: 89f21af
Former-commit-id: 5435e55
Former-commit-id: 0242393
Former-commit-id: 42f2dbd
Former-commit-id: a2421ff
Former-commit-id: 3f7bffa
Former-commit-id: 321f70e
Former-commit-id: 8ee2461
Former-commit-id: 27fb523
Former-commit-id: 8e6ad2e
Former-commit-id: 7fb695c
Former-commit-id: 41b53f0
Former-commit-id: cc96284
Former-commit-id: 829c984
Former-commit-id: 53c445d
this allows build using a private device lib like this cmake -DDEVICE_LIB_DIR=/home/guansong/builds/rocmdevice/ROCm-Device-Libs.roc-1.7.x/build/dist/ -DLLVM_DIR=/home/guansong/builds/amdllvm.roc-1.7.x/ebuild/ -DCMAKE_BUILD_TYPE=Debug -DATMI_HSA_INTEROP=on ../src/ Former-commit-id: 546d2d6
Former-commit-id: 960a300
Former-commit-id: 81fb217
do not have to rebuild these files again.
installed in non-standard locations.
…ridge Added more search paths for comgr include files especially if ROCm is installed in non-standard locations.
and assigned correct args to hsa_amd_memory_async_copy for the source and destination agents. Previously, we used the GPU agent for both source and destination args, but was advised to use separate CPU and GPU agents depending on the location of the source and destination args. Apparently each memory space has a specific 'owning' agent, and the API hsa_amd_memory_async_copy expects owning agents only as args.
Signed-off-by: Icarus Sparry <icarus.sparry@amd.com>
Fix rpm 'requires' packaging
…cated_fix async memcpy deprecated HSA API fix
Allow the user to specify the CPACK_GENERATOR parameter, perhaps on the command line, rather than hard code a value. Signed-off-by: Icarus Sparry <icarus.sparry@amd.com> Change-Id: Ia8a5736c8591d0f503d8563e996973cba651d442
Do not hardcode CPACK generators
File Reorg changes:SWDEV-291455
This reverts commit 7f3f0b5.
Revert "File Reorg changes:SWDEV-291455"
(SWDEV-318507) (Updated) License file missing in atmi package
Adding RPM license header based on recommendation by Jeremy Newton (S…
Jeremy Newton (SWDEV-318507)
Added the COMPONENT arg to cmake license install command as suggested by Jeremy Newton (SWDEV-318507)
Atmi installed in /opt/rocm Wrapper header files for backward compatibility Softlink for binaries and library files
Atmi installed in /opt/rocm Wrapper header files for backward compatibility Softlink for library files Conflicting binaries removed from atmi
Soft link to binaries for backward compatibility Check added for empty string
file reorg patch
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
No description provided.