Skip to content

Commit

Permalink
init skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen committed Oct 12, 2016
1 parent da715a2 commit eef4a69
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,5 @@ ENV/

# Rope project settings
.ropeproject
*~
*.pyc
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright {yyyy} {name of copyright owner}
Copyright 2016 by contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# tvm
# TVM

hack for fun

Run the tests, set the bashrc

```bash
export PYTHONPATH=${PYTHONPATH}:/path/to/tvm/python
```

Write and run tests via

```bash
nosetests tests/python
```
1 change: 1 addition & 0 deletions python/tvm/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"""Init proptype of the TVM"""
1 change: 1 addition & 0 deletions tests/python/test_basic.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import tvm

0 comments on commit eef4a69

Please sign in to comment.