mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 18:48:51 +00:00
Rerun on new files.
This commit is contained in:
@ -87,6 +87,7 @@ mod cuda {
|
||||
std::fs::remove_file(out_path.unwrap()).unwrap();
|
||||
}
|
||||
|
||||
println!("cargo:rerun-if-changed=src/");
|
||||
for path in &kernel_paths {
|
||||
println!("cargo:rerun-if-changed={}", path.display());
|
||||
}
|
||||
|
Reference in New Issue
Block a user