Skip to content

Commit

Permalink
update submod
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Oct 9, 2023
1 parent 559cc68 commit 14eb9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luisa_compute/src/lang/poly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ impl<K: 'static, T: ?Sized + 'static> PolyVec<K, T> {
}
}

#[derive(Clone, Copy, Debug, Value, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[derive(Clone, Copy, Debug, Soa, Value, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[repr(C)]
#[value_new(pub)]
pub struct TagIndex {
Expand Down

0 comments on commit 14eb9e5

Please sign in to comment.