Open algoholic opened 1 year ago
dear friend Have u fixed this issue? I meet same error
same issue +1
same issue +1
Binary was created using {clml} but a loader of that name is not registered. Available loaders are opencl, GraphRuntimeFactory, GraphExecutorFactory, static_library, relax.Executable, AotExecutorFactory, metadata_module, VMExecutable, metadata, const_loader. Perhaps you need to recompile with this runtime enabled.
I encounter the same issue, but for OpenCL loaders. TVM compiles the models without problem for OpenCL target, however I receive this upon execution. I have installed OpenCL and compiled TVM with the OpenCL flag enabled.
Note: the models compiled work without problems on an older TVM version.
Earlier implementation in Docker was download and install tvm using CUDA flags on:
Now I'm just generating tvm wheel and then installing and using it in another docker container where cuda, cudnn is installed as well. Current code:
Install wheel in Docker:
RUN python3.8 -m pip install tvm-0.8.dev1452+g338940dc5-cp38-cp38-linux_x86_64.whl
But is throwing me: TVMError: Binary was created using cuda but a loader of that name is not registered
Full tvm logs: