Skip to content

Conversation

gbaraldi
Copy link
Member

@gbaraldi gbaraldi commented Sep 5, 2025

With this and a change to AMDGPU, for loops in the code can vectorize

Copy link
Member

@maleadt maleadt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See the TODO below the code you changed:

TODO: Make this not dependent on uses_julia_runtime (likely CPU), but it's own control

The native back-end should then declare can_vectorize = true

Also, doesn't this need to be set for AMDGPU, which seems like the motivation for this change?

@gbaraldi
Copy link
Member Author

gbaraldi commented Sep 9, 2025

Should CUDA also not set this?

Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 75.73%. Comparing base (aa05fa3) to head (1dc572f).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #716      +/-   ##
==========================================
+ Coverage   75.40%   75.73%   +0.33%     
==========================================
  Files          24       24              
  Lines        3521     3524       +3     
==========================================
+ Hits         2655     2669      +14     
+ Misses        866      855      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants