Skip to content

Commit

Permalink
update submod
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Sep 5, 2023
1 parent 4ec7e98 commit ee90701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions luisa_compute/src/runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ impl Device {
}
}
pub fn create_bindless_array(&self, slots: usize) -> BindlessArray {
assert!(slots > 0, "slots must be greater than 0");
let array = self.inner.create_bindless_array(slots);
BindlessArray {
device: self.clone(),
Expand Down

0 comments on commit ee90701

Please sign in to comment.