Updates for CUTLASS 3.5.0 (#1468)
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
// It's harmless to use the macro for other GCC versions or other
|
||||
// compilers, but it has no effect.
|
||||
#if ! defined(CUTE_GCC_UNREACHABLE)
|
||||
# if defined(__clang__) || defined(__GNUC__)
|
||||
# if defined(__GNUC__)
|
||||
# define CUTE_GCC_UNREACHABLE __builtin_unreachable()
|
||||
# else
|
||||
# define CUTE_GCC_UNREACHABLE
|
||||
|
||||
Reference in New Issue
Block a user