File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -724,7 +724,7 @@ static void func_map_init_elemwise_1arg_1type(func_map_t& fmap)
724
724
fmap[DPNPFuncName::DPNP_FN_CONJIGUATE_EXT][eft_FLT][eft_FLT] = {eft_FLT, (void *)dpnp_copy_c_ext<float >};
725
725
fmap[DPNPFuncName::DPNP_FN_CONJIGUATE_EXT][eft_DBL][eft_DBL] = {eft_DBL, (void *)dpnp_copy_c_ext<double >};
726
726
fmap[DPNPFuncName::DPNP_FN_CONJIGUATE_EXT][eft_C128][eft_C128] = {
727
- eft_C128, (void *)dpnp_copy_c_ext <std::complex<double >>};
727
+ eft_C128, (void *)dpnp_conjugate_c_ext <std::complex<double >>};
728
728
729
729
fmap[DPNPFuncName::DPNP_FN_COPY][eft_BLN][eft_BLN] = {eft_BLN, (void *)dpnp_copy_c_default<bool >};
730
730
fmap[DPNPFuncName::DPNP_FN_COPY][eft_INT][eft_INT] = {eft_INT, (void *)dpnp_copy_c_default<int32_t >};
Original file line number Diff line number Diff line change 1
- tests/test_sycl_queue.py::test_1in_1out[opencl:gpu:0-conjugate-data2]
2
1
tests/test_sycl_queue.py::test_1in_1out[opencl:gpu:0-trapz-data19]
3
- tests/test_sycl_queue.py::test_1in_1out[opencl:cpu:0-conjugate-data2]
4
2
tests/test_sycl_queue.py::test_1in_1out[opencl:cpu:0-trapz-data19]
5
- tests/test_sycl_queue.py::test_1in_1out[level_zero:gpu:0-conjugate-data2]
6
3
tests/test_sycl_queue.py::test_broadcasting[opencl:gpu:0-floor_divide-data12-data22]
7
4
tests/test_sycl_queue.py::test_broadcasting[opencl:gpu:0-remainder-data15-data25]
8
5
tests/test_sycl_queue.py::test_broadcasting[opencl:cpu:0-floor_divide-data12-data22]
Original file line number Diff line number Diff line change 1
- tests/test_sycl_queue.py::test_1in_1out[opencl:gpu:0-conjugate-data2]
2
1
tests/test_sycl_queue.py::test_1in_1out[opencl:gpu:0-trapz-data19]
3
- tests/test_sycl_queue.py::test_1in_1out[opencl:cpu:0-conjugate-data2]
4
2
tests/test_sycl_queue.py::test_1in_1out[opencl:cpu:0-trapz-data19]
5
- tests/test_sycl_queue.py::test_1in_1out[level_zero:gpu:0-conjugate-data2]
6
3
tests/test_sycl_queue.py::test_broadcasting[opencl:gpu:0-floor_divide-data12-data22]
7
4
tests/test_sycl_queue.py::test_broadcasting[opencl:gpu:0-remainder-data15-data25]
8
5
tests/test_sycl_queue.py::test_broadcasting[opencl:cpu:0-floor_divide-data12-data22]
You can’t perform that action at this time.
0 commit comments