From 7dc096b59e581e49dfcb73023d5e1b01a989ac0d Mon Sep 17 00:00:00 2001 From: Uwe Dolinsky Date: Tue, 10 Dec 2024 18:26:50 +0000 Subject: [PATCH 1/2] [docs] updated readme for UXL --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e036aa56e..4c9f88848 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,15 @@ [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-1.4-4baaaa.svg)](CODE_OF_CONDUCT.md) [![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/uxlfoundation/oneapi-construction-kit/badge)](https://scorecard.dev/viewer/?uri=github.com/uxlfoundation/oneapi-construction-kit) +[![UXL Foundation Logo](https://github.com/uxlfoundation/artwork/blob/main/foundation/uxl-foundation-logo-horizontal-color.png)][UXL Foundation] # oneAPI Construction Kit The oneAPI Construction Kit is a framework to provide implementations of open standards, such as OpenCL and Vulkan, 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. +The oneAPI Construction Kit is part of the [UXL Foundation]. + +[UXL Foundation]: http://www.uxlfoundation.org + >**_Note:_** It is not intended to be used as a standalone OpenCL or Vulkan implementation. It does not support the oneAPI Level Zero API. @@ -362,3 +367,10 @@ refsi_hal_device::mem_free(address=0x9ff0ff00) refsi_hal_device::mem_free(address=0x9ff0ff80) The results are correct! ``` + +# Governance +The oneAPI Construction Kit project is governed by the [UXL Foundation] and you can get involved in +this project in the following ways: +* Contribute to oneAPI Construction Kit project. Read [CONTRIBUTING](./CONTRIBUTING.md) for more information. +* Join the [Open Source and Specification Working Group](https://github.com/uxlfoundation/foundation/tree/main?tab=readme-ov-file#working-groups) meetings. +* Join the mailing lists for the [UXL Foundation](https://lists.uxlfoundation.org/g/main/subgroups) to receive meetings schedule and latest updates. From 9c0b334b09fb6b7d54e7bdf91e19ccccf10b836a Mon Sep 17 00:00:00 2001 From: Uwe Dolinsky Date: Tue, 10 Dec 2024 18:30:23 +0000 Subject: [PATCH 2/2] [docs] updated readme for UXL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9f88848..7e4590751 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,6 @@ The results are correct! # Governance The oneAPI Construction Kit project is governed by the [UXL Foundation] and you can get involved in this project in the following ways: -* Contribute to oneAPI Construction Kit project. Read [CONTRIBUTING](./CONTRIBUTING.md) for more information. +* Contribute to the oneAPI Construction Kit project. Read [CONTRIBUTING](./CONTRIBUTING.md) for more information. * Join the [Open Source and Specification Working Group](https://github.com/uxlfoundation/foundation/tree/main?tab=readme-ov-file#working-groups) meetings. * Join the mailing lists for the [UXL Foundation](https://lists.uxlfoundation.org/g/main/subgroups) to receive meetings schedule and latest updates.