Skip to content

refactor(tests): simplify HostSlice conversion in ecntt test#1022

Open
crStiv wants to merge 1 commit intoingonyama-zk:mainfrom
crStiv:fix
Open

refactor(tests): simplify HostSlice conversion in ecntt test#1022
crStiv wants to merge 1 commit intoingonyama-zk:mainfrom
crStiv:fix

Conversation

@crStiv
Copy link
Copy Markdown

@crStiv crStiv commented Aug 3, 2025

Describe the changes

This PR simplifies the call to ecntt in tests.rs by removing an unnecessary conversion using HostSlice::from_slice(...). The slice is now passed directly using .into_slice().

Describe the rational

The change reduces code complexity by eliminating redundant wrapping of the slice. The simplified call improves readability and makes the test code easier to maintain.

Backend branches

Replace "main" with the branch this PR should work with

cuda-backend-branch: main

metal-backend-branch: main

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Aug 3, 2025

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@crStiv
Copy link
Copy Markdown
Author

crStiv commented Aug 3, 2025

I have hereby read the ICICLE CLA and agree to its terms

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.

1 participant