From 1556e0262abcf73973b845b01e79b1439938f57d Mon Sep 17 00:00:00 2001 From: denniszhen1 <112574325+denniszhen1@users.noreply.github.com> Date: Mon, 29 Jul 2024 19:06:45 -0700 Subject: [PATCH 1/2] Minor README format correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21ad58965..b714164fa 100644 --- a/README.md +++ b/README.md @@ -68,5 +68,5 @@ Graph Compiler supports the following build-time options. | GC_TEST_ENABLE | **ON**, OFF | Controls building the tests | | GC_DEV_LINK_LLVM_DYLIB | ON, **OFF** | Controls dynamic link LLVM/MLIR libraries, mainly for developer | | GC_ENABLE_BINDINGS_PYTHON | **ON**, OFF | Controls building the Python API | -| GC_USE_GPU | ON, **OFF** | Whether to enable the GPU components | +| GC_USE_GPU | ON, **OFF** | Whether to enable the GPU components | From edd09052a1e17b683bde439e2cacb1524b165515 Mon Sep 17 00:00:00 2001 From: Dmitry Chigarev Date: Fri, 2 Aug 2024 14:05:38 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b714164fa..697883d23 100644 --- a/README.md +++ b/README.md @@ -68,5 +68,5 @@ Graph Compiler supports the following build-time options. | GC_TEST_ENABLE | **ON**, OFF | Controls building the tests | | GC_DEV_LINK_LLVM_DYLIB | ON, **OFF** | Controls dynamic link LLVM/MLIR libraries, mainly for developer | | GC_ENABLE_BINDINGS_PYTHON | **ON**, OFF | Controls building the Python API | -| GC_USE_GPU | ON, **OFF** | Whether to enable the GPU components | +| GC_ENABLE_IMEX | ON, **OFF** | Whether to enable the GPU components |