File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 22
22
# This is the dpctl.memory module containing the USM memory manager features
23
23
# of dpctl.
24
24
#
25
- #===- -----------------------------------------------------------------------===#
25
+ # ===-----------------------------------------------------------------------===#
26
26
"""
27
27
**Data Parallel Control Memory**
28
28
Original file line number Diff line number Diff line change 1
- #= ==---------- __init__.py - dpctl.program module ----*---- Python ----*----===#
1
+ # ==---------- __init__.py - dpctl.program module ----*---- Python ----*----===#
2
2
#
3
3
# Data Parallel Control (dpCtl)
4
4
#
16
16
# See the License for the specific language governing permissions and
17
17
# limitations under the License.
18
18
#
19
- #= ==------------------------------------------------------------------------===#
19
+ # ==------------------------------------------------------------------------===#
20
20
#
21
21
# \file
22
22
# This dpctl.program module wraps Sycl program creation functions defined in
23
23
# dppl_sycl_program_interface.h.
24
24
#
25
- #= ==------------------------------------------------------------------------===#
25
+ # ==------------------------------------------------------------------------===#
26
26
"""
27
27
**Data Parallel Control Program**
28
28
Original file line number Diff line number Diff line change @@ -113,5 +113,6 @@ def test_create_program_from_source(self):
113
113
q = dpctl .get_current_queue ()
114
114
prog = dpctl_prog .create_program_from_source (q , oclSrc )
115
115
116
+
116
117
if __name__ == "__main__" :
117
118
unittest .main ()
You can’t perform that action at this time.
0 commit comments