-
Notifications
You must be signed in to change notification settings - Fork 56
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
SWDEV-516877 - Fix unsafe uses of unsafe for SPIRV #141
Open
AlexVlx
wants to merge
46
commits into
ROCm:amd-staging
Choose a base branch
from
AlexVlx:fix_unsafe_f16_bf16_atomic_add_for_spirv
base: amd-staging
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
SWDEV-516877 - Fix unsafe uses of unsafe for SPIRV #141
AlexVlx
wants to merge
46
commits into
ROCm:amd-staging
from
AlexVlx:fix_unsafe_f16_bf16_atomic_add_for_spirv
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
Change-Id: I9d65880e129eacaa5f3971332a9e1374d1878c9e
Change-Id: Ia9ec1705ce72c025d5ea75f4df56b0988c6f103d
Change-Id: I0a0814d335e8c3d9a80c1217d8d2df62e7baa548
Change-Id: Ia451c84750d33c96c2a435469694794d78fb2725
Change-Id: Ib6b00b7ab1f51fd6d1ea4a6e3d3027d71a0ce63d
For last mainline promotion based on 15-May-2023 build. Change-Id: Ia2381211df6807df1c8cb265a625c726cd7ab290
Change-Id: I7f5c5e85e6c6bfd05f057350b02f73d03495571b
Change-Id: Ic3916acc6706444717b0c520ed5056e78a76505f
Change-Id: I3279d1c48704e040338bf83debc0588cd90841ee
Change-Id: I85fef1bdc27aea2350ad36184625ebcf3c971c51
Change-Id: I7542839da03d0fe8fb41683acec3a3416716aa57
Change-Id: Ia4fb1f59720c62fc872c0ed7cc4e8625353d7079
Change-Id: Ib6f4af31ac7049997d9f00eafc359846315efa1c
Change-Id: I0bb923950f814052f51d15d59fabaa2cafd679a9
Change-Id: Ib120768cedac894e5fdcb84daff55a8cde8a7167
Change-Id: Icc81cb530ffd2ed10daf1c3cbf4c973ec9ab67f1
Change-Id: I9dc0c086af6c3482001908e3ccfd984ee0d8c420
Change-Id: I7a99a04040e1e1de4f1c9d7ea6e06302f03d5f26
Change-Id: Ie3b9e446a6061aa1dad650c295a17c19a6b1975d
Change-Id: If838e5fb70840574853177fced072cd2620be37a
Change-Id: I8ded4d3a29c3b14d12cc971a334d0d39ceeec84b
Change-Id: I2b99f63785885f1c3a03520af8cb06e184a5c31c
Change-Id: I46ed998eb8a1d6b370029b26ae6b4f00dc1710b9
Change-Id: I257bf31012f300dd4afb10db409dcd588d68503e
…d package Change-Id: I17643c8d6f66e7a71e2b7385986f5ff654345a62
…m-ocl-icd package" This reverts commit bfb1ccc. Reason for revert: to keep stable mainline build Change-Id: Iccb2f5ce1d35f906e51a8916664f8cfe1999c69c
Change-Id: Id336c34852e02a2952b7fd80bf5ce9cb38e6dd95
Change-Id: I0ff1ab1b5b3a934fb4bdcf744874c2aae86a068d
Change-Id: I42ca288cc40303748c192ec5b18225595d5acbb9
Change-Id: I99c27ab97d3ec54c3de7712e652fd3bda7491926
Change-Id: I53126596d203333ed06a6f2b6f65a20816c37438
Change-Id: I3b1aa3925c5b0c90d1bcc1dd881a74bd16509791
Change-Id: Ia992b51e90f8299f82f3cd7214c85d144509f987
Change-Id: Iec52a26d08096bcc06dced63526184a0866058e4
Change-Id: I65485dcd70fb3e7d5a3627a8c8eb6e399ae473f8
Change-Id: I1c7f47735d9018a1bad278f5e4c6d49320947c46
Change-Id: Ibdf9d022f18b264f484dbe57ff15e3f09f1d0e61
Change-Id: I7fcdfe4d1902155d950762d7c7c0b961cfc2fe5c
Change-Id: Ic387a6a90265d581239ed00d45baccd4da5cdd63
Change-Id: Iedd80d7c23da082fc4aa55e87801dd7d25f93880
Change-Id: I1cf4c3b8c671c69dcca9b5f3a453415b48e511ad
Change-Id: I3bd35b8f8c7bc081640a4343121ec6f24af90661
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.
Currently it is necessary to bypass some uses of builtins when compiling for SPIRV, therefore we extend the macro guard around them.