Skip to content
New issue

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

Small fix of the Depthwise Convolution example in python3 #224

Merged
merged 3 commits into from
Jul 7, 2017
Merged

Small fix of the Depthwise Convolution example in python3 #224

merged 3 commits into from
Jul 7, 2017

Conversation

sxjscience
Copy link
Member

No description provided.

fix for python3
import tvm
import numpy as np
from scipy import signal
from tvm.contrib import nvcc_compiler

DIR_PATH = os.path.realpath(os.path.dirname(__file__))
sys.path.append(os.path.join(DIR_PATH, '..', '..', 'python'))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can assume topi is in path, so this is not needed

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sxjscience can you remove this line so that it can be merged? thanks!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, done.

@tqchen tqchen merged commit b759d0f into apache:master Jul 7, 2017
@sxjscience sxjscience deleted the small_fix branch July 9, 2017 04:17
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 28, 2021
ylc pushed a commit to ylc/tvm that referenced this pull request Sep 29, 2021
tqchen pushed a commit to tqchen/tvm that referenced this pull request May 25, 2023
tqchen pushed a commit to tqchen/tvm that referenced this pull request May 25, 2023
zxybazh pushed a commit to zxybazh/tvm that referenced this pull request May 25, 2023
Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Jun 12, 2023
Hzfengsy pushed a commit to Hzfengsy/tvm that referenced this pull request Jun 29, 2023
LeiWang1999 added a commit to LeiWang1999/tvm that referenced this pull request Nov 8, 2024
…e#224)

* Refactor dequantize scheduler and simplify pass

* Refactor dequantize scheduler and simplify pass

* Implement Fast Decoding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants