cutlass/python/cutlass_library
dan_the_3rd b0e09d7cd3
Fix cutlass python library with cuda 12.6.2.post1 (#1942)
* Fix `cutlass` python library with cuda `12.6.2.post1`

Previously we had this error:
```
  File "/storage/home/cutlass/python/cutlass/backend/operation.py", line 39, in <listcomp>
    _version_splits = [int(x) for x in __version__.split("rc")[0].split(".")]
                       ^^^^^^
ValueError: invalid literal for int() with base 10: 'post1'
```

* Update sm90_utils.py

* Update generator.py

* Update python/cutlass_library/generator.py

Co-authored-by: Jack Kosaian <jackkosaian@gmail.com>

* Update python/cutlass_library/sm90_utils.py

Co-authored-by: Jack Kosaian <jackkosaian@gmail.com>

---------

Co-authored-by: Jack Kosaian <jackkosaian@gmail.com>
2024-11-18 09:06:32 -05:00
..
__init__.py Update license year (#1306) 2024-01-16 14:37:22 -05:00
conv2d_operation.py CUTLASS 3.5.1 (#1623) 2024-07-29 08:46:24 -04:00
conv3d_operation.py CUTLASS 3.5.0 (#1411) 2024-03-19 17:51:04 -04:00
conv3x_emitter.py CUTLASS 3.6.0 (#1850) 2024-10-09 15:33:27 -04:00
gemm_operation.py CUTLASS 3.6.0 (#1850) 2024-10-09 15:33:27 -04:00
generator.py Fix cutlass python library with cuda 12.6.2.post1 (#1942) 2024-11-18 09:06:32 -05:00
library.py CUTLASS 3.6.0 (#1850) 2024-10-09 15:33:27 -04:00
manifest.py CUTLASS 3.6.0 (#1850) 2024-10-09 15:33:27 -04:00
rank_2k_operation.py Update license year (#1306) 2024-01-16 14:37:22 -05:00
rank_k_operation.py Update license year (#1306) 2024-01-16 14:37:22 -05:00
sm90_shapes.py CUTLASS 3.6.0 (#1850) 2024-10-09 15:33:27 -04:00
sm90_utils.py Fix cutlass python library with cuda 12.6.2.post1 (#1942) 2024-11-18 09:06:32 -05:00
symm_operation.py Update license year (#1306) 2024-01-16 14:37:22 -05:00
trmm_operation.py Update license year (#1306) 2024-01-16 14:37:22 -05:00