Re: Packaging composable_kernel
Hello,
One idea for this one ?
/home/chris/git/github.com/ROCm/composable-kernel-rocm-6.1.2/include/ck/utility/f8_utils.hpp:29:23:
error: unused function template 'run_cast_to_f8' [-Werror,-Wunused-template]
29 | __host__ __device__ Y run_cast_to_f8(X x, uint32_t rng)
| ^~~~~~~~~~~~~~
/home/chris/git/github.com/ROCm/composable-kernel-rocm-6.1.2/include/ck/utility/f8_utils.hpp:187:23:
error: unused function template 'run_cast_from_f8'
[-Werror,-Wunused-template]
187 | __host__ __device__ Y run_cast_from_f8(X x)
| ^~~~~~~~~~~~~~~~
2 errors generated when compiling for gfx940.
I tried to remove -Wxxxx, didn'd find, until now ...
Christian
Reply to: