-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL][HIP] Add additional AMD GPU targets #12028
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
Conversation
…033, 1035, 1036, 1100, 1101, 1102, 1103, 1150, 1151, 1200, 1201
@@ -932,6 +947,7 @@ SmallString<64> SYCL::gen::getGenDeviceMacro(StringRef DeviceName) { | |||
.Case("gfx906", "AMD_GPU_GFX906") | |||
.Case("gfx908", "AMD_GPU_GFX908") | |||
.Case("gfx90a", "AMD_GPU_GFX90A") | |||
.Case("gfx90c", "AMD_GPU_GFX90C") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing macro additions?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Thanks.
sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Runtime changes and doc look good to me.
Tag @npmiller for awareness. |
sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc
Outdated
Show resolved
Hide resolved
sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spec changes OK
@mdtoguchi, could you please approve the pull request if it looks right ? Thanks. |
@jinz2014 Could you please merge the latest sycl branch and resolve conflicts. |
I applied the changes to the latest copy of the file. Is that okay ? Thanks. |
@againull I am confused by the conflict report though I applied the changes to the latest file. |
No worries, conflict seemed trivial to me so I resolved in the github web interface. I will merge if testing results are fine. |
The GFX targets are 909, 940, 941, 942, 1033, 1035, 1036, 1100, 1101, 1102, 1103, 1150, 1151, 1200, 1201.
Thanks for your reviews.