Skip to content

Commit

Permalink
Fixed misspelled words
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Nov 3, 2023
1 parent eb21e50 commit d4d4992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpctl/tensor/_elementwise_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class BinaryElementwiseFunc:
implementation functions supports it, or
returns `None` otherwise.
binary_dp_impl_fn (callable):
Data-parallel umplementation function with signature
Data-parallel implementation function with signature
`impl_fn(src1: usm_ndarray, src2: usm_ndarray, dst: usm_ndarray,
sycl_queue: SyclQueue, depends: Optional[List[SyclEvent]])`
where the `src1` and `src2` are the argument arrays, `dst` is the
Expand All @@ -437,7 +437,7 @@ class BinaryElementwiseFunc:
docs (str):
Documentation string for the unary function.
binary_inplace_fn (callable, optional):
Data-parallel omplementation function with signature
Data-parallel implementation function with signature
`impl_fn(src: usm_ndarray, dst: usm_ndarray,
sycl_queue: SyclQueue, depends: Optional[List[SyclEvent]])`
where the `src` is the argument array, `dst` is the
Expand Down

0 comments on commit d4d4992

Please sign in to comment.