Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tvm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cld
ml
tvm
Graph
c0e5ec5665b32e9fa6d11cdf6b4772c3341ea015
Select Git revision
Branches
3
clockwork
default
clockwork-v0.6
master
Tags
6
v0.6.0
v0.5
v0.4
v0.3
v0.2
v0.1rc
9 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
6
Oct
5
4
3
2
1
29
Sep
28
27
26
25
24
23
22
21
20
18
17
13
12
11
10
8
7
6
5
4
3
2
1
31
Aug
30
29
28
27
26
25
24
23
22
21
20
19
18
17
15
14
13
11
10
9
8
7
5
3
2
1
31
Jul
28
27
26
25
24
23
20
19
18
17
16
15
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Jun
29
27
26
23
22
20
18
17
16
15
12
11
10
5
4
3
2
1
31
May
30
25
24
23
22
21
20
18
17
16
15
14
12
11
9
8
7
6
5
4
3
2
29
Apr
27
26
25
24
22
21
20
18
17
16
15
14
12
10
9
8
2
31
Mar
29
26
25
17
14
13
12
11
7
5
3
2
28
Feb
27
26
25
24
22
21
20
17
16
13
12
11
10
9
8
7
6
5
4
2
31
Jan
30
28
24
23
22
20
19
18
17
16
15
13
12
11
10
8
6
5
4
31
Dec
30
11
12
5
4
2
1
29
Nov
28
27
26
25
19
18
17
6
4
2
1
28
Oct
27
26
23
22
21
19
18
16
15
14
13
12
[TOPI] add argmax, argmin (#515)
Conv2d modified for better performance (#516)
conv2d data re-layout fix out of threads bug (#514)
[RUNTIME] Better error message in cuda launch (#513)
conv2d adjusted to fix different workloads (#511)
[SCHEDULE] Further fix of reduce inline with multiple outputs (#508)
[SCHEDULE] Fix inline with multiple outputs (#507)
[TOPI] Add left_shift, right_shift, clip, cast (#504)
[LANG] Support for Bitwise Operation (#502)
[LINT] Fix pylint (#501)
[TOPI] Update depthwise conv2d schedule on rasp (#500)
[DOCS] How to deploy TVM Modules (#499)
fix squeeze to output (1,) if all axes are squeezed. E.g squeeze((1,1,1...), None) case (#498)
[TOPI] Update conv schedule on rasp (#497)
[TOP] Initial Schedule of MobileNet on Rasp (#496)
[UTILS] Move target to tvm; rename convolution as conv2d (#492)
[TOPI] add squeeze (#494)
[RUNTIME] Fix graph runtime for gpu (#491)
[CUDA] auto detect compatibility when arch is not passed (#490)
fixed algorithm. padding should be on both sides (#489)
[TOPI] add reshape, concatenate, split (#481)
[ARITH] More robust int set checking (#487)
[RUNTIME] Remove parameter def from runtime (#486)
[DOC][BUILD] Fix cmake and docs (#485)
[RUNTIME] Minimum graph runtime (#484)
log_softmax added to topi (#483)
fix fuse reduce_axis error in pooling schedule (#482)
[BASE] Make macro namespace angostic (#480)
Packing and data layout change added to conv2d_nchw (#479)
add pool (#478)
[TOPI] Fix reduce fusion with more levels (#477)
[TOPI] dense API to remove redudant use_bias (#476)
[TOPI] Fix reduction fusion with injective input (#475)
[TOPI] migrate global_avg_pool, fully_connected (#472)
[TEST] rfactor+ewise, cite rfactor paper (#474)
[TOPI] Formalize the tag system (#473)
[INTRIN] Enable pow (#471)
[TOPI] negation->negative to be consistent with numpy (#470)
[CODEGEN] Fix Metal codegen when storage scope is needed (#469)
fix cpp deploy (#468)
Loading