This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
[WIP] Generate LLVM IR for target parallel kernels #226
Closed
DominikAdamski
wants to merge
9
commits into
ROCm-Developer-Tools:amd-trunk-dev
from
DominikAdamski:gpu_parallel_51_main_21_08
Closed
[WIP] Generate LLVM IR for target parallel kernels #226
DominikAdamski
wants to merge
9
commits into
ROCm-Developer-Tools:amd-trunk-dev
from
DominikAdamski:gpu_parallel_51_main_21_08
Commits on Aug 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9facef1 - Browse repository at this point
Copy the full SHA 9facef1View commit details -
Dominik Adamski committed
Aug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for cf41abd - Browse repository at this point
Copy the full SHA cf41abdView commit details -
[WIP] Recognize type of the kernel
This patch adds initial support for detecting type of launched kernel. If there is a parallel pragma inside target region, then we assume that we have SPMD kernel. This assumption is not valid for target regions for which parallel region does not cover the whole target region.
Dominik Adamski committedAug 22, 2023 Configuration menu - View commit details
-
Copy full SHA for 749edc7 - Browse repository at this point
Copy the full SHA 749edc7View commit details
Commits on Sep 5, 2023
-
Dominik Adamski committed
Sep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 4e8013e - Browse repository at this point
Copy the full SHA 4e8013eView commit details -
Johannes proposition of the new OpenMP runtime
Dominik Adamski committedSep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for c26cf26 - Browse repository at this point
Copy the full SHA c26cf26View commit details -
Do not build the new Device RTL functions which cannot be compiled
Proposed implementation of the new device OpenMP functions relies on internal functions which are not used in current version of the OpenMP runtime.
Dominik Adamski committedSep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for adb419d - Browse repository at this point
Copy the full SHA adb419dView commit details -
[WIP][CodeExtractor] Modify alloca address space for struct
TODO: Modify CodeExtractor so that it will take alloca address space from constructor parameter
Dominik Adamski committedSep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for b4b571c - Browse repository at this point
Copy the full SHA b4b571cView commit details -
TODO: Add missing definitions for the newwq OpenMP device RTL functions TODO: Add missing attributes for the new OpenMP device RTL functions
Dominik Adamski committedSep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for a0703ec - Browse repository at this point
Copy the full SHA a0703ecView commit details -
[OpenMP] Generate code for target worksharing loop
Dominik Adamski committedSep 5, 2023 Configuration menu - View commit details
-
Copy full SHA for 470dde0 - Browse repository at this point
Copy the full SHA 470dde0View commit details
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.