Skip to content

Commit 78e89e0

Browse files
committed
Refactor old tutorials
Signed-off-by: Flavio Bergamaschi <flavio@intel.com>
1 parent 302a037 commit 78e89e0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

kerngen/tutorials/SimpleExamples/ADD_16K1rns.ker renamed to tutorials/kerngen/SimpleExamples/ADD_16K1rns.ker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTEXT BGV 16384 1
1+
CONTEXT BGV 16384 2 1
22
DATA a 1
33
DATA b 1
44
DATA c 1

kerngen/tutorials/SimpleExamples/ADD_16K4rns.ker renamed to tutorials/kerngen/SimpleExamples/ADD_16K4rns.ker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTEXT BGV 16384 4
1+
CONTEXT BGV 16384 5 4
22
DATA a 1
33
DATA b 1
44
DATA c 1

kerngen/tutorials/SimpleExamples/ADD_C16K1rns_pyramid.ker renamed to tutorials/kerngen/SimpleExamples/ADD_C16K1rns_pyramid.ker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTEXT BGV 16384 1
1+
CONTEXT BGV 16384 2 1
22
# inputs
33
DATA a 2
44
DATA b 2

kerngen/tutorials/SimpleExamples/ADD_C16K4rns.ker renamed to tutorials/kerngen/SimpleExamples/ADD_C16K4rns.ker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTEXT BGV 16384 4
1+
CONTEXT BGV 16384 5 4
22
DATA a 2
33
DATA b 2
44
DATA c 2

kerngen/tutorials/SimpleExamples/MUL_C16K1rns.ker renamed to tutorials/kerngen/SimpleExamples/MUL_C16K1rns.ker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTEXT BGV 16384 1 1
1+
CONTEXT BGV 16384 2 1
22
DATA a 2
33
DATA b 2
44
DATA c 3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CONTEXT BGV 16384 1 1
1+
CONTEXT BGV 16384 2 1
22
DATA a 3
33
DATA b 2
44
RELIN b a

0 commit comments

Comments
 (0)