[nest] Initial commit (#625)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 13 Jul 2018 05:28:32 +0000 (14:28 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 13 Jul 2018 05:28:32 +0000 (14:28 +0900)
This commit create a workspace for a lightweight nested loop generation
library named 'nest'.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/nest/README.md [new file with mode: 0644]

diff --git a/contrib/nest/README.md b/contrib/nest/README.md
new file mode 100644 (file)
index 0000000..64cfb75
--- /dev/null
@@ -0,0 +1,8 @@
+# nest
+
+_nest_ is a lightweight nested loop generation library, which makes it easy to generate complex,
+optimized nested loops (such as loops in conv2d).
+
+## References
+- [Halide](https://github.com/halide/Halide)
+- [Tensor Comprehension](https://github.com/facebookresearch/TensorComprehensions)