PrincetonVision / marvin

Marvin: A Minimalist GPU-only N-Dimensional ConvNets Framework
MIT License
422 stars 137 forks source link

ComputeT@half #36

Open VincentChong123 opened 8 years ago

VincentChong123 commented 8 years ago

Hi, I found marvin.hpp does not support half datatype for ComputeT. May I know is there any plan to support ComputeT@half? Do you think it is useful to improve speed for marvin@Tx1+cudnn4/5 (0.5TFLOPS@fp32, 1TFLOPS@fp16)?

Thank you.