Skip to content

Conversation

@ZihengJiang
Copy link
Contributor

No description provided.

namespace json {

template<>
struct Handler<DLDataType> {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Put this in c_runtime_api.cc?

Copy link
Member

Choose a reason for hiding this comment

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

Just put this here is fine

@ZihengJiang ZihengJiang changed the title [WIP] [EXECUTOR] Enable load executor remotely [EXECUTOR] Enable load executor remotely Jul 15, 2017
import ctypes
from ..contrib import rpc

def find_lib_path(name):
Copy link
Member

Choose a reason for hiding this comment

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

simply import it instead of copy it

Copy link
Member

Choose a reason for hiding this comment

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

add an additional argument search_path=None, to the original function

@ZihengJiang ZihengJiang merged commit c6d4f5a into apache:master Jul 15, 2017
@ZihengJiang ZihengJiang deleted the dev branch July 15, 2017 20:03
tqchen pushed a commit to tqchen/tvm that referenced this pull request May 26, 2018
tqchen pushed a commit that referenced this pull request May 29, 2018
tqchen pushed a commit to tqchen/tvm that referenced this pull request Jul 6, 2018
sergei-mironov pushed a commit to sergei-mironov/tvm that referenced this pull request Aug 8, 2018
zxy844288792 pushed a commit to zxy844288792/tvm that referenced this pull request Mar 4, 2022
apivovarov pushed a commit to apivovarov/tvm that referenced this pull request Apr 2, 2022
mikepapadim pushed a commit to mikepapadim/tvm that referenced this pull request Oct 5, 2022
This PR features symbolic shape support and var shadowing in relax

Co-authored-by: Ruihang Lai <[email protected]>
junrushao added a commit to junrushao/tvm that referenced this pull request Oct 18, 2022
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
MasterJH5574 added a commit to MasterJH5574/tvm that referenced this pull request Nov 20, 2022
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
junrushao added a commit to junrushao/tvm that referenced this pull request Feb 8, 2023
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
yelite pushed a commit to yelite/tvm that referenced this pull request Feb 17, 2023
[TVMScript] B4: If branch support (apache#263)
B8: Local Function Support  (apache#258)
[TVMScript] B3: Type annotation checks (apache#256)
[TVMScript][Parser] B1: Dataflow block (apache#252)
[TVMScript] B2: match shape support (apache#251)
[TVMScript] B6/B7: Symbolic shape and var shadowing  (apache#245)
[TVMScript] B5: Support relax op (apache#244)
[TVMScript] B0: Call_tir support (apache#243)
enhance parser error reporting (apache#242)
[TVMScript] A1: Relax Parser infra (apache#240)
update ci image versions. (apache#241)
[TVMScript] B2-4: TIR IRBuilder (apache#239)
[TVMScript] A0: Relax IRBuilder infra (apache#235)
[TVMScript] B5-6: TIR IRBuilder (apache#231)
[TVMScript] B1: IRBuilder (apache#228)
[TVMScript] New Parser: Part C (apache#218)
[TVMScript] New Parser: Part A (apache#221)
[TVMScript] New Parser: Part B (apache#217)

Not recovered:
[Pass] Separate ApplyHistoryBest from tuning passes (apache#226)
[Bugfix] Couple of bug fixes to run TVM-gen code together with BYOC (apache#249)

co-authored-by: Yuchen Jin <[email protected]>
co-authored-by: Siyuan Feng <[email protected]>
co-authored-by: Ruihang Lai <[email protected]>
Lunderberg pushed a commit to Lunderberg/tvm that referenced this pull request Jun 12, 2023
MasterJH5574 pushed a commit to MasterJH5574/tvm that referenced this pull request Aug 17, 2025
* [kernel] add append_kv_cache kernel

* [kernel] finish fused_split_silu_multiply kernel
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