EXCEEDS logo
Exceeds
Susanta Bhattacharjee

PROFILE

Susanta Bhattacharjee

Contributed to the openvinotoolkit/openvino repository by developing two core features focused on GPU performance and model efficiency. Delivered external weight sources caching for the Intel GPU plugin, enabling support for weights not loaded from binary files and reducing model initialization time through enhanced caching strategies. Additionally, implemented a performance enhancement for the PhiSlica model by caching tensor layout and offset calculations, which optimized padded-tensor copying and reduced wait times between queries by approximately 200x. These solutions were engineered using C++ and GPU programming, with an emphasis on model caching, plugin development, and performance optimization across dynamic inference workflows.

Overall Statistics

Feature vs Bugs

100%Features

Repository Contributions

2Total
Bugs
0
Commits
2
Features
2
Lines of code
250
Activity Months2

Work History

October 2025

1 Commits • 1 Features

Oct 1, 2025

October 2025 monthly summary for openvinotoolkit/openvino: Delivered PhiSlica Model Performance Enhancement by caching tensor layout and offset calculations to optimize tensor copying for padded tensors. This optimization reduces wait times between queries for PhiSlica by ~200x. Implemented as a patch in the OpenVINO repo (commit c7a21c537e7e42e314d9f195606abca08f329eba, 'Optimze copy tensor with padding (#32461)').

August 2025

1 Commits • 1 Features

Aug 1, 2025

Month: 2025-08 – Reached a focused contribution to the OpenVINO project by delivering external weight sources caching for the Intel GPU plugin. Key feature enables weightless cache attributes to support weights not loaded from binary files (e.g., inputs from ONNX Runtime), with updates to the program loading path to leverage caching for improved performance. Major bugs fixed: none reported this month. Overall impact: reduced model initialization time and improved inference throughput on Intel GPUs, better integration with dynamic weight sources in production pipelines, and a stronger caching strategy in the OpenVINO plugin architecture. Technologies/skills demonstrated: C++, caching strategies, loader pipeline enhancements, performance optimization, and cross-component collaboration with the Intel GPU plugin and ONNX Runtime workflows.

Activity

Loading activity data...

Quality Metrics

Correctness80.0%
Maintainability80.0%
Architecture80.0%
Performance90.0%
AI Usage20.0%

Skills & Technologies

Programming Languages

C++

Technical Skills

C++GPU OptimizationGPU ProgrammingModel CachingPerformance OptimizationPlugin DevelopmentTensor Operations

Repositories Contributed To

1 repo

Overview of all repositories you've contributed to across your timeline

openvinotoolkit/openvino

Aug 2025 Oct 2025
2 Months active

Languages Used

C++

Technical Skills

C++GPU OptimizationModel CachingPlugin DevelopmentGPU ProgrammingPerformance Optimization