Skip to content

Commit ae0e2bf

Browse files
committed
[Task] : Update readme with copyright and trademark + add SECURITY.
1 parent bb7932f commit ae0e2bf

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Dual License
33
==============================================================================
44

5-
The torch-mlir project is dual licensed under both the standard LLVM Project
5+
The torch-mlir project is dual licensed under both the standard LLVM® Project
66
license of Apache License v2.0 with LLVM Exceptions and a BSD-style license from
7-
PyTorch. As a user of this code you may choose to use it under either license.
7+
PyTorch®. As a user of this code you may choose to use it under either license.
88
As a contributor, you agree to allow your code to be used under both.
99

1010
Full text of the relevant licenses is included below.

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# The Torch-MLIR Project
22

3-
The Torch-MLIR project aims to provide first class compiler support from the [PyTorch](https://pytorch.org) ecosystem to the MLIR ecosystem.
3+
The Torch-MLIR project aims to provide first class compiler support from the [PyTorch](https://pytorch.org)® ecosystem to the MLIR ecosystem.
44

5-
> This project is participating in the LLVM Incubator process: as such, it is
5+
> This project is participating in the LLVM® Incubator process: as such, it is
66
not part of any official LLVM release. While incubation status is not
77
necessarily a reflection of the completeness or stability of the code, it
88
does indicate that the project is not yet endorsed as a component of LLVM.
@@ -21,7 +21,7 @@ Several vendors have adopted MLIR as the middle layer in their systems, enabling
2121
## All the roads from PyTorch to Torch MLIR Dialect
2222

2323
We have few paths to lower down to the Torch MLIR Dialect.
24-
- ONNX as the entry points.
24+
- ONNX as the entry points.
2525
- Fx as the entry points
2626

2727
## Project Communication
@@ -32,15 +32,15 @@ We have few paths to lower down to the Torch MLIR Dialect.
3232

3333
## Install torch-mlir snapshot
3434

35-
At the time of writing, we release [pre-built snapshots of torch-mlir](https://github.com/llvm/torch-mlir-release) for Python 3.11 and Python 3.10.
35+
At the time of writing, we release [pre-built snapshots of torch-mlir](https://github.com/llvm/torch-mlir-release) for Python® 3.11 and Python 3.10.
3636

3737
If you have supported Python version, the following commands initialize a virtual environment.
3838
```shell
3939
python3.11 -m venv mlir_venv
4040
source mlir_venv/bin/activate
4141
```
4242

43-
Or, if you want to switch over multiple versions of Python using conda, you can create a conda environment with Python 3.11.
43+
Or, if you want to switch over multiple versions of Python using conda, you can create a conda environment with Python 3.11.
4444
```shell
4545
conda create -n torch-mlir python=3.11
4646
conda activate torch-mlir

SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
If you believe you have discovered a security vulnerability, please report it to
2+
[security@mathworks.com](mailto:security@mathworks.com). Please see
3+
[MathWorks Vulnerability Disclosure Policy for Security Researchers](https://www.mathworks.com/company/aboutus/policies_statements/vulnerability-disclosure-policy.html)

0 commit comments

Comments
 (0)