Skip to content

Conversation

@prathikr
Copy link
Contributor

@prathikr prathikr commented Feb 19, 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.

@prathikr 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 guschmue added the ep:WebGPU ort-web webgpu provider label Feb 20, 2025
@prathikr prathikr merged commit eadd29e into main Feb 20, 2025
58 checks passed
@prathikr prathikr deleted the prathikrao/scatternd-jsep-bugfix branch February 20, 2025 20:57
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-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.

3 participants