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
Spent some time working through compiling to the PTX target, it's painful at build time and I'm not sure how the kernels can be invoked 'safely'. One would hope if they are written in safe rust and invoked in safe rust the actual unsafe keyword isn't critical but I'm not certain.
Also if this is going to run on the PTX target it's a no_std environment which makes no_std a required feature
Keeping an eye on the following
When portable SIMD comes to rust core rust-lang/rust#86656
When bend has good single core performance HigherOrderCO/Bend#391
The text was updated successfully, but these errors were encountered: