mirror of
https://github.com/ROCm/jax.git
synced 2025-04-16 11:56:07 +00:00
Merge pull request #13215 from ROCmSoftwarePlatform:sytrd
PiperOrigin-RevId: 487940256
This commit is contained in:
commit
d4cc5882d2
@ -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 {
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user