Hey @comaniac and @junrushao1994 seems like I just messed up the names inside
the cmake/modules/opencl.cmake file
---
[Visit
Topic](https://discuss.tvm.apache.org/t/append-a-custom-target-for-tvm-context/7925/7)
to respond.
You are receiving this because you enabled mailing list mode.
T
[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
> import tvm
> File "/home/akhil/
Hey @comaniac Thanks that was helpful. So if i register a new target "newName"
for example like
> TVM_REGISTER_TARGET_KIND("newName")
> .add_attr_option>("keys")
> .add_attr_option>("libs")
> .add_attr_option("device")
> .add_attr_option("model")
> .add_attr_option("system-