beamspease
beamspease
Probably the same cause as #6 Build command: ``` cargo build --target i686-pc-windows-gnu ``` Error: ``` error: failed to run custom build command for `libusb-sys v0.2.3` process didn't exit successfully:...
Build command: ``` cargo build --target x86_64-unknown-linux-musl ``` Error: ``` error: failed to run custom build command for `libusb-sys v0.2.3` process didn't exit successfully: `target/debug/build/libusb-sys-6bbfe3932132cdbf/build-script-build` (exit code: 101) --- stderr...
I noticed that you're manually calling wrapping_* for arithmetic operations in the PTX kernels. Shouldn't overflow wrap around already? Note that I also noticed that it appears the intrinsics use...