Skip to content

Commit dc964f5

Browse files
committed
fmt
1 parent 7ddcf22 commit dc964f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/kvbm-kernels/build.rs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,10 @@ fn build_with_prebuilt_kernels() {
120120
panic!(
121121
"Hash mismatch for {}! Rebuild with nvcc.\n .cu: current={}, stored={}\n .fatbin: current={}, stored={}",
122122
kernel_name,
123-
current_cu_hash, stored_hashes[0],
124-
current_fatbin_hash, stored_hashes[1]
123+
current_cu_hash,
124+
stored_hashes[0],
125+
current_fatbin_hash,
126+
stored_hashes[1]
125127
);
126128
}
127129

0 commit comments

Comments
 (0)