Qingyi Liu
Qingyi Liu
Hi, cmake prints this warning when I set CMAKE_BUILD_TYPE=RelWithDebInfo: https://github.com/ericniebler/range-v3/blob/master/cmake/ranges_env.cmake#L77 Would you please add an if-branch for RelWithDebInfo here? Thanks
Hello, I'm reading the scripts in cutlass/tools/library and find it hard to understand why `TileDescription` gets its name in this format: https://github.com/NVIDIA/cutlass/blob/master/tools/library/scripts/library.py#L528 Why don't we use ``` python "{}x{}x{}_{}x{}x{}_{}".format(tbm, tbn,...
Hi, this commit adds `warp_count` to the `procedural_name` of `TileDescription`. Please review, thanks : )
Hi, **Initial Triton IR:** ``` func public @reduce2d_kernel_0d1d(%arg0: !tt.ptr {tt.divisibility = 16 : i32}, %arg1: !tt.ptr {tt.divisibility = 16 : i32}) { %cst = arith.constant dense : tensor %0 =...