Enable aarch64 support (#779)
This commit is contained in:
parent
8b42e751c6
commit
d49bef88f9
@ -54,7 +54,7 @@ namespace cutlass {
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/// Optionally enable GCC's built-in type
|
||||
#if defined(__x86_64) && !defined(__CUDA_ARCH__) && defined(__GNUC__)
|
||||
#if (defined(__x86_64) || defined (__aarch64__)) && !defined(__CUDA_ARCH__) && defined(__GNUC__)
|
||||
#define CUTLASS_UINT128_NATIVE
|
||||
#elif defined(_MSC_VER) && defined(_M_AMD64) && !defined(__CUDA_ARCH__)
|
||||
#define CUTLASS_INT128_ARITHMETIC
|
||||
|
Loading…
Reference in New Issue
Block a user