Skip to content
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.

Fails on a matrix of BFloat16s #16

Closed
ViralBShah opened this issue Dec 20, 2018 · 1 comment
Closed

Fails on a matrix of BFloat16s #16

ViralBShah opened this issue Dec 20, 2018 · 1 comment

Comments

@ViralBShah
Copy link

I tried it on lower precision arrays and got a stack overflow error with no other useful output.

julia> using GenericSVD, BFloat16s
julia> GenericSVD.svd(BFloat16.(rand(Float32,5,5)))
ERROR: StackOverflowError:

cc @Keno

@andreasnoack
Copy link
Member

This is a BFloat16s issue. See JuliaMath/BFloat16s.jl#5

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants