-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add opset 18 features to CUDA, exceppt antialiasing Setting up Antialias filters Dispatch SetupTriliner Move buffer allocation and move antialias to separate file Compiles and runs tests CPU Testing compiles Invoking SetupFilter Adjust inferred dimensions FP works, needs to redo for int Fix int32 case Fixes Bounds fix Finish upscaling setup tests Make Upsample parallel Implement Level1 and Level2 interpolation Implement interpolation and extrapolation kernels Refactor for local allocations Working on Bilinear Upsample Bilinear works Fix Dtype BiCubic works Move Trilinear to function Trilinear 2 steps work Level22 results mismatch. Works 3-D Fix align corners Make BiLinear function Make BiCubic a function CUDA Works
- Loading branch information
1 parent
f50bb0c
commit 976f6a9
Showing
19 changed files
with
2,072 additions
and
392 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.