Hi, I cannot run (load) TVM model on my laptop with target = opencl I have build TVM with opencl = on. but I get next error TVMError: Check failed: f != nullptr: Loader of opencl(runtime.module.loadbinary_opencl) is not presented.
the compiled model was done with next params: target = ‘opencl’ target_host = “llvm” #-device=arm_cpu with relay.build_config(opt_level=3): graph, lib, params = relay.build(func, target, target_host, params=params)
and I am using i7 laptop with GeForce RTX 2070
what can be the problem?