coreylowman / cudarc

Safe rust wrapper around CUDA toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add hgemm functions for half precision data

coreylowman opened this issue · comments

Complication: the hgemm functions are wrapped in #if defined(__cplusplus), and bindgen struggles to generate bindings if i manually define that