Skip to content

Conversation

jeffdaily
Copy link

@naromero77amd
Copy link

@zou3519 Are you able to review?

print("Compiling in debug mode")

use_cuda = use_cuda and torch.cuda.is_available() and CUDA_HOME is not None
use_cuda = use_cuda and torch.cuda.is_available() and (CUDA_HOME is not None or ROCM_HOME is not None)
Copy link
Contributor

Choose a reason for hiding this comment

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

when I put up pytorch/pytorch#158032, what I meant by "we should test this" is more that we should add some CI tests for this. Is that possible?

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.

extension-cpp claims ROCM support with no additional changes; we should test this.
4 participants