Skip to content

Commit

Permalink
Fixed unused parameter 'compute_uv' in unavailable LAPACK code path
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanYashchuk committed Aug 26, 2019
1 parent 4822dcb commit 757c080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chainerx_cc/chainerx/native/native_device/linalg.cc
Expand Up @@ -369,6 +369,7 @@ class NativeSvdKernel : public SvdKernel {
(void)s; // unused
(void)vt; // unused
(void)full_matrices; // unused
(void)compute_uv; // unused
throw ChainerxError{"LAPACK is not linked to ChainerX."};
#endif // CHAINERX_LAPACK_AVAILABLE
}
Expand Down

0 comments on commit 757c080

Please sign in to comment.