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

Allow Lit to use 'ptxas' tool to validate generated PTX on the NVPTX builders. #390

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

Conversation

vvereschaka
Copy link
Contributor

Specify LLVM_PTXAS_EXECUTABLE environment variable with a full path to 'ptxas' tool from installed NVIDIA CUDA Toolkit. LIT will be automatically check and use this tool to validate PTX during the tests.

@vvereschaka
Copy link
Contributor Author

@justinfargnoli thank you a lot for the proposed improvements for the NVPTX testing process.

All NVPTX build hosts have preinstalled NVIDIA CUDA Toolkit. The last one or the previous one. Currently they have been updated to 12.8. We update CUDA manually during the host maintenance.

…builders.

Specify LLVM_PTXAS_EXECUTABLE environment variable with a full path to
'ptxas' tool from installed NVIDIA CUDA Toolkit. LIT will be automatically
check and use this tool to validate PTX during the tests.
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.

1 participant