Closed arunnura123 closed 6 years ago
Interesting...
Looks like memory allocation inside MIOpen convolution initialization failed. How much memory is on the GPU? Is some other app running on GPU at the same time?
Can you share the onnx model that you’re using?
I am using https://github.com/onnx/models/tree/master/bvlc_googlenet 16GB Memory . I will try uninstalling rocm and rebuilding again.
Thanks
This issue seems to be resolved after I installed "apt-get install miopen-opencl" instead of building from source.
I see the following segmentation Fault when I try running the anntest.
./anntest weights.bin OK: loaded 21 kernels from libvx_nn.so OK: OpenVX using GPU device#0 (gfx900) [OpenCL 1.2 ] [SvmCaps 0 1] MIOpen Error: std::bad_alloc ERROR: fatal error occured at /home/amd/Miopen-opencl/amdovx-modules/vx_nn/src/convolution_layer.cpp#200 Segmentation fault (core dumped)
Could you help me on what I am missing
Thanks, Arun