-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[EXECUTOR] Enable load executor remotely #245
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
Conversation
| namespace json { | ||
|
|
||
| template<> | ||
| struct Handler<DLDataType> { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
python/tvm/exec/rpc_server.py
Outdated
| import ctypes | ||
| from ..contrib import rpc | ||
|
|
||
| def find_lib_path(name): |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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
This PR features symbolic shape support and var shadowing in relax Co-authored-by: Ruihang Lai <[email protected]>
[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]>
[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]>
[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]>
[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]>
* [kernel] add append_kv_cache kernel * [kernel] finish fused_split_silu_multiply kernel
No description provided.