rust-gpu
rust-gpu copied to clipboard
allow libm_intrinsics fallback
allow using libm software implementation as fallback
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
@eddyb