-
Notifications
You must be signed in to change notification settings - Fork 27.7k
Wrong results for arange on VSX #58551
Copy link
Copy link
Closed
Labels
module: POWERIssues specific to the POWER/ppc architectureIssues specific to the POWER/ppc architecturemodule: vectorizationRelated to SIMD vectorization, e.g., Vec256Related to SIMD vectorization, e.g., Vec256triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
Metadata
Metadata
Assignees
Labels
module: POWERIssues specific to the POWER/ppc architectureIssues specific to the POWER/ppc architecturemodule: vectorizationRelated to SIMD vectorization, e.g., Vec256Related to SIMD vectorization, e.g., Vec256triagedThis issue has been looked at a team member, and triaged and prioritized into an appropriate moduleThis issue has been looked at a team member, and triaged and prioritized into an appropriate module
🐛 Bug
The arange function for integers returns wrong results when sub-steps are used, i..e the increase from value to value is not an integer.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Environment