mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-06 08:10:18 +00:00
Add platform initialization
This commit is contained in:
parent
35caa53c3f
commit
6d748a3959
15 changed files with 7477 additions and 31 deletions
5
level_zero-sys/build.rs
Normal file
5
level_zero-sys/build.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
fn main() {
|
||||
println!("cargo:rustc-link-lib=dylib=ze_loader");
|
||||
println!("cargo:rerun-if-changed=build.rs");
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue