- 
                Notifications
    You must be signed in to change notification settings 
- Fork 22
Enable Kernels to be built on top of kernlSpec arguments #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small suggestion to hopefully make the CI pass, and support old kernels
Co-authored-by: martinRenou <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
| @meeseeksdev please backport to 3.x | 
| Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions: 
 
 
 
 
 
 And apply the correct labels and milestones. Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon! Remember to remove the  If these instructions are inaccurate, feel free to suggest an improvement. | 
…#210) * Enable Kernels to be built on top of kernlSpec arguments * apply suggestion * better formatting * Update packages/xeus/src/worker.ts Co-authored-by: martinRenou <[email protected]> --------- Co-authored-by: martinRenou <[email protected]> (cherry picked from commit ddcb13c)
…kernlSpec arguments) (#216) * Enable Kernels to be built on top of kernlSpec arguments (#210) * Enable Kernels to be built on top of kernlSpec arguments * apply suggestion * better formatting * Update packages/xeus/src/worker.ts Co-authored-by: martinRenou <[email protected]> --------- Co-authored-by: martinRenou <[email protected]> (cherry picked from commit ddcb13c) * Update snapshots --------- Co-authored-by: martinRenou <[email protected]>
Screen.Recording.2025-04-17.at.1.47.31.PM.mp4
Demo above : Shows 3 xeus-cpp-lite kernels built (all use different flags
-std=c++17/20/23)On top of which xcpp20 is built using the -msimd128 flag (required for running xsimd in the browser)
So xcpp20 kernel would work but xcpp23 wouldn't !