[quote="comaniac, post:2, topic:7925"] `https://github.com/apache/incubator-tvm/blob/master/src/target/target_kind.cc` . [/quote]
Also Once I added the files for for my new target called rsim I got the folowing error > File "sample_gpu.py", line 1, in <module> > import tvm > File "/home/akhil/Downloads/TVM/tvm/python/tvm/__init__.py", line 25, in > <module> > from ._ffi.base import TVMError, __version__ > File "/home/akhil/Downloads/TVM/tvm/python/tvm/_ffi/__init__.py", line 28, > in <module> > from .base import register_error > File "/home/akhil/Downloads/TVM/tvm/python/tvm/_ffi/base.py", line 62, in > <module> > _LIB, _LIB_NAME = _load_lib() > File "/home/akhil/Downloads/TVM/tvm/python/tvm/_ffi/base.py", line 50, in > _load_lib > lib = ctypes.CDLL(lib_path[0], ctypes.RTLD_GLOBAL) > File "/usr/lib/python3.6/ctypes/__init__.py", line 348, in __init__ > self._handle = _dlopen(self._name, mode) > OSError: /home/akhil/Downloads/TVM/tvm/build/libtvm.so: undefined symbol: > _ZN3tvm7runtime16RSIMModuleCreateENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St13unordered_mapIS6_NS0_12FunctionInfoESt4hashIS6_ESt8equal_toIS6_ESaISt4pairIKS6_S8_EEES6_ --- [Visit Topic](https://discuss.tvm.apache.org/t/append-a-custom-target-for-tvm-context/7925/4) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.apache.org/email/unsubscribe/7d8a11a85552a2006b6c844fb32790fc0fb8a59617f056aa6d80198e9b1068f2).