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 -*-------===##
22# #
33# # Data Parallel Control (dpCtl)
44# #
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
Original file line number Diff line number Diff line change 1- ##===---------- memory/ __init__.py - dpctl module -------*- Python -*------===##
1+ ##===---------- __init__.py - dpctl.memory module -------*- Python -*------===##
22##
33## Data Parallel Control (dpCtl)
44##
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"""
You can’t perform that action at this time.
0 commit comments