You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let hip_feature_patch_version = get_hip_feature_patch_version();
116
125
if hip_system_patch_version != hip_feature_patch_version {
117
-
panic!("Imcompatible HIP bindings found. Expected to find HIP patch version {hip_feature_patch_version}, but found HIP patch version {hip_system_patch_version}.");
126
+
panic!("Incompatible HIP bindings found. Expected to find HIP patch version {hip_feature_patch_version}, but found HIP patch version {hip_system_patch_version}.");
118
127
}
119
128
120
129
println!("cargo::rustc-link-lib=dylib=hiprtc");
@@ -127,4 +136,3 @@ fn main() {
127
136
panic!("HIP headers not found in any of the directories set in CUBECL_ROCM_PATH, ROCM_PATH or HIP_PATH environment variable.");
0 commit comments