Skip to content

Commit c624a46

Browse files
committed
Stub branch for 24.11 release
0 parents  commit c624a46

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!--
2+
SPDX-FileCopyrightText: Copyright (c) 2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
3+
SPDX-License-Identifier: LicenseRef-NvidiaProprietary
4+
5+
NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
6+
property and proprietary rights in and to this material, related
7+
documentation and any modifications thereto. Any use, reproduction,
8+
disclosure or distribution of this material and related documentation
9+
without an express license agreement from NVIDIA CORPORATION or
10+
its affiliates is strictly prohibited.
11+
-->
12+
13+
# Legate
14+
15+
The Legate project makes it easier for programmers to leverage the
16+
power of large clusters of CPUs and GPUs. Using Legate, programs can be
17+
developed and tested on moderately sized data sets on local machines and
18+
then immediately scaled up to larger data sets deployed on many nodes in
19+
the cloud or on a supercomputer, *without any code modifications*.
20+
21+
For more information about Legate's goals, architecture, and functioning,
22+
see the [Legate overview](https://docs.nvidia.com/legate/latest/overview.html).
23+
24+
## Installation
25+
26+
Legate is available from [conda](https://docs.conda.io/projects/conda/en/latest/index.html)
27+
on the [legate channel](https://anaconda.org/legate/legate).
28+
See https://docs.nvidia.com/legate/latest/installation.html for details about different
29+
install configurations.
30+
31+
## Documentation
32+
33+
A complete list of available features and APIs can be found in the [Legate
34+
documentation](https://docs.nvidia.com/legate/latest/).
35+
36+
## Contact
37+
38+
For technical questions about Legate and Legate-based tools, please visit the
39+
[community discussion forum](https://github.com/nv-legate/discussion).
40+
41+
If you have other questions, please contact us at legate(at)nvidia.com.

0 commit comments

Comments
 (0)