Skip to content

Commit 3304e09

Browse files
authored
[DFT] Cleanup comment (#420)
1 parent ebc82bb commit 3304e09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/dft/backends/mklgpu/commit.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ class mklgpu_commit final : public dft::detail::commit_impl<prec, dom> {
114114
desc.set_value(backend_param::PLACEMENT,
115115
to_mklgpu<onemkl_param::PLACEMENT>(config.placement));
116116

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

0 commit comments

Comments
 (0)