Skip to content

Conversation

tinglvv
Copy link
Contributor

@tinglvv tinglvv commented Aug 22, 2025

Add domain builds for CUDA 13.0 x86
torchvision/torchaudio

cc @atalman

Copy link

vercel bot commented Aug 22, 2025

@tinglvv is attempting to deploy a commit to the Meta Open Source Team on Vercel.

A member of the Team first needs to authorize it.

@meta-cla meta-cla bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 22, 2025
@tinglvv tinglvv changed the title Add domain builds for CUDA 13.0 Add x86 domain builds for CUDA 13.0 Aug 22, 2025
Copy link
Contributor

@nWEIdia nWEIdia left a comment

Choose a reason for hiding this comment

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

Test if it is possible to replace 12.9 with 13.0.

@tinglvv tinglvv force-pushed the cu130-domain-build branch from 8b8dc9d to cbf4ba2 Compare August 25, 2025 22:25
@tinglvv
Copy link
Contributor Author

tinglvv commented Aug 26, 2025

Error now with cub in torchaudio build https://github.com/pytorch/test-infra/actions/runs/17222606889/job/48913313545?pr=7046

/__w/test-infra/test-infra/pytorch/audio/src/libtorchaudio/cuctc/src/ctc_prefix_decoder_kernel_v2.cu(443): error: namespace "cub" has no member "FpLimits"
        cub::FpLimits<float>::Lowest(),
             ^

/__w/test-infra/test-infra/pytorch/audio/src/libtorchaudio/cuctc/src/ctc_prefix_decoder_kernel_v2.cu(443): error: type name is not allowed
        cub::FpLimits<float>::Lowest(),
                      ^

/__w/test-infra/test-infra/pytorch/audio/src/libtorchaudio/cuctc/src/ctc_prefix_decoder_kernel_v2.cu(443): error: the global scope has no "Lowest"
        cub::FpLimits<float>::Lowest(),
                              ^

3 errors detected in the compilation of "/__w/test-infra/test-infra/pytorch/audio/src/libtorchaudio/cuctc/src/ctc_prefix_decoder_kernel_v2.cu".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. module: rocm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants