pytorch
785ebb9d - [ROCM] Navi21 Enablement 3: Embedding kernels (#72809)

Commit
3 years ago
[ROCM] Navi21 Enablement 3: Embedding kernels (#72809) Summary: This PR is a follow up to the following prs. https://github.com/pytorch/pytorch/pull/69942 https://github.com/pytorch/pytorch/pull/72682 We are adding support to Navi21 GPUs which have a warpsize of 32. We cannot rely on a constant so we have to dynamically look up the warpsize when launching the kernel on the host side. Inside device functions this is not needed and the compiler can correctly detect the correct warpsize to replace the C10_WARP_SIZE constant. Pull Request resolved: https://github.com/pytorch/pytorch/pull/72809 Reviewed By: mruberry Differential Revision: D34400737 Pulled By: ngimel fbshipit-source-id: 1a1374465d4006e485d4d11531a4c78ddb178cdf (cherry picked from commit 94211fe1f0e256ab739c1e6db20cbede5b5ecfd8)
Author
Committer
Parents
Loading