LANSHANGH
LANSHANGH
I can't find the parameters of the training
I can't find the main file How it load parameters,Maybe my code level is not very good,Can you help me, please
**Describe the bug** /usr/bin/ld: /tmp/tmpxft_0000b975_00000000-11_single_file.o: in function `main': tmpxft_0000b975_00000000-6_single_file.cudafe1.cpp:(.text+0x594): undefined reference to `cutlass::library::Handle::Handle(CUstream_st*, unsigned long)' /usr/bin/ld: tmpxft_0000b975_00000000-6_single_file.cudafe1.cpp:(.text+0x627): undefined reference to `cutlass::library::Handle::gemm(int, int, int, cutlass::library::NumericTypeID, cutlass::library::NumericTypeID, void const*, cutlass::library::NumericTypeID, cutlass::library::LayoutTypeID, cutlass::library::ComplexTransform,...
[BUG]
**Describe the bug** cuda_exec.out: /content/cutlass/include/cutlass/integer_subbyte.h:96: cutlass::integer_subbyte::integer_subbyte(int) [with int Bits = 4; bool Signed = true]: Assertion `value < upper_bound' failed. **Steps/Code to reproduce bug** A bug encountered in revisiting the...
`template __global__ static void mak_tensor(ProblemShape shape_MNK, CtaTiler cta_tiler, TA const* A, AStride dA, TB const* B, BStride dB, TC const* C, CStride dC ) { using namespace cute; // Preconditions...