modulus-sym icon indicating copy to clipboard operation
modulus-sym copied to clipboard

Avoids float-casting of CUDA version strings to preemptively prevent CUDA extension install bugs

Open peterdsharpe opened this issue 9 months ago • 3 comments

Modulus Pull Request

Description

Minor fix to preemptively prevent failing installs for future CUDA versions, such as:

  • "12.8-rc.2" -> ValueError
  • "11.10" -> interpreted as 11.1

Checklist

  • [x] I am familiar with the Contributing Guidelines.
  • [x] New or existing tests cover these changes.
  • [x] The documentation is up to date with these changes.
  • [x] The CHANGELOG.md is up to date with these changes.
  • [ ] An issue is linked to this pull request.

Dependencies

peterdsharpe avatar Feb 27 '25 17:02 peterdsharpe

/blossom-ci

peterdsharpe avatar Mar 04 '25 21:03 peterdsharpe

/blossom-ci

ktangsali avatar Jun 10 '25 22:06 ktangsali

/blossom-ci

ktangsali avatar Jun 11 '25 15:06 ktangsali