Small fix of the Depthwise Convolution example in python3#224
Merged
tqchen merged 3 commits intoapache:masterfrom Jul 7, 2017
sxjscience:small_fix
Merged
Small fix of the Depthwise Convolution example in python3#224tqchen merged 3 commits intoapache:masterfrom sxjscience:small_fix
tqchen merged 3 commits intoapache:masterfrom
sxjscience:small_fix
Conversation
fix for python3
tqchen
reviewed
Jul 7, 2017
| from tvm.contrib import nvcc_compiler | ||
|
|
||
| DIR_PATH = os.path.realpath(os.path.dirname(__file__)) | ||
| sys.path.append(os.path.join(DIR_PATH, '..', '..', 'python')) |
Member
There was a problem hiding this comment.
We can assume topi is in path, so this is not needed
Member
There was a problem hiding this comment.
@sxjscience can you remove this line so that it can be merged? thanks!
tqchen
approved these changes
Jul 7, 2017
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
MasterJH5574
pushed a commit
to MasterJH5574/tvm
that referenced
this pull request
Aug 17, 2025
junrushao
added a commit
to junrushao/tvm
that referenced
this pull request
Nov 4, 2025
Upstream : https://github.com/apache/tvm-ffi.git Branch : main New HEAD : 227bdd0c5c70f186fac3b3c99427a032424ed58e Subject : [EXTRA] Improve the Error propagation in alloc (apache#224) Author : Tianqi Chen <tqchen@users.noreply.github.com> Date : 2025-11-04T15:28:03-05:00 Delta : 1 commit(s) since 00a9ad7df61b Compare : apache/tvm-ffi@00a9ad7...227bdd0 This commit updates the tvm-ffi submodule to the latest upstream HEAD.
junrushao
added a commit
to junrushao/tvm
that referenced
this pull request
Nov 5, 2025
Upstream : https://github.com/apache/tvm-ffi.git Branch : main New HEAD : 227bdd0c5c70f186fac3b3c99427a032424ed58e Subject : [EXTRA] Improve the Error propagation in alloc (apache#224) Author : Tianqi Chen <tqchen@users.noreply.github.com> Date : 2025-11-04T15:28:03-05:00 Delta : 1 commit(s) since 00a9ad7df61b Compare : apache/tvm-ffi@00a9ad7...227bdd0 This commit updates the tvm-ffi submodule to the latest upstream HEAD.
junrushao
added a commit
to junrushao/tvm
that referenced
this pull request
Nov 8, 2025
Upstream : https://github.com/apache/tvm-ffi.git Branch : main New HEAD : 227bdd0c5c70f186fac3b3c99427a032424ed58e Subject : [EXTRA] Improve the Error propagation in alloc (apache#224) Author : Tianqi Chen <tqchen@users.noreply.github.com> Date : 2025-11-04T15:28:03-05:00 Delta : 1 commit(s) since 00a9ad7df61b Compare : apache/tvm-ffi@00a9ad7...227bdd0 This commit updates the tvm-ffi submodule to the latest upstream HEAD.
tlopex
pushed a commit
to tlopex/tvm
that referenced
this pull request
Mar 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.