You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
evellasques
changed the title
torch.argsort crashing when tensor is on Neuron device
torch.argsort crashes when tensor is on Neuron device
Apr 11, 2024
For some reason,
torch.argsort
is crashing when the tensor is on a Neuron device. For example, the code snippet bellow works as expected (on CPU):But when I move
x
to Neuron device:It's crashing:
Output of pip list for the relevant packages:
EC2 Instance: trn1.32.xlarge
Instance ID: i-08d5b389cb04f873d
Neuron Runtime: aws-neuronx-runtime-lib/unknown,now 2.20.22.0-1b3ca6425
OS: Ubuntu 20
The text was updated successfully, but these errors were encountered: