Skip to content

Conversation

@rraminen
Copy link

Added ROCM_VERSION_MINOR and ROCM_VERSION_MAJOR compiler directives to enable the build latest ROCm versions.

cc: @jithunnair-amd

else:
ROCM_MAJOR = '0'
ROCM_MINOR = '0'

Copy link
Collaborator

Choose a reason for hiding this comment

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

This should instead be something like: from .builder import ROCM_MAJOR, ROCM_MINOR. We shouldn't need to redefine it here.

Copy link
Author

Choose a reason for hiding this comment

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

Implemented the change.

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.

2 participants