co-authored by
Aniket Shivam
parent
ca23ff7924
commit
b72cbf957d
@@ -43,7 +43,7 @@
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#define CUTLASS_UNUSED(expr) do { (void)(expr); } while (0)
|
||||
#define CUTLASS_UNUSED(expr) do { ; } while (&expr != &expr)
|
||||
|
||||
#if !defined(__CUDACC_RTC__)
|
||||
|
||||
@@ -192,4 +192,3 @@ CUTLASS_HOST_DEVICE bool thread0() {
|
||||
} // namespace cutlass
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user