From e095b8b94f45179978e0fc93b756ebe5886d01bc Mon Sep 17 00:00:00 2001 From: Henry Tu Date: Thu, 4 Aug 2022 10:10:33 -0400 Subject: [PATCH] Update CMakeLists.txt --- python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt b/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt index a65daa850c93..7340890d90fc 100644 --- a/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt +++ b/python/torch_mlir/csrc/reference_lazy_backend/CMakeLists.txt @@ -29,7 +29,6 @@ mlir_configure_python_dev_packages() set(LIBRARY_OUTPUT_PATH "${TORCH_MLIR_PYTHON_PACKAGES_DIR}/torch_mlir/torch_mlir/reference_lazy_backend") set(OUTPUT_NAME "_REFERENCE_LAZY_BACKEND") -# TODO(henrytu): See https://github.com/llvm/torch-mlir/issues/1154 for more details about why this is needed. if(TORCH_MLIR_ENABLE_LTC) include_directories(BEFORE ${TORCH_INCLUDE_DIRS}