Skip to content

Commit

Permalink
chore: Update cutlass to v3.8.0. (microsoft#54)
Browse files Browse the repository at this point in the history
Updated cutlass version to v3.8.0.
  • Loading branch information
lcy-seso authored Feb 14, 2025
1 parent 280ecd8 commit 316d5a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@
"thread": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"variant": "cpp"
"variant": "cpp",
"cassert": "cpp"
},
"gotoSymbolStack.currentStackPosition": 0,
"gotoSymbolStack.maxStackPosition": 0,
Expand Down
2 changes: 1 addition & 1 deletion 3rd-party/cutlass
Submodule cutlass updated 2232 files
2 changes: 1 addition & 1 deletion include/types/layout.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "cuda_utils.hpp"
#include "traits/base.hpp"

#include <cute/layout.hpp>
#include <cute/tensor.hpp>

namespace tilefusion::tile_layout {
/**
Expand Down

0 comments on commit 316d5a1

Please sign in to comment.