Skip to content

Commit

Permalink
Update gemm_f16n_f16t_f32t_tensor_op_f32_sm80.cu with include "cutlas…
Browse files Browse the repository at this point in the history
…s/gemm/device/gemm_universal.h" (#1569)

fix compile with `cmake .. -DCUTLASS_ENABLE_TESTS=ON -DCUTLASS_TEST_LEVEL=2`
  • Loading branch information
houqi authored Oct 23, 2024
1 parent f02913c commit 12626bc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#include "../../common/cutlass_unit_test.h"
#include "cutlass/cutlass.h"
#include "cutlass/gemm/device/gemm.h"
#include "cutlass/gemm/device/gemm_universal.h"
#include "cutlass/util/host_tensor.h"
#include "cutlass/util/reference/host/gemm.h"
#include "cutlass/util/reference/host/tensor_compare.h"
Expand Down

0 comments on commit 12626bc

Please sign in to comment.