Skip to content

Commit 6460aad

Browse files
committed
Disable line tracing per function
1 parent 99b61c0 commit 6460aad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/dpnp_utils/dpnp_algo_utils.pyx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# cython: language_level=3
2-
# cython: linetrace=False
2+
# cython: linetrace=True
33
# -*- coding: utf-8 -*-
44
# *****************************************************************************
55
# Copyright (c) 2016-2025, Intel Corporation
@@ -449,6 +449,7 @@ cdef tuple get_common_usm_allocation(dpnp_descriptor x1, dpnp_descriptor x2):
449449
return (common_sycl_queue.sycl_device, common_usm_type, common_sycl_queue)
450450

451451

452+
@cython.linetrace(False)
452453
cdef (DPNPFuncType, void *) get_ret_type_and_func(DPNPFuncData kernel_data,
453454
cpp_bool has_aspect_fp64):
454455
"""

0 commit comments

Comments
 (0)