Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nvdla_compiler DLA error #230

Open
xueqiyao opened this issue Nov 11, 2021 · 2 comments
Open

nvdla_compiler DLA error #230

xueqiyao opened this issue Nov 11, 2021 · 2 comments

Comments

@xueqiyao
Copy link

I compiled the NVDLA_compiler binary file myself, but how to solve the DLA error when running the model?
image

@dreamerliii
Copy link

Hello, do you konw how to solve this problem??
I got a different one in this step.
(DLA) Error 0x0000000b: Couldn't narrow down to suitable SF for e-2/tsd-27 (propagating from engine-ast/EngineEdge.cpp, function determineSurfaceFormat(), line 278)
(DLA) Error 0x0000000b: (propagating from engine-ast/EngineGraph.cpp, function registerAllSurfaces(), line 966)
(DLA) Error 0x0000000b: (propagating from Compiler.cpp, function registerBuffers(), line 1586)

@DressInWhite
Copy link

@dreamerliii Hi, Did you fix the problem now, I met the same problem with AlexNet, Could you help me with it?
Command:
./nvdla_compiler --prototxt deploy.prototxt --caffemodel bvlc_alexnet.caffemodel -o basic.nvdla
error info:
compiling profile "fast-math"... config "nv_full"...
libnvdla<2> Prototxt #chnls (C = 3) != Profile #chnls for input (NVDLA_IMG_A8B8G8R8: C = 4). Preferring #chnls from Profile for compiling.
libnvdla<2> Overriding output multibatch size from 1 to 10
(DLA) Error 0x0000000b: Couldn't narrow down to suitable SF for e-2/tsd-27 (propagating from engine-ast/EngineEdge.cpp, function determineSurfaceFormat(), line 278)
(DLA) Error 0x0000000b: (propagating from engine-ast/EngineGraph.cpp, function registerAllSurfaces(), line 966)
(DLA) Error 0x0000000b: (propagating from Compiler.cpp, function registerBuffers(), line 1586)
(DLA) Error 0x00000008: failed compilation phase: registerBuffers (propagating from Compiler.cpp, function compileInternal(), line 506)
(DLA) Error 0x00000008: (propagating from Compiler.cpp, function compileInternal(), line 423)
(DLA) Error 0x00000008: (propagating from Compiler.cpp, function compile(), line 372)
(DLA) Error 0x00000008: (propagating from CompileTest.cpp, function compileProfile(), line 66)
(DLA) Error 0x00000008: (propagating from ParseTest.cpp, function parseAndCompile(), line 252)
(DLA) Error 0x00000008: (propagating from main.cpp, function launchTest(), line 111)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants