mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-06-03 05:58:53 +03:00

This is very incomplete. Just enough code to emit LLVM bitcode and continue further development
3 lines
60 B
Rust
Vendored
3 lines
60 B
Rust
Vendored
#![allow(warnings)]
|
|
pub mod amd_comgr;
|
|
pub use amd_comgr::*; |