Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
3de2051e
Commit
3de2051e
authored
Aug 16, 2018
by
Jaikrishnan Menon
Committed by
Robert Kimball
Aug 16, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DEX: Support fewer ranks (#1426)
parent
e4cefb21
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
cpu_builder.hpp
src/ngraph/runtime/cpu/cpu_builder.hpp
+0
-18
No files found.
src/ngraph/runtime/cpu/cpu_builder.hpp
View file @
3de2051e
...
...
@@ -91,24 +91,6 @@
KV = K<ET, 6>; \
else if (R == 7) \
KV = K<ET, 7>; \
else if (R == 8) \
KV = K<ET, 8>; \
else if (R == 9) \
KV = K<ET, 9>; \
else if (R == 10) \
KV = K<ET, 10>; \
else if (R == 11) \
KV = K<ET, 11>; \
else if (R == 12) \
KV = K<ET, 12>; \
else if (R == 13) \
KV = K<ET, 13>; \
else if (R == 14) \
KV = K<ET, 14>; \
else if (R == 15) \
KV = K<ET, 15>; \
else if (R == 16) \
KV = K<ET, 16>; \
else \
throw ngraph_error("Unsupported rank " + std::to_string(R) + " for kernel " #K);
...
...
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