Skip to content

Commit 3ceb562

Browse files
Update AMD Competition project and remove discontinued projects
Updated project title and description for AMD Competition. Removed multiple discontinued projects from the projectsData array.
1 parent 5b44bb0 commit 3ceb562

1 file changed

Lines changed: 2 additions & 28 deletions

File tree

Source code/src/data/projectsData.ts

Lines changed: 2 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export interface Project {
1616
export const projectsData: Project[] = [
1717
{
1818
id: "1",
19-
title: "AMD Competition",
20-
description: "AI Compilers Meet FPGAs: A HW/SW Codesign Approach for Vision Transformers",
19+
title: "AMD Competition - Drone-ViT-HW-Accelerator",
20+
description: "Hardware acceleration for Vision Transformer models specialized for drone applications with optimization for size and power constraints",
2121
category: "Chip Design",
2222
status: "Active",
2323
image: "/media/projects/AMD_comp.png",
@@ -68,32 +68,6 @@ export const projectsData: Project[] = [
6868
category: "Spiking Neural Networks",
6969
status: "Active",
7070
year: 2023
71-
},
72-
{
73-
id: "7",
74-
title: "Industry Smart Scheduling",
75-
description: "An intelligent scheduling system for manufacturing industries that optimizes production processes and resource allocation using AI algorithms.",
76-
category: "Smart Manufacturing",
77-
status: "Active",
78-
year: 2023,
79-
recruitingFor: true
80-
},
81-
{
82-
id: "8",
83-
title: "AI Compiler for Heterogeneous Hardware with IREE",
84-
description: "Development of a compiler that optimizes neural network models for various hardware accelerators, leveraging IREE (IR Execution Environment) technology.",
85-
category: "AI Hardware",
86-
status: "Active",
87-
githubLink: "https://github.com/example/ai-compiler-iree",
88-
year: 2023
89-
},
90-
{
91-
id: "9",
92-
title: "Energy-Efficient Deep Learning Processor",
93-
description: "A custom processor design optimized for deep learning inference with minimal energy consumption for battery-powered devices.",
94-
category: "Chip Design",
95-
status: "Discontinued",
96-
year: 2021
9771
}
9872
];
9973

0 commit comments

Comments
 (0)