Skip to content
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

[AMDGPU] Add dispatch path for FP16 batched mul #488

Merged
merged 1 commit into from
Apr 17, 2023
Merged

[AMDGPU] Add dispatch path for FP16 batched mul #488

merged 1 commit into from
Apr 17, 2023

Conversation

pxl-th
Copy link
Member

@pxl-th pxl-th commented Apr 13, 2023

rocBLAS supports FP16 batched gemm, but NNlib was dispatching to generic implementation.

PR Checklist

  • Tests are added
  • Documentation, if applicable

@pxl-th pxl-th changed the title Add dispatch path for FP16 batched mul [AMDGPU] Add dispatch path for FP16 batched mul Apr 13, 2023
C
end

function NNlib._batched_gemm!(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now that we have two GPU backends and both of them override this function, I wonder if it should become a more formal part of the API. Something to think about at a later date though.

@ToucheSir ToucheSir merged commit adbf444 into FluxML:master Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants