https://github.com/dmlc/tvm/blob/master/src/relay/backend/build_module.cc#L54
Not all target is enabled.
It is usually not a good practice to eagerly create a global static object(which might have initialization order issue).
cc @zhiics please fix ASAP
cc @jroesch @vinx13 @wweic @hlu1
I will move them back to std::string and create when necessary.
@tqchen Thanks for the fix.
Most helpful comment
https://github.com/dmlc/tvm/pull/3198