Skip to content

Commit

Permalink
[DFT] Cleanup comment (#420)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhuot authored Dec 5, 2023
1 parent ebc82bb commit 3304e09
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dft/backends/mklgpu/commit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ class mklgpu_commit final : public dft::detail::commit_impl<prec, dom> {
desc.set_value(backend_param::PLACEMENT,
to_mklgpu<onemkl_param::PLACEMENT>(config.placement));

// This can be removed in favor of proper exception handling in closed source MKL once MKLD-16060 is completed.
if (config.input_strides[0] != 0 || config.output_strides[0] != 0) {
throw mkl::unimplemented("dft/backends/mklgpu", "commit",
"MKLGPU does not support nonzero offsets.");
Expand Down

0 comments on commit 3304e09

Please sign in to comment.