Skip to content

Commit 76a02ed

Browse files
authored
Update index.md
1 parent 23af603 commit 76a02ed

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,56 @@
1+
---
2+
title: Group Meeting 5
3+
4+
event: Monthly Group Meeting
5+
# event_url: https://example.org
6+
7+
location: Online
8+
# address:
9+
# street: 450 Serra Mall
10+
# city: Stanford
11+
# region: CA
12+
# postcode: '94305'
13+
# country: United States
14+
15+
summary: A monthly group meeting presented by Bowen Cui.
16+
abstract: 'In this group meeting, Bowen Cui presented recent advances in AI-powered GPU kernel generation and optimization. He organized the discussion into three main parts: Triton-based approaches (e.g., TritonForge, TritonRL, AutoTriton, TritonGym, GEAK, KernelEvolve), CUDA-based systems (e.g., CUDAForge, CUDA-LLM, robust-kbench, KernelBlaster, Kevin), and broader research insights (e.g., TileLang, PlsemanticsBench, and studies on LLM-driven code quality). The talk emphasized agentic workflows, profiling-guided optimization, reinforcement learning, and the limitations of existing benchmark-centric evaluations, highlighting the need for scalable, hardware-aware, and deployment-integrated optimization frameworks.'
17+
18+
# Talk start and end times.
19+
# End time can optionally be hidden by prefixing the line with `#`.
20+
date: '2026-02-27T14:00:00Z'
21+
date_end: '2026-02-27T16:00:00Z'
22+
all_day: false
23+
24+
# Schedule page publish date (NOT talk date).
25+
publishDate: '2026-03-17T00:00:00Z'
26+
27+
authors: [Bowen Cui]
28+
tags: [group meeting, GPU kernel generation and optimization, LLM-driven code quality]
29+
30+
# Is this a featured talk? (true/false)
31+
featured: false
32+
33+
# image:
34+
# caption: 'Image credit: [**Unsplash**](https://unsplash.com/photos/bzdhc5b3Bxs)'
35+
# focal_point: Right
36+
37+
url_code: ''
38+
url_pdf: ''
39+
url_slides: 'uploads/Group_Meeting_5.pptx'
40+
url_video: ''
41+
42+
# Markdown Slides (optional).
43+
# Associate this talk with Markdown slides.
44+
# Simply enter your slide deck's filename without extension.
45+
# E.g. `slides = "example-slides"` references `content/slides/example-slides.md`.
46+
# Otherwise, set `slides = ""`.
47+
slides:
48+
49+
# Projects (optional).
50+
# Associate this post with one or more of your projects.
51+
# Simply enter your project's folder or file name without extension.
52+
# E.g. `projects = ["internal-project"]` references `content/project/deep-learning/index.md`.
53+
# Otherwise, set `projects = []`.
54+
projects:
55+
---
156

0 commit comments

Comments
 (0)