Skip to content

Commit 1cff290

Browse files
committed
chore(hpu): fix clippy
1 parent 03c5864 commit 1cff290

File tree

1 file changed

+1
-0
lines changed
  • backends/tfhe-hpu-backend/src/interface/memory

1 file changed

+1
-0
lines changed

backends/tfhe-hpu-backend/src/interface/memory/huge.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ impl<T: Sized + bytemuck::Pod> HugeMemory<T> {
143143
/// Read data slice from memory cut_id
144144
/// NB: User specify offset in unit of data.
145145
#[tracing::instrument(level = "trace", skip(data), ret)]
146+
#[allow(dead_code)]
146147
pub fn read_cut_at(&mut self, cut_id: usize, ofst: usize, data: &mut [T]) {
147148
assert!(
148149
ofst + data.len() <= self.cut_coefs,

0 commit comments

Comments
 (0)