RWTH-ACS / cricket

cricket is a virtualization solution for GPUs
MIT License
150 stars 39 forks source link

Fix cudnnbackendgetattribute bugs #40

Closed chengchen666 closed 10 months ago

chengchen666 commented 10 months ago

fix some bugs for cudnnbackendgetattribute API. Original implementation has different behavior to the api description on nvidia official website.

chengchen666 commented 10 months ago

Hope this can help with the development of cricket cudnn support.