From c624a468311dc5afcbbf284dbfcbaf52225bba9f Mon Sep 17 00:00:00 2001 From: Manolis Papadakis Date: Sat, 16 Nov 2024 19:28:25 -0500 Subject: [PATCH] Stub branch for 24.11 release --- README.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..408c5792d --- /dev/null +++ b/README.md @@ -0,0 +1,41 @@ + + +# Legate + +The Legate project makes it easier for programmers to leverage the +power of large clusters of CPUs and GPUs. Using Legate, programs can be +developed and tested on moderately sized data sets on local machines and +then immediately scaled up to larger data sets deployed on many nodes in +the cloud or on a supercomputer, *without any code modifications*. + +For more information about Legate's goals, architecture, and functioning, +see the [Legate overview](https://docs.nvidia.com/legate/latest/overview.html). + +## Installation + +Legate is available from [conda](https://docs.conda.io/projects/conda/en/latest/index.html) +on the [legate channel](https://anaconda.org/legate/legate). +See https://docs.nvidia.com/legate/latest/installation.html for details about different +install configurations. + +## Documentation + +A complete list of available features and APIs can be found in the [Legate +documentation](https://docs.nvidia.com/legate/latest/). + +## Contact + +For technical questions about Legate and Legate-based tools, please visit the +[community discussion forum](https://github.com/nv-legate/discussion). + +If you have other questions, please contact us at legate(at)nvidia.com.