From 9e17bcfa47c60f4483aa20d416f8764e9382c40a Mon Sep 17 00:00:00 2001 From: Xiaochun Tong Date: Mon, 18 Sep 2023 02:56:14 -0400 Subject: [PATCH] minor --- luisa_compute/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luisa_compute/src/lib.rs b/luisa_compute/src/lib.rs index cb9f853..ff9bb44 100644 --- a/luisa_compute/src/lib.rs +++ b/luisa_compute/src/lib.rs @@ -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};