Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions include/cute/util/print_tensor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#include <cute/config.hpp> // CUTE_HOST_DEVICE

#include <cute/layout.hpp>
#include <cute/pointer_flagged.hpp>
#include <cute/tensor_impl.hpp>

namespace cute
Expand Down
2 changes: 1 addition & 1 deletion test/self_contained_includes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ set(header_files_to_check
cute/tensor.hpp
cute/tensor_impl.hpp
cute/underscore.hpp
cute/util/print_tensor.hpp
# cute/algorithm
cute/algorithm/axpby.hpp
cute/algorithm/clear.hpp
Expand Down Expand Up @@ -275,4 +276,3 @@ endforeach()

# build all generated .cu files into a single library
cutlass_add_library(test_self_contained_includes MODULE ${_gen_source_files})