Skip to content

Commit

Permalink
Sytrd solver and SytrdDescriptor should NOT be CUDA only
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Batra committed Nov 11, 2022
1 parent c359c79 commit 31d8f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxlib/gpu/solver_kernels.h
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ struct GesvdjDescriptor {

void Gesvdj(gpuStream_t stream, void** buffers, const char* opaque,
size_t opaque_len, XlaCustomCallStatus* status);
#endif // JAX_GPU_CUDA

// sytrd/hetrd: Reduction of a symmetric (Hermitian) matrix to tridiagonal form.
struct SytrdDescriptor {
Expand All @@ -171,7 +172,6 @@ struct SytrdDescriptor {
void Sytrd(gpuStream_t stream, void** buffers, const char* opaque,
size_t opaque_len, XlaCustomCallStatus* status);

#endif // JAX_GPU_CUDA

} // namespace JAX_GPU_NAMESPACE
} // namespace jax
Expand Down

0 comments on commit 31d8f62

Please sign in to comment.