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
ci(l1,l2): separate GPU builds and use x86-64-v2 target (#4090)
**Motivation**
<!-- Why does this pull request exist? What are its goals? -->
Current releases need CUDA installed in order to run. Also, some not so
old CPUs were incompatible because of a build flag.
**Description**
<!-- A clear and concise general description of the changes this PR
introduces -->
Remove that dependency separating GPU binaries.
Change CPU target for more compatibility. Worst case bench throw ~25%
lower performance. For a more efficient build, consider building from
source with native CPU target
<img width="1210" height="786" alt="image"
src="https://github.com/user-attachments/assets/fa4f43eb-7809-4f22-b131-e71e0234de89"
/>
<!-- Link to issues: Resolves#111, Resolves#222 -->
0 commit comments