NVIDIA / cutlass

CUDA Templates for Linear Algebra Subroutines
Other
5.7k stars 979 forks source link

[BUG] Unused variable #1913

Open r-barnes opened 3 weeks ago

r-barnes commented 3 weeks ago

Describe the bug

There is an unused variable in the code at https://github.com/NVIDIA/cutlass/blob/19f51596e8be9fe87d583616466581ab5740c19d/tools/profiler/src/problem_space.cpp#L1093

It looks as though maybe a conversion should be done, but the converted value isn't used anywhere.

Steps/Code to reproduce bug N/A

Expected behavior I expect either no conversion or a used conversion, but not an unused conversion.

Environment details (please complete the following information): N/A

Additional context N/A

thakkarV commented 3 weeks ago

Is this an actual bug or just unused code?