|
|
|
|
|
by dragandj
2253 days ago
|
|
This is a reply to bearzoo, but we reached the depth level of the comment thread. >> Nope, we work with float32. >It seems that is not true. Well, it is true. We work with float32. I explicitly checked that and NumPy/CuPy answered that the array is indeed float32. The fact, which I didn't know then, is that NumPy/CuPy internally decides on its own to use float64 without warning or possibility for us to order it not to do that. But, it is not I (or "us") that work with float64. I would say that your comment would stand if I mistakenly ordered NumPy/CuPy to use float64 while claiming that I work with float32 (which could happen hypothetically if there was a non-obvious, but documented option to use float32 that I missed). |
|