Skip to content

Commit 3af124f

Browse files
authored
Update README.md
Description cleanup
1 parent 8921d5a commit 3af124f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@
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-
What?
6-
====
5+
About dpCtl
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.
89

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.
10+
It includes all essential functionality for controlling devices, memory, and data parallel kernels execution directly from Python.
1211
<br /><br />
1312

1413
Requirements

0 commit comments

Comments
 (0)