Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
shiinamiyuki committed Sep 18, 2023
1 parent 1339fb8 commit 9e17bcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luisa_compute/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub mod prelude {
pub use crate::lang::Aggregate;
pub use crate::resource::{IoTexel, StorageTexel, *};
pub use crate::runtime::{
create_static_callable, Command, Device, KernelBuildOptions, Scope, Stream,
api::StreamTag, create_static_callable, Command, Device, KernelBuildOptions, Scope, Stream,
};
pub use crate::{cpu_dbg, if_, lc_assert, lc_unreachable, loop_, struct_, while_, Context};

Expand Down

0 comments on commit 9e17bcf

Please sign in to comment.