Daming Feng

Results 9 issues of Daming Feng

We found numerical errors in convolution backward data kernel when running test with the detectron2 data. I put the data and the error log file [here.](http://ginger.amd.com/share/detectron2_data/) . The log contains...

bug
urgency_blocker

We found the backward weight convolution kernels will lead to errors when enable profiling for the ck invoker run() functions, which made the ck-based solver failed in MIOpen. We have...

Under Investigation

Grouped convolution forward missed the instances of datatype fp32, bfp16 and int8 for layout (NHWGC, GKYXC, NHWGK)

enhancement

Enable bf16 support for ck-based convolution solvers in MIOpen

value_high
urgency_high
TESTING_CI_PASSED

Add the GeMM Solver in MIOpen

enhancement
urgency_normal

Current MIOpenGeMM takes convolution descriptions (configs) as input to solve GeMM problems (Hip-backend). We need to add GeMM solvers for GeMM problems. **MIOpen:** Pure GeMM solvers APIs that call pure...

enhancement
umbrella_ticket

2D and 3D NGCHW backward data convolution solvers base on CK instances.

Implement 2d and 3d NGCHW backward convolution solvers base on CK NGCHW layout instances.

Implement 2d and 3d NGCHW forward convolution solvers base on CK NGCHW layout instances. The solver utilize the fused CK convolution and layout transform kernels to avoid the tensor layout...