File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # #===------------- __init__.pxd - dpctl module ---- ----*- Cython -*-------===##
1
+ # #===----------- __init__.pxd - dpctl.memory module ----*- Cython -*-------===##
2
2
# #
3
3
# # Data Parallel Control (dpCtl)
4
4
# #
20
20
# #
21
21
# # \file
22
22
# # 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.
24
24
# #
25
25
# #===----------------------------------------------------------------------===##
26
26
Original file line number Diff line number Diff line change 1
- ##===---------- memory/ __init__.py - dpctl module -------*- Python -*------===##
1
+ ##===---------- __init__.py - dpctl.memory module -------*- Python -*------===##
2
2
##
3
3
## Data Parallel Control (dpCtl)
4
4
##
19
19
##===----------------------------------------------------------------------===##
20
20
##
21
21
## \file
22
- ## This top-level dpctl module.
22
+ ## This is the dpctl.memory module containing the USM memory manager features
23
+ ## of dpctl.
23
24
##
24
25
##===----------------------------------------------------------------------===##
25
26
"""
You can’t perform that action at this time.
0 commit comments