Skip to content

[GPU] fix out-of-bounds read in convolution f16 1x1 kernel#36921

Open
Roszczyk wants to merge 5 commits into
openvinotoolkit:masterfrom
Roszczyk:convolution_1x1_oob_read_fix_ptl
Open

[GPU] fix out-of-bounds read in convolution f16 1x1 kernel#36921
Roszczyk wants to merge 5 commits into
openvinotoolkit:masterfrom
Roszczyk:convolution_1x1_oob_read_fix_ptl

Conversation

@Roszczyk

Copy link
Copy Markdown
Contributor

Details:

  • There was still out-of-bounds read in 1x1 kernel detected on PTL Windows

Tickets:

@github-actions github-actions Bot added the category: GPU OpenVINO GPU plugin label Jul 16, 2026
@Roszczyk

Roszczyk commented Jul 17, 2026

Copy link
Copy Markdown
Contributor Author

Performance analysis on DUT1370-BMGFRD Ubuntu 24.04 OpenCL runtime.

b308ae2 - base

mikolajr@DUT1370BMGFRD:~/work/ov-ocl/bin/intel64/Release$ ./benchmark_app -d GPU -m ~/work/models/se-resnet-50/se-resnet-50.xml -nireq 4 -nstreams 2 --hint none -b 1 -t 10 --infer_precision f32 | grep Through
[ INFO ] Throughput:          500.80 FPS

3465609 - if condition in kernel

mikolajr@DUT1370BMGFRD:~/work/ov-ocl/bin/intel64/Release$ ./benchmark_app -d GPU -m ~/work/models/se-resnet-50/se-resnet-50.xml -nireq 4 -nstreams 2 --hint none -b 1 -t 10 --infer_precision f32 | grep Through
[ INFO ] Throughput:          492.44 FPS

4ea5d30 - change on host side

mikolajr@DUT1370BMGFRD:~/work/ov-ocl/bin/intel64/Release$ ./benchmark_app -d GPU -m ~/work/models/se-resnet-50/se-resnet-50.xml -nireq 4 -nstreams 2 --hint none -b 1 -t 10 --infer_precision f32 | grep Through
[ INFO ] Throughput:          335.39 FPS

@Roszczyk
Roszczyk marked this pull request as ready for review July 17, 2026 16:07
@Roszczyk
Roszczyk requested review from a team as code owners July 17, 2026 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant