Closed kiritigowda closed 2 years ago
@hansely - Please look into kernel com.amd.nn_extension.upsample_nearest_layer exec failed (-2:(null))
with YoloV3
@paveltc -- need to track these nn issues.
@kiritigowda I thought the clang14 issue was fixed on develop? I still see it with onnx squeezenet. Can you please check?
@kiritigowda I can repro the issue with resnet152, will try xyznet next.
@kiritigowda Can also reproduce with xyznet.
@hansely can you verify if YoloV3 works for all batch sizes with TOT HIP/OpenCL
caffe-resnet152 - Batch size 16 - HIP Backend on Ubuntu 20.04 -- FIX
caffe-resnet152 - Batch size 16
OK: loaded 39 kernels from libvx_nn.so
OK: OpenVX using GPU device#0 AMD Radeon PRO W6800 (gfx1030) (with 30 CUs) on PCI bus 0b:00.0
OK: graph initialization with annAddToGraph() took 430.691 msec
OK: vxProcessGraph() took 7756.354 msec (1st iteration)
OK: vxProcessGraph() took 44.986 msec (average over 100 iterations)
OK: HIP buffer usage: 430905504, 783/783
OK: successful
caffe-xyznet - Batch size 32 & above - HIP Backend on Ubuntu 20.04 -- maybe lack of memory on the board -- @asalmanp can you confirm this and reopen if this is something else.
caffe-xyznet - Batch size 32
OK: loaded 39 kernels from libvx_nn.so
OK: OpenVX using GPU device#0 AMD Radeon PRO W6800 (gfx1030) (with 30 CUs) on PCI bus 0b:00.0
ERROR: hipMalloc Failed with status: 2
ERROR: agoGpuHipAllocBuffer(MEM_READ_WRITE,805306368,0,*) FAILED
ERROR: vxVerifyGraph(...) failed (-1)
caffe-yolov3 - Batch size 2 - HIP Backend on Ubuntu 20.04 -- FIX
caffe-yolov3 - Batch size 2
OK: loaded 39 kernels from libvx_nn.so
OK: OpenVX using GPU device#0 AMD Radeon PRO W6800 (gfx1030) (with 30 CUs) on PCI bus 0b:00.0
OK: graph initialization with annAddToGraph() took 8286.610 msec
OK: vxProcessGraph() took 58.715 msec (1st iteration)
OK: vxProcessGraph() took 12.393 msec (average over 100 iterations)
OK: HIP buffer usage: 389538444, 376/376
OK: successful
caffe-yolov3 - Batch size 4 - HIP Backend on Ubuntu 20.04 -- FIX
caffe-yolov3 - Batch size 4
OK: loaded 39 kernels from libvx_nn.so
OK: OpenVX using GPU device#0 AMD Radeon PRO W6800 (gfx1030) (with 30 CUs) on PCI bus 0b:00.0
OK: graph initialization with annAddToGraph() took 8493.686 msec
OK: vxProcessGraph() took 66.456 msec (1st iteration)
OK: vxProcessGraph() took 20.852 msec (average over 100 iterations)
OK: HIP buffer usage: 531069860, 376/376
OK: successful
@hansely @LakshmiKumar23 @paveltc -- TOT master with latest deps is verified -- Need to add this to regular review.
List of issues observed - List below to reproduce
HIP
Backend on Ubuntu20.04
HIP
Backend on Ubuntu20.04
HIP
Backend on Ubuntu20.04
HIP
Backend on Ubuntu20.04