Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$ git clone https://github.com/richardhundt/shine $ cd shine $ make [..] CC lib_tvm.o CC lib_init.o AR libtvmjit.a GEN op.h make[2]: ./tvmjit: Command not found
The text was updated successfully, but these errors were encountered:
sometime, I've the same problem on Travis CI, see https://github.com/fperrad/tvmjit/commit/d19179ed7ab6f3105b294652aed95891732d430e
you could avoid it with make TRAVIS=1
make TRAVIS=1
Sorry, something went wrong.
On 3/29/14 4:50 PM, François Perrad wrote:
sometime, I've the same problem on Travis CI, see fperrad/tvmjit@d19179e https://github.com/fperrad/tvmjit/commit/d19179ed7ab6f3105b294652aed95891732d430e you could avoid it with |make TRAVIS=1| — Reply to this email directly or view it on GitHub #45 (comment). Thanks, I've made that the default.
sometime, I've the same problem on Travis CI, see fperrad/tvmjit@d19179e https://github.com/fperrad/tvmjit/commit/d19179ed7ab6f3105b294652aed95891732d430e
you could avoid it with |make TRAVIS=1|
— Reply to this email directly or view it on GitHub #45 (comment).
Thanks, I've made that the default.
No branches or pull requests
$ git clone https://github.com/richardhundt/shine
$ cd shine
$ make
[..]
CC lib_tvm.o
CC lib_init.o
AR libtvmjit.a
GEN op.h
make[2]: ./tvmjit: Command not found
The text was updated successfully, but these errors were encountered: