Skip to content

Commit

Permalink
Add missing #include directive to get access to cutlass::epilogue::th…
Browse files Browse the repository at this point in the history
…read::ScaleType. (#925)

Currently, the `LinearCombinationClamp` header file is not standalone,
and must have the definition of `cutlass::epilogue::thread::ScaleType`
already available when it is `#include`d.
  • Loading branch information
Gregory-Meyer authored Apr 29, 2023
1 parent fe2f491 commit 6f8596c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/cutlass/epilogue/thread/linear_combination_clamp.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "cutlass/array.h"
#include "cutlass/functional.h"
#include "cutlass/numeric_conversion.h"
#include "cutlass/epilogue/thread/scale_type.h"

/////////////////////////////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 6f8596c

Please sign in to comment.