Skip to content

[Issue] torch.version.hip changed from 7.2.x to 7.13.x breaks ABI detection #5425

@Apophis3158

Description

@Apophis3158

Projects such as ComfyUI, bitsandbytes use torch.version.hip to judge if ROCm ABI version 7.2.x or else. But lately TheRock build bumped it to 7.13.x in torch/version.py:

hip: Optional[str] = '7.13.x'
rocm: Optional[str] = '7.14.0'

IMO it's better to leave torch.version.hip to indicate the ABI version and only use torch.version.rocm to indicate TheRock ROCm version.

Metadata

Metadata

Assignees

Labels

status: triageIndicates an issue has been assigned for investigation.

Type

No type
No fields configured for issues without a type.

Projects

Status
TODO

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions