Hi TVM Team,
@tqchen @shivmgg @preethireddy @creddy I am trying an android sample with OpenCL enabled but when I run the application it is crashing with the below error can you please help to fix this issue Error: parsed_kernels_ = SplitKernels(GetSource(“cl”)); Check failed: (!parsed_kernels_.empty()) is false: The OpenCL module expects a kernel delimited source from code generation, but no kernel delimiter was found. Stack trace: File “/Users/tvm/apps/android_deploy/app/src/main/jni/…/…/…/…/…/…/include/…/src/runtime/opencl/opencl_module.cc”, line 198
Thank you.