Closed StrongSpoon closed 1 month ago
OP Test
Bug Fix
upcast input tensor to fp64 for cpu reference. so that weight_norm and upsample_bicubic2d_aa could run fp16 tests in cpu mode.
I wonder why the original upcast value for these tests were False? I thought non-upcasting only applies to some integer related operarions?
upcast
False
PR Category
OP Test
Type of Change
Bug Fix
Description
upcast input tensor to fp64 for cpu reference. so that weight_norm and upsample_bicubic2d_aa could run fp16 tests in cpu mode.
Issue
Progress
Performance