Skip to content

[ROCm] remove hipify work-around that is no longer needed #4705

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeffdaily
Copy link
Contributor

kernel_launch.cuh had HIPCC ifdef workaround for a missing hipify mapping in upstream pytorch but the mapping exists now for some time.

Removing this is also necessary to work with hipify v2 changes, as well.

kernel_launch.cuh had __HIPCC__ ifdef workaround for a missing
hipify mapping in upstream pytorch but the mapping exists now for some
time.
Copy link

netlify bot commented Aug 14, 2025

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit 034c2bb
🔍 Latest deploy log https://app.netlify.com/projects/pytorch-fbgemm-docs/deploys/689e576871057100086a672f
😎 Deploy Preview https://deploy-preview-4705--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@meta-cla meta-cla bot added the cla signed label Aug 14, 2025
@q10
Copy link
Contributor

q10 commented Aug 16, 2025

@jeffdaily Hmm, looks like the mapping is still not visible:

/__w/FBGEMM/FBGEMM/fbgemm_gpu/include/fbgemm_gpu/utils/kernel_launcher_hip.cuh:274:19: error: no member named 'get_cuda_check_suffix' in namespace 'c10::hip'; did you mean 'get_hip_check_suffix'?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants