Skip to content

Commit 2f57e8d

Browse files
author
Colin Davidson
authored
Merge pull request uxlfoundation#943 from coldav/colin/add_doc_links
Add links to documentation
2 parents 5c64996 + 36b2ef7 commit 2f57e8d

2 files changed

Lines changed: 2 additions & 17 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,22 +136,7 @@ in preparation for your suggestion.
136136
### Submitting an enhancement suggestion
137137

138138
Once you have prepared to submit your enhancement suggestion, we ask that you
139-
follow these steps.
140-
141-
* Consider using the slack channel [#oneck] to discuss the idea.
142-
* Open an
143-
[issue](https://github.com/codeplaysoftware/oneapi-construction-kit/issues/new/choose).
144-
* Select the **Enhancement** issue template and fill in the requested details.
145-
* Use a clear and descriptive title for the issue to identify the suggestion.
146-
* Describe the current behaviour and explain what expected behaviour you are
147-
proposing and why. You may also describe alternative approaches and explain
148-
why those do not work for your use case.
149-
* If you have any resources that demonstrate why the suggestion should be
150-
accepted, feel free to reference these. You may include graphics,
151-
screenshots, code snippets, etc.
152-
* Explain why the enhancement will be useful to most oneAPI Construction Kit
153-
users. Where relevant, you may want to reference other projects that serve as
154-
evidence of why the enhancement is a good idea.
139+
follow the [RFC Process](https://uxlfoundation.github.io/oneapi-construction-kit/rfc-0001.html).
155140

156141
## Code contributions
157142

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# oneAPI Construction Kit
1111

12-
The oneAPI Construction Kit is a framework to provide implementations of open standards, such as OpenCL, for a wide range of devices. The oneAPI Construction Kit can be used to build with the oneAPI Toolkit. The oneAPI Toolkit includes support for various open standards, such as OpenMP, SYCL, and DPC++. DPC++ is based on the SYCL programming model, which allows to write single-source C++ code that can target both CPUs and GPUs. To get more information on oneAPI, please visit https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html.
12+
The oneAPI Construction Kit is a framework to provide implementations of open standards, such as OpenCL, for a wide range of devices. The oneAPI Construction Kit can be used to build with the oneAPI Toolkit. The oneAPI Toolkit includes support for various open standards, such as OpenMP and SYCL. It includes DPC++, which provides the SYCL programming model, which allows writing single-source C++ code that can target both CPUs and GPUs. To get more information on oneAPI, please visit https://www.intel.com/content/www/us/en/developer/tools/oneapi/overview.html. For full documentation, see https://uxlfoundation.github.io/oneapi-construction-kit/ock/index.html.
1313

1414
The oneAPI Construction Kit is part of the [UXL Foundation].
1515

0 commit comments

Comments
 (0)