fff-rs / coaster

Extendable HPC-Framework for CUDA, OpenCL and common CPU
https://spearow.io/projects/coaster
Other
85 stars 7 forks source link

Introduce accuracy enum #5

Open drahnr opened 7 years ago

drahnr commented 7 years ago

This would allow the individual backend to decide what accuracy would fit best.

On CPU i.e. there is no gain in using fp16 over fp32, on the GPU - if supported - there is. So this decision is backend specific.