We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc46303 commit 51e0fbbCopy full SHA for 51e0fbb
dpctl/tensor/libtensor/source/integer_advanced_indexing.cpp
@@ -97,10 +97,10 @@ std::vector<sycl::event> _populate_packed_shapes_strides_for_indexing(
97
98
usm_host_allocatorT allocator(exec_q);
99
std::shared_ptr<shT> packed_host_shapes_strides_shp =
100
- std::make_shared<shT>(3 * orthog_sh_elems, allocator);
+ std::make_shared<shT>(3 * orthog_sh_elems, 0, allocator);
101
102
std::shared_ptr<shT> packed_host_axes_shapes_strides_shp =
103
- std::make_shared<shT>(2 * k + along_sh_elems, allocator);
+ std::make_shared<shT>(2 * k + along_sh_elems, 0, allocator);
104
105
if (inp_nd > 0) {
106
std::copy(inp_shape, inp_shape + axis_start,
0 commit comments