utcs-scea / ava

Automatic virtualization of (general) accelerators.
https://ava.yuhc.me/
BSD 2-Clause "Simplified" License
40 stars 20 forks source link

Fix annotation of cudnnGetConvolutionForwardAlgorithm_v7 #140

Closed yuhc closed 3 years ago

yuhc commented 3 years ago

Description

Previously, cudnnGetConvolutionForwardAlgorithm_v7 may crash at page fault.

Motivation and Context

The previous annotation specify cudnnGetConvolutionForwardAlgorithm_v7 to return only one "cudnnConvolutionFwdAlgoPerf_t". But instead, it returns requestedAlgoCount or *returnedAlgoCount structs.

Types of changes

Checklist: