denzp / rust-ptx-linker

The missing puzzle piece for NVPTX experience with Rust
MIT License
52 stars 11 forks source link

Implement output assembly validation #13

Closed denzp closed 6 years ago

denzp commented 6 years ago

Perfectly would be able to validate the PTX assembly without actually using CUDA runtime, because Travis CI obviously doesn't have suitable hardware.

denzp commented 6 years ago

This is also blocked on #10 Related issue: denzp/rust-ptx-builder#5

denzp commented 6 years ago

Implemented in fff5f4be9b3255a65a074946d6322ac6bdda77c9, but unfortunately can't be run on Travis.