Re-enable aarch64 support lost in 277bd6e537
(#846)
This commit is contained in:
parent
f396cdd15c
commit
a31b43b3f3
@ -54,7 +54,7 @@ namespace cutlass {
|
|||||||
/////////////////////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
/// Optionally enable GCC's built-in type
|
/// 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
|
#define CUTLASS_UINT128_NATIVE
|
||||||
#elif defined(_MSC_VER) && defined(_M_AMD64) && !defined(__CUDA_ARCH__)
|
#elif defined(_MSC_VER) && defined(_M_AMD64) && !defined(__CUDA_ARCH__)
|
||||||
#define CUTLASS_INT128_ARITHMETIC
|
#define CUTLASS_INT128_ARITHMETIC
|
||||||
|
Loading…
Reference in New Issue
Block a user