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 84c9613 commit 16696aaCopy full SHA for 16696aa
crates/cubecl-std/src/tensor/layout/virtual.rs
@@ -229,7 +229,7 @@ mod launch {
229
) -> Self {
230
// Hash ahead of time so we don't need to store the actual data, which would be far
231
// more complex
232
- let state = foldhash::fast::RandomState::default();
+ let state = foldhash::fast::FixedState::default();
233
let hash = state.hash_one(arg);
234
Self {
235
type_name: core::any::type_name::<L>().to_string(),
0 commit comments