add missing header for size_t in numeric_types.h (#1420)

* add missing header for size_t in `numeric_types.h`

* make nvrtc happy

* add missing header for int types in `cutlass/arch/memory.h`

---------

Co-authored-by: Haicheng Wu <haichengw@nvidia.com>
This commit is contained in:
lzw 2024-04-10 02:15:48 +08:00 committed by GitHub
parent 19f3cc33f1
commit 8e7d9f483d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,7 @@
#include "cutlass/cutlass.h"
#include "cutlass/arch/cache_operation.h"
#include "cutlass/platform/platform.h"
namespace cutlass {
namespace arch {

View File

@ -44,6 +44,7 @@
#pragma once
#include "cutlass/cutlass.h"
#include "cutlass/platform/platform.h"
#include "cutlass/numeric_size.h"
/////////////////////////////////////////////////////////////////////////////////////////////////