-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Description
I was running the tests locally on my machine and I got the following failure:
======================================================================
ERROR: test_module_load.test_device_module_dump
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/ezyang/local/anaconda2/conda-bld/tvm_1499269439375/_b_env_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_placehold_p/lib/python3.6/site-packages/nose/case.py", line 197, in runTest
self.test(*self.arg)
File "/data/users/ezyang/anaconda2/conda-bld/tvm_1499269439375/work/tests/python/unittest/test_module_load.py", line 99, in test_device_module_dump
check_device("cuda")
File "/data/users/ezyang/anaconda2/conda-bld/tvm_1499269439375/work/tests/python/unittest/test_module_load.py", line 91, in check_device
f.export_library(path_dso)
File "/data/users/ezyang/anaconda2/conda-bld/tvm_1499269439375/work/python/tvm/module.py", line 75, in export_library
raise ValueError("Module[%s]: Only llvm support export shared" % self.type_key)
ValueError: Module[stackvm]: Only llvm support export shared
What does this error message mean? Am I building with the wrong compiler or something?
Metadata
Metadata
Assignees
Labels
No labels