Skip to content

[JSEP] fix scatter-nd jsep kernel - #23755

Merged
Prathik Rao (prathikr) merged 3 commits into
mainfrom
prathikrao/scatternd-jsep-bugfix
Feb 20, 2025
Merged

[JSEP] fix scatter-nd jsep kernel#23755
Prathik Rao (prathikr) merged 3 commits into
mainfrom
prathikrao/scatternd-jsep-bugfix

Conversation

@prathikr

@prathikr Prathik Rao (prathikr) commented Feb 19, 2025

Copy link
Copy Markdown
Contributor

Adjusts scatter-nd kernel implementation for the case when reduction=none and there are duplicate values in the indices input tensor. If duplicates are detected, a single thread processes all indices to ensure correct results.

@prathikr Prathik Rao (prathikr) added api:Javascript issues related to the Javascript API platform:web issues related to ONNX Runtime web; typically submitted using template labels Feb 19, 2025
@guschmue Guenther Schmuelling (guschmue) added the ep:WebGPU ort-web webgpu provider label Feb 20, 2025
@prathikr
Prathik Rao (prathikr) merged commit eadd29e into main Feb 20, 2025
@prathikr
Prathik Rao (prathikr) deleted the prathikrao/scatternd-jsep-bugfix branch February 20, 2025 20:57
Guenther Schmuelling (guschmue) pushed a commit that referenced this pull request Mar 6, 2025
Adjusts scatter-nd kernel implementation for the case when
reduction=none and there are duplicate values in the indices input
tensor. If duplicates are detected, a single thread processes all
indices to ensure correct results.
Ashrit Shetty (ashrit-ms) pushed a commit that referenced this pull request Mar 17, 2025
Adjusts scatter-nd kernel implementation for the case when
reduction=none and there are duplicate values in the indices input
tensor. If duplicates are detected, a single thread processes all
indices to ensure correct results.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api:Javascript issues related to the Javascript API ep:WebGPU ort-web webgpu provider platform:web issues related to ONNX Runtime web; typically submitted using template

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants