rust-gpu icon indicating copy to clipboard operation
rust-gpu copied to clipboard

allow libm_intrinsics fallback

Open djdisodo opened this issue 2 years ago • 2 comments

allow using libm software implementation as fallback

djdisodo avatar Jan 10 '23 08:01 djdisodo

i need erf* functions and it doesn't seem to be on GLOps(i'm not sure) since currently match has branch for all variant should i remove erf* branches and make default branch or leave erf branches there

djdisodo avatar Jan 10 '23 10:01 djdisodo

@eddyb

djdisodo avatar Jan 13 '23 06:01 djdisodo