Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit df2724a

Browse files
authored
[SYCL] Apply post-commit comments for the documentation (#25)
1 parent 10ca23a commit df2724a

File tree

3 files changed

+30
-28
lines changed

3 files changed

+30
-28
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
## License
44

5-
Intel Project for LLVM\* technology is licensed under the terms of the Apache
6-
License v2.0 with LLVM Exceptions license ([LICENSE.txt](llvm/LICENSE.TXT)) to
7-
ensure our ability to contribute this project to the LLVM project under the
8-
same license.
5+
This project is licensed under the terms of the Apache License v2.0 with LLVM
6+
Exceptions license ([LICENSE.txt](LICENSE.TXT)) to ensure our ability to
7+
contribute this project to the LLVM test suite project under the same license.
98

109
By contributing to this project, you agree to the Apache License v2.0 with LLVM
1110
Exceptions and copyright terms there in and release your contribution under

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# LLVM* test suite repository
2+
3+
Please see the LLVM testing infrastructure guide:
4+
5+
https://llvm.org/docs/TestSuiteGuide.html
6+
7+
for more information on the contents of this repository.
8+
9+
## Introduction
10+
11+
Intel staging area for LLVM test suite contribution. Home for oneAPI Data
12+
Parallel C++ compiler tests extending LLVM test suite.
13+
14+
## License
15+
16+
See [LICENSE.txt](LICENSE.TXT) for details.
17+
18+
## Contributing
19+
20+
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
21+
22+
## Related projects documentation
23+
24+
* oneAPI Data Parallel C++ compiler - See
25+
[DPC++ Documentation](https://intel.github.io/llvm-docs/)
26+
27+
\*Other names and brands may be claimed as the property of others.

README.txt

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,3 @@ Please see the LLVM testing infrastructure guide:
66
https://llvm.org/docs/TestSuiteGuide.html
77

88
for more information on the contents of this repository.
9-
10-
## Introduction
11-
12-
Intel staging area for llvm-test-suite contribution.
13-
Home for Intel llvm-test-suite extension targetting DPC++ testing:
14-
15-
* oneAPI Data Parallel C++ compiler - see **intel** branch. More information on
16-
oneAPI and DPC++ is available at
17-
[https://www.oneapi.com/](https://www.oneapi.com/)
18-
19-
## License
20-
21-
See [LICENSE.txt](LICENSE.TXT) for details.
22-
23-
## Contributing
24-
25-
See [CONTRIBUTING.md](CONTRIBUTING.md) for details.
26-
27-
## Sub-projects Documentation
28-
29-
* oneAPI Data Parallel C++ compiler - See
30-
[DPC++ Documentation](https://intel.github.io/llvm-docs/)
31-
32-
\*Other names and brands may be claimed as the property of others.

0 commit comments

Comments
 (0)