-
-
Notifications
You must be signed in to change notification settings - Fork 791
add support for 64 block size on 32 warp size supported amd gpus #1748
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
base: main
Are you sure you want to change the base?
Conversation
Thanks for the PR! I don't have the bandwidth to test this personally at the moment, so will defer to AMD team. Also I do not have any RDNA GPUs on hand. cc: @pnunna93 |
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
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.
Thanks for the PR! It's good to go once warp size change is made.
Hi @electron271 |
will look through all this soon, sorry have been somewhat busy |
Reuse BNB_WARP_SIZE macro
#define DENORM 1.0f/127.0f | ||
#define MAX_SPARSE_COUNT 32 | ||
#define SMEM_SIZE 8*256 | ||
#if defined(__GFX9__) |
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.
This is unused now and can be removed.
|
||
#define ERR_NOT_IMPLEMENTED 100 | ||
|
||
#if defined(__GFX9__) |
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.
This is unused now and can be removed.
https://rocm.docs.amd.com/en/latest/reference/gpu-arch-specs.html most non instinct gpus support 32 warp size
tested on RX 9070 XT, looking into getting this tested on amd instinct accelerators to ensure gpus with 64 warp size still work