Skip to content
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

[GPU] Fix OneHot segmentation fault when the second input node is not a Constant node #27655

Commits on Nov 22, 2024

  1. Fix one_hot segmentation fault of getting depth value from the second…

    … input node
    
    Signed-off-by: yuan.xiong <yuan.xiong@intel.com>
    yuanxion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f9a6bee View commit details
    Browse the repository at this point in the history
  2. Get 'depth' value from then second input ('Select' node) of OneHot no…

    …de during inference
    
    Signed-off-by: yuan.xiong <yuan.xiong@intel.com>
    yuanxion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    cf44f44 View commit details
    Browse the repository at this point in the history
  3. Use empty const_data map to get dynamic output_shapes when no depth v…

    …alue
    
    Signed-off-by: yuan.xiong <yuan.xiong@intel.com>
    yuanxion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    c6e8f84 View commit details
    Browse the repository at this point in the history
  4. Update const_data map of one-hot instead of re-initialize it

    Signed-off-by: yuan.xiong <yuan.xiong@intel.com>
    yuanxion committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    76b82cc View commit details
    Browse the repository at this point in the history