We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c5864 commit 1cff290Copy full SHA for 1cff290
backends/tfhe-hpu-backend/src/interface/memory/huge.rs
@@ -143,6 +143,7 @@ impl<T: Sized + bytemuck::Pod> HugeMemory<T> {
143
/// Read data slice from memory cut_id
144
/// NB: User specify offset in unit of data.
145
#[tracing::instrument(level = "trace", skip(data), ret)]
146
+ #[allow(dead_code)]
147
pub fn read_cut_at(&mut self, cut_id: usize, ofst: usize, data: &mut [T]) {
148
assert!(
149
ofst + data.len() <= self.cut_coefs,
0 commit comments