Skip to content

Commit 7c16e04

Browse files
authored
Minor documentation fixes. (#169)
1 parent d0202c2 commit 7c16e04

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dpctl/memory/__init__.pxd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##===------------- __init__.pxd - dpctl module --------*- Cython -*-------===##
1+
##===----------- __init__.pxd - dpctl.memory module ----*- Cython -*-------===##
22
##
33
## Data Parallel Control (dpCtl)
44
##
@@ -20,7 +20,7 @@
2020
##
2121
## \file
2222
## This file declares the extension types and functions for the Cython API
23-
## implemented in sycl_core.pyx.
23+
## implemented in dpctl.memory_memory.pyx.
2424
##
2525
##===----------------------------------------------------------------------===##
2626

dpctl/memory/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##===---------- memory/__init__.py - dpctl module -------*- Python -*------===##
1+
##===---------- __init__.py - dpctl.memory module -------*- Python -*------===##
22
##
33
## Data Parallel Control (dpCtl)
44
##
@@ -19,7 +19,8 @@
1919
##===----------------------------------------------------------------------===##
2020
##
2121
## \file
22-
## This top-level dpctl module.
22+
## This is the dpctl.memory module containing the USM memory manager features
23+
## of dpctl.
2324
##
2425
##===----------------------------------------------------------------------===##
2526
"""

0 commit comments

Comments
 (0)