Skip to content

Commit 92b7ccb

Browse files
Revert "Update README.md"
This reverts commit 3af124f.
1 parent 3af124f commit 92b7ccb

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
33
[![Coverage Status](https://coveralls.io/repos/github/IntelPython/dpctl/badge.svg?branch=master)](https://coveralls.io/github/IntelPython/dpctl?branch=master)
44

5-
About dpCtl
6-
===========
5+
What?
6+
====
77
<img align="left" src="https://spec.oneapi.io/oneapi-logo-white-scaled.jpg" alt="oneAPI logo" />
8-
Essential library for controlling execution of Python programs on Intel(R) XPUs. Implements tensor API for the Python Data API Consortium specification.
98

10-
It includes all essential functionality for controlling devices, memory, and data parallel kernels execution directly from Python.
9+
A lightweight Python package exposing a subset of SYCL functionalities, part of Intel(R) [oneAPI](https://oneapi.io) [Base ToolKit](https://software.intel.com/content/www/us/en/develop/tools/oneapi/base-toolkit.html).
10+
11+
`dpctl` [provides](https://intelpython.github.io/dpctl) for discovery and selection of SYCL devices, construction of SYCL queues, as well as working with USM allocations.
1112
<br /><br />
1213

1314
Requirements

0 commit comments

Comments
 (0)