From 2043a7bfdfdb0b589c5e7a3644687f43e4a296e2 Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Wed, 22 Mar 2023 17:29:41 -0700 Subject: [PATCH] Re-enable future instance creation directly on framebuffer --- src/legate_defines.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/legate_defines.h b/src/legate_defines.h index 7c08bc3b1..4a34d1345 100644 --- a/src/legate_defines.h +++ b/src/legate_defines.h @@ -57,6 +57,3 @@ #endif #define LEGATE_MAX_DIM LEGION_MAX_DIM - -// TODO: 2022-10-04: Work around a Legion bug, by not instantiating futures on framebuffer. -#define LEGATE_NO_FUTURES_ON_FB