Skip to content

Commit d1ca6c7

Browse files
Cross-product bypass is now mandatory.
1 parent ee3c8a3 commit d1ca6c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/resilience.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343
#include "resilience/serializer.h"
4444
#include "resilience/types.h"
4545

46+
// The bypass is now mandatory because Legion throws errors if users
47+
// mix generated and manual colors
48+
#define RESILIENCE_CROSS_PRODUCT_BYPASS
49+
4650
namespace ResilientLegion {
4751

4852
class FutureState {

0 commit comments

Comments
 (0)