-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit c624a46
Showing
1 changed file
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |