mirror of https://github.com/llvm/torch-mlir
5b6902e31c
This commit (with approval from all contributors) dual licenses the torch-mlir project under both the standard LLVM license and the standard PyTorch license. This will facilitate moving code between torch-mlir and the two upstream projects. The standard file comment is now: ``` // This file is licensed under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // Also available under a BSD-style license. See LICENSE. ``` See `LICENSE` in the project root for the terms of both licenses. |
||
---|---|---|
.. | ||
README.md | ||
basic.py | ||
compilation_failure.py | ||
error_reports.py | ||
non_tensor_values.py | ||
runtime_failure.py | ||
submodule.py |
README.md
This directory is for testing the e2e_test framework itself. It is not for holding e2e tests themselves!!!