generated from MPSLab-ASU/Paper_Page_Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (41 loc) · 1.48 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
######################## Paper Information ########################################
# Personal info
paper_name: "CRIMSON: Compute-intensive loop acceleration by Randomized Iterative Modulo Scheduling and Optimized Mapping on CGRAs"
organization: IEEE
# sub_organization: School of Computing and Augmented Intelligence
######################## Paper Resources ########################################
paper_pdf: https://mpslab-asu.github.io/publications/papers/Balasubramanian2020TCAD.pdf
# supplementary_pdf: Supplementary PDF here
# code: https://github.com/MPSLab-ASU/Project_Page_Template
# arXiv : https://arxiv.org/abs/1512.01274
IEEE : https://ieeexplore.ieee.org/document/9187262
# Additional icon links
# favicon: assets/images/MPS_Lab.ico
main_media:
source: assets/images/Fig1.png
caption: A typical CGRA architecture consisting of 4x4 PEs connected in a 2D mesh. Every cycle, each PE gets an instruction from the Instruction Memory, and can operate on the outputs of neighboring PEs and/or the Data Memory
######################## DO NOT EDIT BELOW THIS LINE ########################################
# Footer
footer_show_references: true
#sass
sass:
sass_dir: _sass
style: compressed
plugins:
- jekyll-seo-tag
- jekyll-coffeescript
markdown: kramdown
permalink: pretty
exclude : [
"Gemfile",
"Gemfile.lock",
"node_modules",
"vendor/bundle/",
"vendor/cache/",
"vendor/gems/",
"vendor/ruby/",
"lib/",
"scripts/",
"docker-compose.yml",
"README.md",
]