[Bug] Install on H100 problem about cutlass_fpA_intB_gemm
- Dominant language
- Python
- Stars
- 13.7k
- Forks
- 4k
- Avg merge
- 2d 1h
- Merged PRs (30d)
- 112
Description
```
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h:7828:7: error: 'struct cutlass::Matrix' has no member named 'set_slice3x3'; did you mean 'set_slice_3x3'? [-Wtemplate-body]
7828 | m.set_slice3x3({
| ^~~~~~~~~~~~
| set_slice_3x3
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h: In static member function 'static cutlass::Matrix cutlass::Matrix::reflection(const cutlass::Matrix&)':
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h:7848:7: error: 'struct cutlass::Matrix' has no member named 'set_slice3x3'; did you mean 'set_slice_3x3'? [-Wtemplate-body]
7848 | m.set_slice3x3({
| ^~~~~~~~~~~~
| set_slice_3x3
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h: In static member function 'static cutlass::Matrix cutlass::Matrix::rotation(Element, const cutlass::Matrix&)':
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h:14008:7: error: 'struct cutlass::Matrix' has no member named 'set_slice3x3'; did you mean 'set_slice_3x3'? [-Wtemplate-body]
14008 | m.set_slice3x3({
| ^~~~~~~~~~~~
| set_slice_3x3
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h: In static member function 'static cutlass::Matrix cutlass::Matrix::reflection(const cutlass::Matrix&)':
/root/zyhuang/tvm/3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h:14028:7: error: 'struct cutlass::Matrix' has no member named 'set_slice3x3'; did you mean 'set_slice_3x3'? [-Wtemplate-body]
14028 | m.set_slice3x3({
| ^~~~~~~~~~~~
| set_slice_3x3
```
Running cmake .. && cmake --build . --parallel $(nproc) will trigger bug above.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with 3rdparty/cutlass_fpA_intB_gemm/cutlass/include/cutlass/matrix.h and inspect the reported set_slice3x3 references alongside the available set_slice_3x3 member. Reproduce with cmake .. && cmake --build . --parallel $(nproc) on the affected H100 setup; done means the build completes without these errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, compilers
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100