-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix ReadValue variable memory by using fake alignment layout #30516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Fix ReadValue variable memory by using fake alignment layout #30516
Conversation
It can pass the ocl::check_boundaries checking and run florence2 models successfully after applying the commit f3e1415. However, this result is a little different with the result that does not use this PR and just comment out the ocl::check_boundaries checking, which has a |
f3e1415
to
ad1a761
Compare
Could you add a func test? |
ad1a761
to
156c2b2
Compare
@yeonbok, @p-durandin Done, testcase is added.
|
b1593f9
to
833de62
Compare
5315779
to
1e8497f
Compare
Signed-off-by: yuan.xiong <[email protected]>
This reverts commit f3e1415.
Signed-off-by: yuan.xiong <[email protected]>
…om dependency Signed-off-by: yuan.xiong <[email protected]>
Signed-off-by: yuan.xiong <[email protected]>
Signed-off-by: yuan.xiong <[email protected]>
Signed-off-by: yuan.xiong <[email protected]>
Signed-off-by: yuan.xiong <[email protected]>
fa5156a
to
9a8cc6c
Compare
Details:
Use actual size of ReadValue variable memory to pass the ocl::check_boundaries checking during gpu_usm::copy_from().
Tickets: