Description
torch==2.3.1 is present in the CUDA compatibility matrix but missing from the Python compatibility matrix. As a result, compatibility validation is bypassed for this version, allowing unsupported Python and CUDA combinations to pass without errors.
Impact
- Invalid Python versions may be accepted.
- Unsupported CUDA versions may be accepted.
- Generated environment scripts can fail during installation.
- Reduces reliability of compatibility resolution.
Expected Behavior
torch==2.3.1 should undergo the same Python and CUDA compatibility checks as other PyTorch versions.
Proposed Fix
Add the missing torch 2.3.1 entry to the Python compatibility matrix with the correct supported Python and CUDA versions.
Affected Area
- Compatibility Engine
- API Layer
- Script Generation
labels
GSSOC
Description
torch==2.3.1is present in the CUDA compatibility matrix but missing from the Python compatibility matrix. As a result, compatibility validation is bypassed for this version, allowing unsupported Python and CUDA combinations to pass without errors.Impact
Expected Behavior
torch==2.3.1should undergo the same Python and CUDA compatibility checks as other PyTorch versions.Proposed Fix
Add the missing
torch 2.3.1entry to the Python compatibility matrix with the correct supported Python and CUDA versions.Affected Area
labels
GSSOC