Skip to content

Commit 31b61a1

Browse files
committed
Announce
1 parent 2ff0190 commit 31b61a1

4 files changed

Lines changed: 627 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: "2025 ACM SIGMETRICS: Call for Student Posters"
3+
timestamp: "4/24/2025 6:17:17"
4+
---
5+
We invite students to present their work in the Student Poster Session at ACM SIGMETRICS 2025, together with the conference reception. Those presenting a poster will also receive partial financial support for travel; see below for details.
6+
7+
To participate, a student must submit a 2-page abstract of their original research project. The abstract will be lightly reviewed by the two co-chairs. The content of the presented poster can be an idea with preliminary results, ongoing work, or submitted/published work. The abstract will not be included in Sigmetrics proceedings, so authors retain all copyright.
8+
9+
Submit your work and present your research at SIGMETRICS 2025!
10+
11+
===Detailed Submission Requirement===
12+
13+
The submission must be written in English and must be submitted as a PDF file. All submissions must conform to the Alternate ACM SIG Proceedings Paper Formatting Guidelines (LaTEX users must use the class file).
14+
15+
The abstract is to be submitted electronically using the HotCRP submission page: https://sigmetrics25poster.hotcrp.com/.
16+
17+
===Important Dates===
18+
19+
Poster Submission Deadline: May 2nd, 2025 at 11:59:59 pm (midnight) AoE
20+
Poster Acceptance Notification: May 5th, 2025
21+
22+
===Travel Grant and Financial Support===
23+
24+
Students with posters accepted will receive limited financial support towards travel costs, assuming they do not already have a travel grant. This support will be in the form of a reimbursement which will be done after the conference. The number and amount of the financial support will depend on the number of poster applications and the available funds.
25+
26+
===Chairs===
27+
28+
Lili Su, Northeastern University, USA
29+
Lishan Yang, George Mason University, USA
30+
31+
Check https://www.sigmetrics.org/sigmetrics2025/call_for_posters.html for more details.

_announce/2025-04-29-cgo_2026.txt

Lines changed: 170 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,170 @@
1+
---
2+
title: "IEEE/ACM International Symposium on Code Generation and Optimization (CGO)"
3+
timestamp: "4/29/2025 8:07:32"
4+
deadline: "5/29/2025"
5+
---
6+
## Call for Papers
7+
8+
9+
# [IEEE/ACM International Symposium on Code Generation and Optimization (CGO)](https://2026.cgo.org/track/cgo-2026-papers#ieeeacm-international-symposium-on-code-generation-and-optimization-cgo)
10+
11+
12+
## [Co-located with PPoPP, HPCA and CC](https://2026.cgo.org/track/cgo-2026-papers#co-located-with-ppopp-hpca-and-cc)
13+
14+
15+
#### [Sydney, Australia](https://2026.cgo.org/track/cgo-2026-papers#sydney-australia)
16+
17+
The International Symposium on Code Generation and Optimization (CGO’26) will be held in Sydney, Australia. CGO is the premier venue to bring together researchers and practitioners working at the interface of hardware and software on a wide range of optimization and code generation techniques and related issues. The conference spans the spectrum from purely static to fully dynamic approaches, and from pure software-based methods to specific architectural features and support for code generation and optimization.
18+
19+
20+
---
21+
22+
23+
### [Important dates](https://2026.cgo.org/track/cgo-2026-papers#important-dates)
24+
25+
**CGO uses two submissions per year. \
26+
**This follows the model established by other conferences in our field in recent years, such as ASPLOS and OOPSLA. Papers submitted to the first round can either be directly accepted, rejected, or invited to submit a revised version of the paper to the second round. Papers rejected in the first round may not be submitted to the second round. For papers invited to submit a revised version, authors will be given a list of revisions that should be acted on to improve the paper. We will make every effort to ensure that the revised paper is reviewed by the same reviewers (and possibly additional reviewers), who will assess whether the revisions are satisfactory. If so, the paper will be accepted. If the revised paper is rejected, the authors may submit a further revised version in a subsequent round, which will be treated as a new submission.
27+
28+
29+
#### [First Submission Deadline](https://2026.cgo.org/track/cgo-2026-papers#first-submission-deadline)
30+
31+
32+
33+
* Paper Submission: 29 May 2025
34+
* Author Rebuttal Period: 8–10 July 2025
35+
* Paper Notification: 21 July 2025
36+
37+
38+
#### [Second Submission Deadline](https://2026.cgo.org/track/cgo-2026-papers#second-submission-deadline)
39+
40+
41+
42+
* Paper Submission: 11 September 2025
43+
* Author Rebuttal Period: 21–23 October 2025
44+
* Paper Notification: 3 November 2025
45+
46+
47+
#### [Contacts:](https://2026.cgo.org/track/cgo-2026-papers#contacts)
48+
49+
50+
51+
* Timothy M. Jones, University of Cambridge - timothy.jones@cl.cam.ac.uk
52+
* Albert Cohen, Google - albertcohen@google.com
53+
54+
55+
---
56+
57+
58+
### [Topics](https://2026.cgo.org/track/cgo-2026-papers#topics)
59+
60+
Original contributions are solicited on, but not limited to, the following topics:
61+
62+
63+
64+
* Code generation, translation, transformation, and optimization for performance, energy, virtualization, portability, security, or reliability concerns, and architectural support
65+
* Efficient execution of dynamically typed and higher-level languages
66+
* Optimization and code generation for emerging programming models, platforms, domain-specific languages
67+
* Dynamic, static, profile-guided and feedback-directed optimization
68+
* Machine-learning-based code generation, analysis, transformation and optimization
69+
* Static, dynamic, and hybrid analysis for performance, energy, memory locality, throughput or latency, security, reliability, or functional debugging
70+
* Program characterization methods
71+
* Profiling and instrumentation techniques and architectural support for them
72+
* Novel and efficient tools
73+
* Compiler design, practice and experience
74+
* Compiler abstraction and intermediate representations
75+
* Vertical integration of language features, representations, optimizations, and runtime support for parallelism
76+
* Solutions that involve cross-layer (HW/OS/VM/SW) design and integration
77+
* Deployed dynamic/static compiler and runtime systems for general purpose, embedded system and cloud / HPC platforms
78+
* Parallelism, heterogeneity, and reconfigurable architectures
79+
* Optimizations for heterogeneous or specialized targets, GPUs, SoCs, CGRA and quantum computers
80+
* Compiler support for vectorization, thread extraction, task scheduling, speculation, transaction, memory management, data distribution and synchronization
81+
82+
83+
---
84+
85+
86+
### [Paper types](https://2026.cgo.org/track/cgo-2026-papers#paper-types)
87+
88+
Papers submitted to CGO can be standard research papers, tools papers or practical experience papers. All must be written in the [IEEE conference format](https://www.ieee.org/conferences/publishing/templates.html) (use the conference mode), and may have up to 10 pages, references excluded. Supplementary materials may be included as an Appendix at the end of the submitted paper. The Appendix has no page limit, but the text of the full paper excluding the Appendix must fit within 10 pages. Reviewers are not required to read the Appendix and may do so at their discretion. In other words, papers must be self-contained without needing to read any material in the Appendix.
89+
90+
Please ensure that you and your co-authors obtain an ORCID ID, so you can complete the publishing process for your accepted paper. We are committed to improve author discoverability, ensure proper attribution and contribute to ongoing community efforts around name normalization; your ORCID ID will help in these efforts.
91+
92+
Please be mindful of the [IEEE publishing policies](https://ieeexplore.ieee.org/Xplorehelp/author-center/publishing-policies) when preparing and submitting your article.
93+
94+
95+
#### [Tool papers](https://2026.cgo.org/track/cgo-2026-papers#tool-papers)
96+
97+
Tool papers must give a clear account of a new tool’s functionality. They must describe the problem that the tool helps to solve, how the tool works and provide an evaluation of the tool. There does not have to be novel research in the way the tool works, but it does have to solve a novel problem or in a novel (and better) way compared to existing tools. A good tools paper will:
98+
99+
100+
101+
* Frame the problem that the tool solves, showing that it is an important subject
102+
* Describe how the tool works to solve the problem
103+
* Evaluate the ability of the tool to solve the problem
104+
* Possibly provide case studies of using the tool, showing what improvements can be made now the problem has been ameliorated.
105+
106+
Tools paper authors should prepend their paper title with ‘Tool:’ to provide clarity that this is a tools paper during the review process (this can be removed for the final camera-ready paper).
107+
108+
**The successful evaluation of an artifact is mandatory for a Tool Paper.** Therefore, authors of work conditionally accepted as Tool Papers must submit an artifact to the Artifact Evaluation Committee. The successful evaluation of the artifact is a requirement for final acceptance.
109+
110+
The selection criteria for papers in this category are:
111+
112+
113+
114+
* Originality: Papers should present CGO-related technologies applied to real-world problems with scope or characteristics that set them apart from previous solutions.
115+
* Usability: The presented tool or compiler should have broad usage or applicability. They are expected to assist in CGO-related research, or could be extended to investigate or demonstrate new technologies. If significant components are not yet implemented, the paper will not be considered.
116+
* Documentation: The tool or compiler should be presented on a web-site giving documentation and further information about the tool.
117+
* Benchmark Repository: A suite of benchmarks for testing should be provided.
118+
* Availability: The tool or compiler should be available for public use.
119+
* Foundations: Papers should incorporate the principles underpinning Code Generation and Optimization (CGO). However, a thorough discussion of theoretical foundations is not required; a summary of such should suffice.
120+
* Artifact Evaluation: The submitted artifact must be functional and support the claims made in the paper.
121+
122+
123+
#### [Practical experience papers](https://2026.cgo.org/track/cgo-2026-papers#practical-experience-papers)
124+
125+
Practical experience papers should summarize a practical experience with realistic case studies. They must make it clear where the novelty in the work comes from, which could be from applying known techniques to a new system (with novel features), from finding new ways to implement existing analyses or transformations in a unique way, or from applying established schemes to draw new conclusions about them.
126+
127+
Practical experience paper authors should prepend their paper title with ‘Practical:’ to provide clarity that this is a practical experience paper during the review process (this can be removed for the final camera-ready paper).
128+
129+
**Practical experience papers are encouraged, but not required, to submit an artifact to the Artifact Evaluation process.**
130+
131+
The selection criteria for papers in this category are:
132+
133+
134+
135+
* Originality: Papers should present CGO-related technologies applied to real-world problems with scope or characteristics that set them apart from previous solutions. Alternatively, papers may also report on scaling known techniques to significantly larger and/or more complex real-world problems.
136+
* Foundations: Papers should incorporate the principles underpinning Code Generation and Optimization (CGO). However, a thorough discussion of theoretical foundations is not required; a summary of such should suffice.
137+
* Insight: The practical experience should provide meaningful conclusions related to CGO topics that show unexpected or novel characteristics.
138+
* Applicability: The results of the practical experience should be applicable beyond the specific system evaluated in the paper.
139+
140+
141+
---
142+
143+
144+
### [Geographic Diversity and Inclusion](https://2026.cgo.org/track/cgo-2026-papers#geographic-diversity-and-inclusion)
145+
146+
Authors of papers accepted for CGO 2026 are encouraged to present their work in person. However, to foster the participation of students and professionals from everywhere, CGO 2026 will allow the remote presentation of papers, if their authors are unable to travel to the conference venue for reasons beyond their control (e.g. visa issues). Additionally, the conference organization will try to make attendance of CGO 2026 affordable for as many people as possible, with a specific focus on students from universities located in under-represented countries who are paper authors.
147+
148+
149+
---
150+
151+
152+
### [Artifact Evaluation](https://2026.cgo.org/track/cgo-2026-papers#artifact-evaluation)
153+
154+
The Artifact Evaluation process is run by a separate committee whose task is to assess how the artifacts support the work described in the papers. This process contributes to improved reproducibility in research that should be a great concern to all of us. There is also some evidence that papers with a supporting artifact receive higher citations than papers without artifact evaluation. Authors of accepted papers at CGO have the option of submitting their artifacts for evaluation within two weeks of paper acceptance. To ease the organization of the AE committee, we kindly ask authors to indicate at the time they submit the paper, whether they are interested in submitting an artifact. Papers that go through the Artifact Evaluation process successfully will receive a seal of approval printed on the papers themselves. Additional information is available on the CGO AE web page. Authors of accepted papers are encouraged, but not required, to make these materials publicly available upon publication of the proceedings.
155+
156+
157+
---
158+
159+
AUTHORS TAKE NOTE: The official publication date is the date the proceedings are made available in the IEEE Xplore Platform. This date may be up to two weeks prior to the first day of the conference. The official publication date affects the deadline for any patent filings related to published work.
160+
161+
CGO will make the proceedings freely available via the IEEE Xplore platform during the period from two weeks before to two weeks after the conference. This option will facilitate easy access to the proceedings by conference attendees, and it will also enable the community at large to experience the excitement of learning about the latest developments being presented in the period surrounding the event itself.
162+
163+
164+
---
165+
166+
167+
### [Distinguished Paper Awards](https://2026.cgo.org/track/cgo-2026-papers#distinguished-paper-awards)
168+
169+
Up to 10% of papers accepted at CGO 2026 will be designated as Distinguished Papers, following the ACM policy. This award is open to both regular and tool papers.
170+

0 commit comments

Comments
 (0)