The testing ground for the future of portable SIMD in Rust - Make splat const fn by calebzulawski · Pull Request #417 · rust-lang/portable-simd
Make add_in_context_learning_example configurable in fn call converter -- this isn't used any where yet, but will be useful for future model training. Link of any specific issues this addresses To run this PR locally, use the following command:...
impl<float>{// #[feature(const_float_methods)]pubconstfnrecip(self)->Self;pubconstfnto_degrees(self)->Self;pubconstfnto_radians(self)->Self;pubconstfnmax(self,other:Self)->Self;pubconstfnmin(self,other:Self)->Self;pubconstfnclamp(self,min:Self,max:Self)->Self;pubconstfnabs(self)->...
Making some rustc intrinsics (ctpop, cttz, ctlz and bswap) const fns. This is a pre-step to being able to make swap_bytes, to_be and from_be constant functions. That in itself could be ergonomic and useful. But even better is that it would allow Ipv4Addr
fnhirwa removed Array API Ivy Functional API labels Sep 24, 2022 fix docstring 3e52f74 fnhirwa marked this pull request as ready for review September 24, 2022 09:32 fnhirwa requested a review from vedpatwardhan September 24, 2022 09:32 fnhirwa assigned fnhirwa and unassigned iamjames...