|
|
|
|
|
by the__alchemist
399 days ago
|
|
This is confusing: GPUs seem great for scientific computations. You often want f64 for scientific computation. GPUs aren't good with f64. I'm trying to evaluate if I can get away with f32 for GPU use for my molecular docking software. Might be OK, but I've hit cases broadly where f64 is fine, but f32 is not. I suppose this is because the dominant uses games and AI/ML use f32, or for AI even less‽ |
|