Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
eef4a690
Commit
eef4a690
authored
Oct 12, 2016
by
tqchen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init skeletons
parent
da715a28
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
22 additions
and
3 deletions
+22
-3
.gitignore
+3
-0
LICENSE
+1
-1
README.md
+16
-2
python/tvm/__init__.py
+1
-0
tests/python/test_basic.py
+1
-0
No files found.
.gitignore
View file @
eef4a690
...
...
@@ -87,3 +87,5 @@ ENV/
# Rope project settings
.ropeproject
*~
*.pyc
\ No newline at end of file
LICENSE
View file @
eef4a690
...
...
@@ -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.
...
...
README.md
View file @
eef4a690
# tvm
\ No newline at end of file
# 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
```
\ No newline at end of file
python/tvm/__init__.py
0 → 100644
View file @
eef4a690
"""Init proptype of the TVM"""
tests/python/test_basic.py
0 → 100644
View file @
eef4a690
import
tvm
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment