mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-21 09:49:32 +00:00
HIP conversion part #1
This commit is contained in:
parent
4ae7feb93a
commit
5ec18f14a1
5 changed files with 298 additions and 130 deletions
|
@ -2,6 +2,6 @@ use std::env::VarError;
|
|||
|
||||
fn main() -> Result<(), VarError> {
|
||||
println!("cargo:rustc-link-lib=dylib=amdhip64");
|
||||
println!("cargo:rustc-link-search=/opt/rocm/lib/");
|
||||
println!("cargo:rustc-link-search=native=/opt/rocm/lib/");
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue