Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[New API] Added support for RNG operation. (#41)
[New API] Added support for Reshape operation. [New API] Added support for DgradDreluBNBwdWeight operation [Minor Enhancement] Added cudnn frontend enums to simplify Resample operation creation. [Minor Enhancement] Added alpha and beta values as key for the plan caches. [Bug Fix] Fixed an error which was causing reference code to fail with segmentation fault. [Bug Fix] Fixed an issue where stride/padding and dilation values were incorrectly cached for 2d convolutions. [Bug Fix] Fixed issues where error statuses were not handled correctly during tensor creation. [Samples] Added a new sample to show case how fMHA graph can be programmed through FE API. This sample contains both fprop and backprop graphs. [Samples] Added a new sample to show case DgradDreluBNBwdWeight operation. [Samples] Added a modular block which models fprop of residual block resnet. Co-authored-by: Anerudhan Gopal <[email protected]>
- Loading branch information