Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ requirements:
- python
- setuptools
- numpy >=1.23
- cython <3.1
- cython
- cmake >=3.21
- ninja
- git
Expand Down
1 change: 1 addition & 0 deletions dpnp/dpnp_utils/dpnp_algo_utils.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@ cdef tuple get_common_usm_allocation(dpnp_descriptor x1, dpnp_descriptor x2):
return (common_sycl_queue.sycl_device, common_usm_type, common_sycl_queue)


@cython.linetrace(False)
cdef (DPNPFuncType, void *) get_ret_type_and_func(DPNPFuncData kernel_data,
cpp_bool has_aspect_fp64):
"""
Expand Down
2 changes: 1 addition & 1 deletion environments/build_with_oneapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- cmake
- cython <3.1
- cython
- ninja
- numpy
- pytest
Expand Down
Loading