Skip to content

Commit

Permalink
Stub branch for 24.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
manopapad committed Nov 17, 2024
0 parents commit c624a46
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!--
SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
SPDX-License-Identifier: LicenseRef-NvidiaProprietary
NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
property and proprietary rights in and to this material, related
documentation and any modifications thereto. Any use, reproduction,
disclosure or distribution of this material and related documentation
without an express license agreement from NVIDIA CORPORATION or
its affiliates is strictly prohibited.
-->

# 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.

0 comments on commit c624a46

Please sign in to comment.