Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
7530e043
Unverified
Commit
7530e043
authored
Oct 14, 2019
by
Tianqi Chen
Committed by
GitHub
Oct 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[CI] Update ci-cpu to latest (#4121)
parent
d7e30edf
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Jenkinsfile
+1
-1
tests/python/contrib/test_gemm_acc32_vnni.py
+2
-2
No files found.
Jenkinsfile
View file @
7530e043
...
...
@@ -40,7 +40,7 @@
//
ci_lint
=
"tvmai/ci-lint:v0.51"
ci_gpu
=
"tvmai/ci-gpu:v0.54"
ci_cpu
=
"tvmai/ci-cpu:v0.5
2
"
ci_cpu
=
"tvmai/ci-cpu:v0.5
3
"
ci_i386
=
"tvmai/ci-i386:v0.52"
// tvm libraries
...
...
tests/python/contrib/test_gemm_acc32_vnni.py
View file @
7530e043
...
...
@@ -20,10 +20,10 @@ import tvm
import
numpy
as
np
from
topi.x86.tensor_intrin
import
dot_16x1x16_int8_int8_int32_vnni
from
topi.x86.tensor_intrin
import
dot_16x1x16_int8_int8_int32
from
nose.tools
import
not
test
import
py
test
@
nottest
@
pytest.mark.skip
(
"skip because feature not enabled"
)
def
test_fc_int8_acc32
():
m
=
1024
n
=
1024
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment