mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-09-01 15:19:20 +00:00
Update level0 to 1.0 and unpack fatbins
This commit is contained in:
parent
d47cd1e133
commit
34dc149be1
17 changed files with 8112 additions and 4753 deletions
|
@ -18,6 +18,10 @@ fn main() -> Result<(), VarError> {
|
|||
"cargo:rustc-link-search=native={}/bin",
|
||||
spirv_tools_dir.display()
|
||||
);
|
||||
println!(
|
||||
"cargo:rustc-link-search=native={}/lib",
|
||||
spirv_tools_dir.display()
|
||||
);
|
||||
// dynamic linking to avoid linking to C++ runtime
|
||||
println!("cargo:rustc-link-lib=dylib=SPIRV-Tools-shared");
|
||||
Ok(())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue